ReflectionProperty::getName

(PHP 5, PHP 7) Gets property name public string ReflectionProperty::getName ( void ) Gets the properties name. Returns: The name of the reflected property. This function is currently not documented; only its argument list is available. See also: ReflectionProperty::get

CachingIterator::offsetExists

(PHP 5 >= 5.2.0, PHP 7) The offsetExists purpose public void CachingIterator::offsetExists ( string $index ) Parameters: index The index being checked. Returns: Returns TRUE if an entry referenced by the offset exists, FALSE otherwise. This function is currently not documented; only its argument list is avai

SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2) Whether or not to collapse contiguous fragments into a single fragment public SolrQuery SolrQuery::setHighlightMergeContiguous ( bool $flag [, string $field_override ] ) Whether or not to collapse contiguous fragments into a single fragment Parameters: value Whether or not to collapse contiguous fragments into a single fragment

rmdir

(PHP 4, PHP 5, PHP 7) Removes directory bool rmdir ( string $dirname [, resource $context ] ) Attempts to remove the directory named by dirname. The directory must be empty, and the relevant permissions must permit this. A E_WARNING level error will be generated on failure. Parameters: dirname Path to the directory. context Note:

streamWrapper::stream_flush

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Flushes the output public bool streamWrapper::stream_flush ( void ) This method is called in response to fflush() and when the stream is being closed while any unflushed data has been written to it before. If you have cached data in your stream but not yet stored it into the underlying storage, you should do so now. Returns: Should return TRUE if the cached data

pg_lo_create

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Create a large object int pg_lo_create ([ resource $connection [, mixed $object_id ]] ) int pg_lo_create ( mixed $object_id ) pg_lo_create() creates a large object and returns the OID of the large object. PostgreSQL access modes INV_READ, INV_WRITE, and INV_ARCHIVE are not supported, the object is created always with both read and write access. INV_ARCHIVE has been removed from PostgreSQL i

Imagick::flipImage

(PECL imagick 2.0.0) Creates a vertical mirror image bool Imagick::flipImage ( void ) Creates a vertical mirror image by reflecting the pixels around the central x-axis. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::flipImage() <?php function flipIma

ocicolumnisnull

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_field_is_null() Alias of oci_field_is_null() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

EventBufferEvent::sslGetCipherName

(PECL event >= 1.10.0) Returns the current cipher name of the SSL connection. public string EventBufferEvent::sslGetCipherName ( void ) Retrieves name of cipher used by current SSL connection. Note: This function is available only if Event is compiled with OpenSSL support. Returns: Returns the current cipher name of the SSL connection, or FALSE on error.

xml_parse

(PHP 4, PHP 5, PHP 7) Start parsing an XML document int xml_parse ( resource $parser, string $data [, bool $is_final = false ] ) xml_parse() parses an XML document. The handlers for the configured events are called as many times as necessary. Parameters: parser A reference to the XML parser to use. data Chunk of data to parse. A docume