fann_duplicate_train_data

(PECL fann >= 1.0.0) Returns an exact copy of a fann train data resource fann_duplicate_train_data ( resource $data ) Returns an exact copy of a fann train data resource. Parameters: data Neural network training data resource. Returns: Returns a train data resource on success, or FALSE on error.

streamWrapper::__construct

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Constructs a new stream wrapper streamWrapper::__construct ( void ) Called when opening the stream wrapper, right before streamWrapper::stream_open().

mysqli_stmt::$error_list

(PHP 5 >= 5.4.0, PHP 7) Returns a list of errors from the last statement executed array mysqli_stmt_error_list ( mysqli_stmt $stmt ) Object oriented style array $mysqli_stmt->error_list; Procedural style Returns an array of errors for the most recently invoked statement function that can succeed or fail. Parameters: stmt Procedural style only: A statement identifier

Gmagick::getsamplingfactors

(PECL gmagick >= Unknown) Gets the horizontal and vertical sampling factor. public array Gmagick::getsamplingfactors ( void ) Gets the horizontal and vertical sampling factor. Returns: Returns an associative array with the horizontal and vertical sampling factors of the image. Exception: Throws an GmagickException on error.

pg_execute

(PHP 5 >= 5.1.0, PHP 7) Sends a request to execute a prepared statement with given parameters, and waits for the result. resource pg_execute ([ resource $connection ], string $stmtname, array $params ) Sends a request to execute a prepared statement with given parameters, and waits for the result. pg_execute() is like pg_query_params(), but the command to be executed is specified by naming a previously-prepared statemen

cairo_image_surface_get_data

(PECL cairo >= 0.1.0) Description string cairo_image_surface_get_data ( CairoImageSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

Phar::__construct

(PHP >= 5.3.0, PECL phar >= 1.0.0) Construct a Phar archive object public Phar::__construct ( string $fname [, int $flags [, string $alias ]] ) Parameters: fname Path to an existing Phar archive or to-be-created archive. The file name's extension must contain .phar. flags Flags to pass to parent class RecursiveDirectoryIterator.

filesize

(PHP 4, PHP 5, PHP 7) Gets file size int filesize ( string $filename ) Gets the size for the given file. Parameters: filename Path to the file. Returns: Returns the size of the file in bytes, or FALSE (and generates an error of level E_WARNING) in case of an error. Note: Because PHP's integer type is signed and many platforms use 32bit integers

dbx_error

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Report the error message of the latest function call in the module string dbx_error ( object $link_identifier ) dbx_error() returns the last error message. Parameters: link_identifier The DBX link object returned by dbx_connect() Returns: Returns a string containing the error message

IntlDateFormatter::parse

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Parse string to a timestamp value public int IntlDateFormatter::parse ( string $value [, int &$position ] ) Object oriented style Procedural style int datefmt_parse ( IntlDateFormatter $fmt , string $value [, int &$position ] ) Converts string $value to an incremental time value, starting at $parse_pos and consuming as much of the input value as possible.