finfo::set_flags

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0) Alias of finfo_set_flags() public bool finfo::set_flags ( int $options ) This function is an alias of: finfo_set_flags()

MongoGridFS::drop

(PECL mongo >=0.9.0) Drops the files and chunks collections public array MongoGridFS::drop ( void ) Returns: The database response.

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

CairoContext::setMatrix

(PECL cairo >= 0.1.0) The setMatrix purpose public void CairoContext::setMatrix ( string $matrix ) Object oriented style (method): Procedural style: void cairo_set_matrix ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Returns: Desc

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: