Profile_bird

Hey there! DailyPHP is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving DailyPHP's tweets.

Already using Twitter
from your phone? Click here.

DailyPHP

  1. pathinfo - Returns information about a file path: http://kl.am/5EA8
  2. array_uintersect - Computes the intersection of arrays, compares data by a callback function: http://kl.am/5xLQ
  3. iterator_to_array - Copy the iterator into an array: http://kl.am/5v5g
  4. @pcopley Good idea. I would too :)
  5. ob_get_contents - Return the contents of the output buffer: http://kl.am/4X0u
  6. strncmp - Binary safe string comparison of the first n characters: http://kl.am/4FH4
  7. basename - Returns the filename component of a file path: http://kl.am/4BEe
  8. Random PHP function! http://kl.am/44HE (by @coudenysj)
  9. filter_var - Filters a variable with a specified filter: http://kl.am/441X
  10. array_combine - Creates an array by using one array for keys and another for its values: http://kl.am/3XbR
  11. @firas I've been trying to limit to functions that don't require any extensions not enabled by default. At some point, I'll run out, though.
  12. str_word_count - Return information about words used in a string: http://kl.am/3R9I
  13. My apologies for the infrequent updates. Perhaps I should change this to WeeklyPHP or MonthlyPHP... :)
  14. compact - Create an array containing variables and their values: http://kl.am/3hnB
  15. call_user_func_array - Call a user function given with an array of parameters: http://kl.am/2ZVA
  16. @thenetmunky I just used it today in conjunction with array_map :)
  17. create_function - Creates an anonymous function and returns a unique name for it: http://kl.am/2zWM
  18. microtime - Return current Unix timestamp with microseconds: http://kl.am/2lZM
  19. libxml_get_errors - Retrieve array of libxml errors: http://kl.am/2joC
  20. array_count_values - Returns an array of counts for each value found in an array: http://kl.am/2csh