11 entries for "
substr" as
partial match | search took 0.059 seconds
string handling | substring examples | 7 matches
line 1: some examples using substr(),...
line 25: $char['first_char'] = substr($str,0,1);...
line 27: $char['last_char'] = substr($str,-1);...
line 29: $char['all_but_first_char'] = substr($str,1);...
line 31: $char['all_but_last_char'] = substr($str,0,-1);...
line 35: $char['chars'][] = substr($str,$x,1);...
line 37: $char['char_repeat'][substr($str,$x,1)]++;...
string handling | string in string | 9 matches
line 15: unset($substring);...
line 21: $substring=substr($String,$i,strlen($Find));...
line 22: if ($substring==$Find) return true;...
line 35: unset($substring);...
line 41: $substring=substr($String,$i,strlen($Find));...
line 42: if ($substring==$Find) $x++;...
line 55: unset($substring);...
line 61: $substring=substr($String,$i,strlen($Find));...
line 62: if ($substring==$Find) return $i;...
string handling | string to columns | 4 matches
line 29: $string = stripcslashes(substr($_POST['string'],($percolumn*$x),$percolumn));...
line 30: $nextstring = stripcslashes(substr($_POST['string'],($percolumn*($x+1)),$percolumn));...
line 32: $nextword = substr($nextstring,0,($nextpos+strlen($seperator)));...
line 33: $string = substr($string,$oldpos,$percolumn);...
file handling | remote last modified | 2 matches
line 34: $host = substr($url,0,$endHostPos);...
line 35: $doc = substr($url,$endHostPos,strlen($url)-$endHostPos);...
string handling | summarize article | 1 match
line 14: if(($words >= $limit) && ((substr($tok, -1) == "!")||(substr($tok, -1) == ".")))...
information | google position | 1 match
line 49: $url = substr($out[1],0,$x);...
information | domaincheck | 1 match
line 67: if (substr($domain, $tldlen) == $artld) $whosrv = $whoisservers[$x][1];...
file handling | strip file extension | 1 match
line 13: $name = substr($name, 0, -strlen($ext));...
html and code | view php source | 1 match
line 16: if(substr($_SERVER['HTTP_REFERER'],-strlen($_SERVER["PHP_SELF"])) == $_SERVER["PHP_SELF"])...
image handling | list image folder | 1 match
line 16: if(in_array(strtolower(substr($imgfile,-3)),$allowed_types))...
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 )...
© 2008
phparadise |
go to the top23 hits by 11 users in the last 30 minutes.