xattr_supported

(PECL xattr >= 1.0.0) Check if filesystem supports extended attributes bool xattr_supported ( string $filename [, int $flags = 0 ] ) This functions checks if the filesystem holding the given file supports extended attributes. Read access to the file is required. Parameters: filename The path of the tested file. flags Supported xatt

SwishSearch::setStructure

(PECL swish >= 0.1.0) Set the structure flag in the search object void SwishSearch::setStructure ( int $structure ) Parameters: structure The structure flag a bitmask is used to limit search to certain parts of HTML documents (like title, meta, body etc.). Its possible values are listed below. To combine several values use bitwise OR operator, see example below.

eio_syncfs

(PECL eio >= 0.0.1dev) Calls Linux' syncfs syscall, if available resource eio_syncfs ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Parameters: fd File descriptor pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri internally is set to E

simplexml_import_dom

(PHP 5, PHP 7) Get a SimpleXMLElement object from a DOM node. SimpleXMLElement simplexml_import_dom ( DOMNode $node [, string $class_name = "SimpleXMLElement" ] ) This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element. Parameters: node A DOM Element node class_

snmp3_get

(PHP 4, PHP 5, PHP 7) Fetch an SNMP object string snmp3_get ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) The snmp3_get() function is used to read the value of an SNMP object specified by the object_id. Parameters:

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

TokyoTyrantIterator::key

(PECL tokyo_tyrant >= 0.2.0) Returns the current key public mixed TokyoTyrantIterator::key ( void ) Returns the current key. Returns: Returns the current key on success and false on failure. See also: TokyoTyrantIterator::valid() - TokyoTyrantIterator::current() -

ibase_param_info

(PHP 5, PHP 7) Return information about a parameter in a prepared query array ibase_param_info ( resource $query, int $param_number ) Returns an array with information about a parameter after a query has been prepared. Parameters: query An InterBase prepared query handle. param_number Parameter offset. Returns:

odbc_specialcolumns

(PHP 4, PHP 5, PHP 7) Retrieves special columns resource odbc_specialcolumns ( resource $connection_id, int $type, string $qualifier, string $owner, string $table, int $scope, int $nullable ) Retrieves either the optimal set of columns that uniquely identifies a row in the table, or columns that are automatically updated when any value in the row is updated by a transaction. Parameters:

ImagickDraw::setStrokeWidth

(PECL imagick 2.0.0) Sets the width of the stroke used to draw object outlines bool ImagickDraw::setStrokeWidth ( float $stroke_width ) Sets the width of the stroke used to draw object outlines. Parameters: stroke_width stroke width Returns: No value is returned. This function is currently not documented; only