EventHttpRequest::getResponseCode

(PECL event >= 1.4.0-beta) Returns the response code public int EventHttpRequest::getResponseCode ( void ) Returns the response code. Returns: Returns the response code of the request. See also: EventHttpRequest::getCommand() - EventHttpRequest::getHost() -

trader_cdlkicking

(PECL trader >= 0.2.0) Kicking array trader_cdlkicking ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price, arra

gupnp_context_host_path

(PECL gupnp >= 0.1.0) Start hosting bool gupnp_context_host_path ( resource $context, string $local_path, string $server_path ) Start hosting local_path at server_path. Files with the path local_path.LOCALE (if they exist) will be served up when LOCALE is specified in the request's Accept-Language header. Parameters: context A context identifier, returned by gupnp_cont

ftp_get_option

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Retrieves various runtime behaviours of the current FTP stream mixed ftp_get_option ( resource $ftp_stream, int $option ) This function returns the value for the requested option from the specified FTP connection. Parameters: ftp_stream The link identifier of the FTP connection. option Currently, the fo

maxdb_rpl_query_type

(PECL maxdb >= 1.0) Returns RPL query type int maxdb_rpl_query_type ( resource $link ) Procedural style Object oriented style int maxdb::rpl_query_type ( void ) This function is currently not documented; only its argument list is available.

px_set_blob_file

(PECL paradox >= 1.3.0) Sets the file where blobs are read from bool px_set_blob_file ( resource $pxdoc, string $filename ) Sets the name of the file where blobs are going to be read from or written into. Without calling this function, px_get_record() or px_retrieve_record() will only return data in blob fields if the data is part of the record and not stored in the blob file. Blob data is stored in the record if it is sm

vpopmail_del_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Delete a virtual domain bool vpopmail_del_domain ( string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently not documen

OCI-Lob::load

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns large object's contents string OCI-Lob::load ( void ) Returns large object's contents. As script execution is terminated when the memory_limit is reached, ensure that the LOB does not exceed this limit. In most cases it's recommended to use OCI-Lob::read instead. Returns: Returns the contents of the object, or FALSE on errors.

SDO_Model_Property::isContainment

(^) Test to see if the property defines a containment relationship bool SDO_Model_Property::isContainment ( void ) Test to see if the property corresponds to a containment relationship. Returns TRUE if the property defines a containment relationship, or FALSE if it is reference. Returns: Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.

Imagick::deleteImageArtifact

(No version information available, might only be in Git) Delete image artifact bool Imagick::deleteImageArtifact ( string $artifact ) Deletes an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Parameters: