หน้าเว็บ
(Move to ...)
หน้าแรก
เกี่ยวกับฉัน
เรื่องของ 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
‹
›
Home
View web version
No comments:
Post a Comment