finfo::__construct

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0) Alias of finfo_open() public finfo::__construct ([ int $options = FILEINFO_NONE [, string $magic_file = NULL ]] ) This function is an alias of: finfo_open()

stream_context_set_default

(PHP 5 >= 5.3.0, PHP 7) Set the default stream context resource stream_context_set_default ( array $options ) Set the default stream context which will be used whenever file operations (fopen(), file_get_contents(), etc...) are called without a context parameter. Uses the same syntax as stream_context_create(). Parameters: options The options to set for the default con

streamWrapper::stream_read

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Read from stream public string streamWrapper::stream_read ( int $count ) This method is called in response to fread() and fgets(). Note: Remember to update the read/write position of the stream (by the number of bytes that were successfully read). Parameters: count How many bytes of data from the current position should be returned.

mysqli_master_query

(PHP 5 < 5.3.0) Enforce execution of a query on the master in a master/slave setup bool mysqli_master_query ( mysqli $link, string $query ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

EventBuffer::pullup

(PECL event >= 1.2.6-beta) Linearizes data within buffer and returns it's contents as a string public string EventBuffer::pullup ( int $size ) "Linearizes" the first size bytes of the buffer, copying or moving them as needed to ensure that they are all contiguous and occupying the same chunk of memory. If size is negative, the function linearizes the entire buffer. Parameters: siz

CairoContext::getFontFace

(PECL cairo >= 0.1.0) The getFontFace purpose public void CairoContext::getFontFace ( void ) Object oriented style (method): Procedural style: void cairo_get_font_face ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown) Sets the font style to use when annotating with text public GmagickDraw GmagickDraw::setfontstyle ( int $style ) Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option. Parameters: style Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle) Returns:

odbc_next_result

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Checks if multiple results are available bool odbc_next_result ( resource $result_id ) Checks if there are more result sets available as well as allowing access to the next result set via odbc_fetch_array(), odbc_fetch_row(), odbc_result(), etc. Parameters: result_id The result identifier. Returns: Returns TRUE i

CairoContext::copyPathFlat

(PECL cairo >= 0.1.0) Gets a flattened copy of the current path public CairoPath CairoContext::copyPathFlat ( void ) Object oriented style (method): Procedural style: CairoPath cairo_copy_path_flat ( CairoContext $context ) Gets a flattened copy of the current path and returns it to the user as a CairoPath. This function is like CairoContext::copyPath() except that any curves in the path will be approximated with piece

mysqli_bind_result

(PHP 5 < 5.4.0) Alias for mysqli_stmt_bind_result() This function is an alias of mysqli_stmt_bind_result(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_bind_result() -