Home > functions, php > strpos () PHP function

strpos () PHP function

strpos ();

تتحقق من وجود حروف معينه بداخل نص

$mystring = 'abc';
$findme   = 'a';
$pos = strpos($mystring, $findme);



Categories: functions, php Tags:
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.