SplFileObject::fwrite

(PHP 5 >= 5.1.0, PHP 7) Write to file public int SplFileObject::fwrite ( string $str [, int $length ] ) Writes the contents of string to the file Parameters: str The string to be written to the file. length If the length argument is given, writing will stop after length bytes have been written or the end of string is reached, whichev

Yaf_Request_Simple::getRequest

(Yaf >=1.0.0) The getRequest purpose public void Yaf_Request_Simple::getRequest ( void ) Returns: This function is currently not documented; only its argument list is available.

Imagick::extentImage

(No version information available, might only be in Git) Set image size bool Imagick::extentImage ( int $width, int $height, int $x, int $y ) Comfortability method for setting image size. The method sets the image size and allows setting x,y coordinates where the new area begins. This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer. Caution Prior to ImageMagick 6.5.7-8 (1623), $

ImagickDraw::pushDefs

(PECL imagick 2.0.0) Indicates that following commands create named elements for early processing bool ImagickDraw::pushDefs ( void ) Indicates that commands up to a terminating ImagickDraw::popDefs() command create named elements (e.g. clip-paths, textures, etc.) which may safely be processed earlier for the sake of efficiency. Returns: No value is returned. T

gzgets

(PHP 4, PHP 5, PHP 7) Get line from file pointer string gzgets ( resource $zp [, int $length ] ) Gets a (uncompressed) string of up to length - 1 bytes read from the given file pointer. Reading ends when length - 1 bytes have been read, on a newline, or on EOF (whichever comes first). Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfu

QuickHashIntStringHash::exists

(PECL quickhash >= Unknown) This method checks whether a key is part of the hash public bool QuickHashIntStringHash::exists ( int $key ) This method checks whether an entry with the provided key exists in the hash. Parameters: key The key of the entry to check for whether it exists in the hash. Returns: Returns TRUE when the entry was found, o

Imagick::getImageProfile

(PECL imagick 2.0.0) Returns the named image profile string Imagick::getImageProfile ( string $name ) Returns the named image profile. Parameters: name The name of the profile to return. Returns: Returns a string containing the image profile. Exception: Throws ImagickException on error.

ResourceBundle::getErrorCode

(PHP >= 5.3.2, PECL intl >= 2.0.0) Get bundle's last error code. public int ResourceBundle::getErrorCode ( void ) Object oriented style Procedural style int resourcebundle_get_error_code ( ResourceBundle $r ) Get error code from the last function performed by the bundle object. Parameters: r ResourceBundle object. Returns: Returns erro

ocierror

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_error() Alias of oci_error() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

trader_minmax

(PECL trader >= 0.2.0) Lowest and highest values over a specified period array trader_minmax ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.