5 entries for "
extract" as
partial match | search took 0.052 seconds
html and code | extract vars | 5 matches
line 14: extract($_POST);...
line 15: extract($_GET);...
line 16: extract($_SERVER);...
line 17: extract($_ENV);...
line 18: extract($_COOKIE);...
html and code | vars with reg.glob. off | 2 matches
line 11: if (!empty($HTTP_GET_VARS)) extract($_GET);...
line 12: if (!empty($HTTP_POST_VARS)) extract($_POST);...
forms | google results | 2 matches
line 1: this little snippet will extract the URLs of google results....
line 9: // rips the google result page apart and extracts the results...
string handling | summarize article | 1 match
line 23: $example = ' Heres some code to extract the first part of a long paragraph, e.g. to use as a summary....
string handling | substring examples | 1 match
line 2: extracting the first, last, n chars of a string....
© 2008
phparadise |
go to the top33 hits by 13 users in the last 30 minutes.