   #PHP Manual Multi-Byte String Functions mb_eregi mb_http_input

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  mb_get_info

   (PHP 4 >= 4.2.0)
   mb_get_info -- Get internal settings of mbstring

Description

   string mb_get_info ( [string type])

   Warning

   This function is EXPERIMENTAL. The behaviour of this function, the
   name of this function, and anything else documented about this
   function may change without notice in a future release of PHP. Use
   this function at your own risk.

   mb_get_info() returns internal setting parameter of mbstring.

   If type isn't specified or is specified to "all", an array having the
   elements "internal_encoding", "http_output", "http_input",
   "func_overload" will be returned.

   If type is specified for "http_output", "http_input",
   "internal_encoding", "func_overload", the specified setting parameter
   will be returned.

   See also mb_internal_encoding(), mb_http_output().
   ______________________________________________________________________

   Prev     Home          Next
   mb_eregi  Up  mb_http_input
