stripcslashes

(PHP 4, PHP 5, PHP 7) Un-quote string quoted with addcslashes() string stripcslashes ( string $str ) Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation. Parameters: str The string to be unescaped. Returns: Returns the unescaped string.

msql_tablename

(PHP 4, PHP 5, PHP 7) Alias of msql_result() This function is an alias of msql_result().

maxdb_errno

(PECL maxdb >= 1.0) Returns the error code for the most recent function call int maxdb_errno ( resource $link ) Procedural style Object oriented style int $maxdb->errno; The maxdb_errno() function will return the last error code for the most recent MaxDB function call that can succeed or fail with respect to the database link defined by the link parameter. If no errors have occurred, this function will return zero.

PDF_setgray_stroke

(PHP 4, PECL pdflib >= 1.0.0) Set stroke color to gray [deprecated] bool PDF_setgray_stroke ( resource $p, float $g ) Sets the current stroke color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

ReflectionClass::newInstanceWithoutConstructor

(PHP >= 5.4.0) Creates a new class instance without invoking the constructor. public object ReflectionClass::newInstanceWithoutConstructor ( void ) Creates a new instance of the class without invoking the constructor. Returns: Exception: A ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor. In PHP 5.

ingres_set_environment

(PECL ingres >= 1.2.0) Set environment features controlling output options bool ingres_set_environment ( resource $link, array $options ) ingres_set_environment() is called to set environmental options that affect the output of certain values from Ingres, such as the timezone, date format, decimal character separator, and float precision. Parameters: link The connectio

ini_get

(PHP 4, PHP 5, PHP 7) Gets the value of a configuration option string ini_get ( string $varname ) Returns the value of the configuration option on success. Parameters: varname The configuration option name. Returns: Returns the value of the configuration option as a string on success, or an empty string for null values. Returns FALSE if the confi

mb_list_encodings

(PHP 5, PHP 7) Returns an array of all supported encodings array mb_list_encodings ( void ) Returns an array containing all supported encodings. Returns: Returns a numerically indexed array. Exception: This function does not emit any errors. Examples: mb_list_encodings() example <?php print_r(mb_list

QuickHashIntHash::loadFromFile

(PECL quickhash >= Unknown) This factory method creates a hash from a file public static QuickHashIntHash QuickHashIntHash::loadFromFile ( string $filename [, int $options ] ) This factory method creates a new hash from a definition file on disk. The file format consists of a signature 'QH\0x11\0', the number of elements as a 32 bit signed integer in system Endianness, followed by 32 bit signed integers packed together in

QuickHashStringIntHash::__construct

(No version information available, might only be in Git) Creates a new QuickHashStringIntHash object public QuickHashStringIntHash::__construct ( int $size [, int $options = 0 ] ) This constructor creates a new QuickHashStringIntHash. The size is the amount of bucket lists to create. The more lists there are, the less collisions you will have. Options are also supported. Parameters: