Feb 8 • iconv
Convert string to requested character encoding
- Lookup iconv in the PHP manual
Jan 29 • tempnam
Creates a file with unique filename
- Lookup tempnam in the PHP manual
Jan 27 • array_pad
Pad array to the specified length with a value
- Lookup array_pad in the PHP manual
Jan 20 • set_error_handler
Sets a user-defined error handler function
- Lookup set_error_handler in the PHP manual
Jan 6 • get_included_files
Returns an array with the names of included or required files
- Lookup get_included_files in the PHP manual
Dec 16 • pathinfo
Returns information about a file path
- Lookup pathinfo in the PHP manual
Dec 11 • array_uintersect
Computes the intersection of arrays, compares data by a callback function
- Lookup array_uintersect in the PHP manual
Dec 10 • iterator_to_array
Copy the iterator into an array
- Lookup iterator_to_array in the PHP manual
Nov 18 • ob_get_contents
Return the contents of the output buffer
- Lookup ob_get_contents in the PHP manual
Nov 6 • strncmp
Binary safe string comparison of the first n characters
- Lookup strncmp in the PHP manual
Nov 3 • basename
Returns the filename component of a file path
- Lookup basename in the PHP manual
Oct 15 • filter_var
Filters a variable with a specified filter
- Lookup filter_var in the PHP manual
Oct 12 • array_combine
Creates an array by using one array for keys and another for its values
- Lookup array_combine in the PHP manual
Oct 9 • str_word_count
Return information about words used in a string
- Lookup str_word_count in the PHP manual
