Yaf_Config_Simple::__get

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

sqlite_num_fields

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the number of fields in a result set int sqlite_num_fields ( resource $result ) Object oriented style (method): int SQLiteResult::numFields ( void ) int SQLiteUnbuffered::numFields ( void ) Returns the number of fields in the result set. Parameters: result The SQLite result resource. This parameter is not required when

pg_send_query

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Sends asynchronous query bool pg_send_query ( resource $connection, string $query ) pg_send_query() sends a query or queries asynchronously to the connection. Unlike pg_query(), it can send multiple queries at once to PostgreSQL and get the results one by one using pg_get_result(). Script execution is not blocked while the queries are executing. Use pg_connection_busy() to check if the c

cairo_pattern_get_surface

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

ImagickDraw::setGravity

(PECL imagick 2.0.0) Sets the text placement gravity bool ImagickDraw::setGravity ( int $gravity ) Sets the text placement gravity to use when annotating with text. Parameters: gravity GRAVITY_ constant Returns: No value is returned. This function is currently not documented; only its argument list is availabl

strstr

(PHP 4, PHP 5, PHP 7) Find the first occurrence of a string string strstr ( string $haystack, mixed $needle [, bool $before_needle = false ] ) Returns part of haystack string starting from and including the first occurrence of needle to the end of haystack. Note: This function is case-sensitive. For case-insensitive searches, use stristr(). Note: If you only want to determine if a particular needle occurs within ha

SessionHandler::create_sid

(PHP 5 >= 5.5.1, PHP 7) Return a new session ID public string SessionHandler::create_sid ( void ) Generates and returns a new session ID. Returns: A session ID valid for the default session handler. See also: session_id() -

tidy::head

(PHP 5, PHP 7, PECL tidy 0.5.2-1.0.0) Returns a tidyNode object starting from the <head> tag of the tidy parse tree tidyNode tidy::head ( void ) Object oriented style Procedural style tidyNode tidy_get_head ( tidy $object ) Returns a tidyNode object starting from the <head> tag of the tidy parse tree. Parameters: object The Tidy object. Re

QuickHashStringIntHash::saveToString

(No version information available, might only be in Git) This method returns a serialized version of the hash public string QuickHashStringIntHash::saveToString ( void ) This method returns a serialized version of the hash in the same format that loadFromString() can read. Returns: This method returns a serialized format of an existing hash, in the same format that loadFromString() can read.

ps_close_image

(PECL ps >= 1.1.0) Closes image and frees memory void ps_close_image ( resource $psdoc, int $imageid ) Closes an image and frees its resources. Once an image is closed it cannot be used anymore. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). imageid Resource identifier of the image as returned