หน้าเว็บ
หน้าแรก
เกี่ยวกับฉัน
เรื่องของ PHP
พื้นฐาน VB.Net
คลายเครียด
11/06/2016
PHP : PHP ค้นหาตัวหนังสือว่ามีใน String หรือไม่
PHP : PHP ค้นหาตัวหนังสือว่ามีใน String หรือไม่
$a
=
'How are you?'
;
if
(
strpos
(
$a
,
'are'
)
!==
false
)
{
echo
'true'
;
}
http://stackoverflow.com/questions/4366730/check-if-string-contains-specific-words
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment