8 entries for "
strlen" as
partial match | search took 0.049 seconds
string handling | string in string | 6 matches
line 13: while (strlen($String)>=$i)...
line 21: $substring=substr($String,$i,strlen($Find));...
line 33: while (strlen($String)>=$i)...
line 41: $substring=substr($String,$i,strlen($Find));...
line 53: while (strlen($String)>=$i)...
line 61: $substring=substr($String,$i,strlen($Find));...
string handling | string to columns | 3 matches
line 24: $stringlen = strlen($_POST['string']);...
line 32: $nextword = substr($nextstring,0,($nextpos+strlen($seperator)));...
line 35: $oldpos = $nextpos+strlen($seperator);...
file handling | remote last modified | 2 matches
line 33: if(!$endHostPos) $endHostPos = strlen($url);...
line 35: $doc = substr($url,$endHostPos,strlen($url)-$endHostPos);...
string handling | substring examples | 2 matches
line 33: for($x = 0; $x < strlen($str); $x++)...
line 40: $char['char_count'] = strlen($str);...
html and code | view php source | 1 match
line 16: if(substr($_SERVER['HTTP_REFERER'],-strlen($_SERVER["PHP_SELF"])) == $_SERVER["PHP_SELF"])...
file handling | strip file extension | 1 match
line 13: $name = substr($name, 0, -strlen($ext));...
directories | read dir and list | 1 match
line 13: if ( is_dir ($file_file ) && $file_file != '.' && $file_file != '..' && substr ($file_file ,0,strlen ($filter )) == $filter )...
information | domaincheck | 1 match
line 66: $tldlen = intval(0 - strlen($artld));...
© 2008
phparadise |
go to the top54 hits by 13 users in the last 30 minutes.