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

trader_ceil

(PECL trader >= 0.2.0) Vector Ceil array trader_ceil ( array $real ) Calculates the next higest integer for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

imap_scanmailbox

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

MongoCursor::count

(PECL mongo >=0.9.2) Counts the number of results for this query public int MongoCursor::count ([ bool $foundOnly = FALSE ] ) This method does not affect the state of the cursor: if you haven't queried yet, you can still apply limits, skips, etc. If you have started iterating through results, it will not move the current position of the cursor. If you have exhasted the cursor, it will not reset it. Param

imap_mail

(PHP 4, PHP 5, PHP 7) Send an email message bool imap_mail ( string $to, string $subject, string $message [, string $additional_headers = NULL [, string $cc = NULL [, string $bcc = NULL [, string $rpath = NULL ]]]] ) This function allows sending of emails with correct handling of Cc and Bcc receivers. The parameters to, cc and bcc are all strings and are all parsed as » RFC822 address lists. Parameters

Yaf_Controller_Abstract::getRequest

(Yaf >=1.0.0) Retrieve current request object public Yaf_Request_Abstract Yaf_Controller_Abstract::getRequest ( void ) retrieve current request object Returns: Yaf_Request_Abstract instance

MongoCommandCursor::timeout

(PECL mongo >=1.6.0) Sets a client-side timeout for this command public MongoCommandCursor MongoCommandCursor::timeout ( int $ms ) A timeout can be set at any time and will affect subsequent data retrieval associated with this cursor, including fetching more results from the database. Parameters: ms The number of milliseconds for the cursor to wait for a response. Use

IntlDateFormatter::setPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set the pattern used for the IntlDateFormatter public bool IntlDateFormatter::setPattern ( string $pattern ) Object oriented style Procedural style bool datefmt_set_pattern ( IntlDateFormatter $fmt , string $pattern ) Set the pattern used for the IntlDateFormatter. Parameters: fmt The formatter resource.

fann_descale_input

(PECL fann >= 1.0.0) Scale data in input vector after get it from ann based on previously calculated parameters bool fann_descale_input ( resource $ann, array $input_vector ) Scale data in input vector after get it from ann based on previously calculated parameters. Parameters: ann Neural network resource. input_vector Input vector tha

Error::__toString

(No version information available, might only be in Git) String representation of the error public string Error::__toString ( void ) Returns the string representation of the error. Returns: Returns the string representation of the error. Examples: Error::__toString() example <?php try {     throw new Error("Some error