Related resources for functions in PHP
  • Mathematical Functions in PHP10/29/2018 1:43:56 AM. In this article you will see how to use mathematical functions in PHP. abs () function, dechex () function, sqrt() function, log() function, floor() function, ceil() function, pow() function, max() fu
  • Functions in PHP10/29/2018 12:58:14 AM. Using this article one can easily understand the concept of functions in PHP.
  • Libxml Function in PHP6/20/2013 5:19:54 PM. In this article I describe the PHP libxml functions libxml_clear_errors, libxml_get_errors, libxml_getlast_error, libxml_get_internal_errrors and libxml_set_streams_context.
  • Error and Logging Functions in PHP: PART 13/10/2013 2:09:28 PM. In this article I describe the PHP error and logging functions debug_backtrace, debug_print_backtrace, error_get_last and error_reporting.
  • String Functions in PHP: Part 133/5/2013 4:28:35 PM. In this article I describe the PHP string functions quotemeta, rtrim and setlocal.
  • String Functions in PHP: Part 123/4/2013 3:38:43 PM. In this article I describe the PHP string functions print, printf and quoted_printable_decode.
  • String Functions In PHP: PART 32/18/2013 2:18:14 PM. In this article I describe the PHP string functions convert_cyr_string, convert_uudecode and convert_uuencode
  • String Functions in PHP: PART 22/15/2013 1:04:39 PM. In this article I describe the PHP string functions chop, chr and chunk_split.
  • String Functions in PHP: PART 12/14/2013 1:03:52 PM. In this article I describe the PHP string functions addcslashes, addslashes and bin2hex .
  • Array Functions in PHP: PART 62/6/2013 3:01:39 PM. In this article I describe the PHP array functions array_intersect_key, array intersect uassoc and array_intersect_ukey.
  • Use of Addslashes and Stripslashes Function in PHP1/6/2013 11:40:25 AM. In this article I will explain the Addslashes and Stripslashes functions in PHP.