ArrayIterator::offsetExists

(PHP 5 >= 5.0.0, PHP 7) Check if offset exists public void ArrayIterator::offsetExists ( string $index ) Checks if the offset exists. Parameters: index The offset being checked. Returns: TRUE if the offset exists, otherwise FALSE This function is currently not documented; only its argument list is availabl

SCA_LocalProxy::createDataObject

(PECL SDO >= 0.5.0) create an SDO SDO_DataObject SCA_LocalProxy::createDataObject ( string $type_namespace_uri , string $type_name ) This method is used inside either an ordinary PHP script or an SCA component that needs to create an SDO to pass to a local service. The parameters are the desired SDO's namespace URI and type name. The namespace and type must be defined in the interface of the component that is to be cal

PDF_get_value

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Get numerical parameter float PDF_get_value ( resource $p, string $key, float $modifier ) Gets the value of some PDFlib parameter with numerical type.

enchant_broker_get_error

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Returns the last error of the broker string enchant_broker_get_error ( resource $broker ) Returns the last error which occurred in this broker. Parameters: broker Broker resource. Returns: Return the msg string if an error was found or FALSE

Imagick::whiteThresholdImage

(PECL imagick 2.0.0) Force all pixels above the threshold into white bool Imagick::whiteThresholdImage ( mixed $threshold ) Is like Imagick::ThresholdImage() but force all pixels above the threshold into white while leaving all pixels below the threshold unchanged. Parameters: threshold Is like Imagick::ThresholdImage() but force all pixels above the threshold into white

mysqli_report

(PHP 5, PHP 7) Alias of mysqli_driver->report_mode This function is an alias of: mysqli_driver->report_mode

Imagick::__construct

(PECL imagick 2.0.0) The Imagick constructor Imagick::__construct ( mixed $files ) Creates an Imagick instance for a specified image or set of images. Parameters: files The path to an image to load or an array of paths. Paths can include wildcards for file names, or can be URLs. Returns: Returns a new Imagick object on success.

newt_listbox_item_count

(PECL newt >= 0.1) int newt_listbox_item_count ( resource $listbox ) Parameters: listbox Returns: This function is currently not documented; only its argument list is available.

finfo::buffer

(PHP 5 >= 5.3.0, PHP 7, PECL fileinfo >= 0.1.0) Alias of finfo_buffer() public string finfo::buffer ( string $string = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] ) This function is an alias of: finfo_buffer()

SimpleXMLElement::addChild

(PHP 5 >= 5.1.3, PHP 7) Adds a child element to the XML node public SimpleXMLElement SimpleXMLElement::addChild ( string $name [, string $value [, string $namespace ]] ) Adds a child element to the node and returns a SimpleXMLElement of the child. Parameters: name The name of the child element to add. value If specified, the value