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
Sep 21 • compact
Create an array containing variables and their values
- Lookup compact in the PHP manual
Sep 11 • call_user_func_array
Call a user function given with an array of parameters
- Lookup call_user_func_array in the PHP manual
Aug 27 • create_function
Creates an anonymous function and returns a unique name for it
- Lookup create_function in the PHP manual
Aug 18 • microtime
Return current Unix timestamp with microseconds
- Lookup microtime in the PHP manual
Aug 17 • libxml_get_errors
Retrieve array of libxml errors
- Lookup libxml_get_errors in the PHP manual
Aug 13 • array_count_values
Returns an array of counts for each value found in an array
- Lookup array_count_values in the PHP manual
Aug 12 • getcwd
Gets the current working directory
- Lookup getcwd in the PHP manual
Aug 11 • file_put_contents
Write a string to a file
- Lookup file_put_contents in the PHP manual
Aug 10 • tmpfile
Creates a temporary file with a unique name in read-write mode and returns a file handle
- Lookup tmpfile in the PHP manual
Jul 29 • curl_multi_init
Returns a new cURL multi handle, which allows the processing of multiple cURL handles in parallel
- Lookup curl_multi_init in the PHP manual
Jul 20 • exec
Execute an external program
- Lookup exec in the PHP manual
Jul 16 • sha1_file
Calculate the sha1 hash of a file
- Lookup sha1_file in the PHP manual
Jul 15 • mb_ereg
Regular expression match with multibyte support
- Lookup mb_ereg in the PHP manual
