fopen

(PHP 4, PHP 5, PHP 7) Opens file or URL resource fopen ( string $filename, string $mode [, bool $use_include_path = false [, resource $context ]] ) fopen() binds a named resource, specified by filename, to a stream. Parameters: filename If filename is of the form "scheme://...", it is assumed to be a URL and PHP will search for a protocol handler (also known as a wrapper

tmpfile

(PHP 4, PHP 5, PHP 7) Creates a temporary file resource tmpfile ( void ) Creates a temporary file with a unique name in read-write (w+) mode and returns a file handle . The file is automatically removed when closed (for example, by calling fclose(), or when there are no remaining references to the file handle returned by tmpfile()), or when the script ends. For details, consult your system documentation on the tmpfile(3)

Yaf_Session::has

(Yaf >=1.0.0) The has purpose public void Yaf_Session::has ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

fann_get_train_stop_function

(PECL fann >= 1.0.0) Returns the stop function used during training int fann_get_train_stop_function ( resource $ann ) Returns the stop function used during training. The stop functions are described further in stop functions constants. The default stop function is FANN_STOPFUNC_MSE. Parameters: ann Neural network resource. Returns: The stop

Imagick::getImageDepth

(PECL imagick 0.9.1-0.9.9) Gets the image depth int Imagick::getImageDepth ( void ) Gets the image depth. Returns: The image depth.

ncurses_baudrate

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns baudrate of terminal int ncurses_baudrate ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently

SWFButton::setDown

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_DOWN) void SWFButton::setDown ( SWFShape $shape ) swfbutton::setdown() alias for addShape(shape, SWFBUTTON_DOWN). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future relea

SWFMovie::saveToFile

(PHP 5 <= 5.3.0, PECL ming SVN) int SWFMovie::saveToFile ( resource $x [, int $compression = -1 ] ) Parameters: X compression The compression level can be a value between 0 and 9, defining the SWF compression similar to gzip compression. This parameter is only available as of Flash MX (6). Returns: Return the number of bytes w

DateTime::sub

(PHP 5 >= 5.3.0, PHP 7) Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object public DateTime DateTime::sub ( DateInterval $interval ) Object oriented style Procedural style DateTime date_sub ( DateTime $object , DateInterval $interval ) Subtracts the specified DateInterval object from the specified DateTime object. Parameters: object

IntlChar::foldCase

(PHP 7) Perform case folding on a code point public static mixed IntlChar::foldCase ( mixed $codepoint [, int $options = IntlChar::FOLD_CASE_DEFAULT ] ) The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SN