natcasesort

(PHP 4, PHP 5, PHP 7) Sort an array using a case insensitive "natural order" algorithm bool natcasesort ( array &$array ) natcasesort() is a case insensitive version of natsort(). This function implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering". Parameters:

openssl_pkcs7_encrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Encrypt an S/MIME message bool openssl_pkcs7_encrypt ( string $infile, string $outfile, mixed $recipcerts, array $headers [, int $flags = 0 [, int $cipherid = OPENSSL_CIPHER_RC2_40 ]] ) openssl_pkcs7_encrypt() takes the contents of the file named infile and encrypts them using an RC2 40-bit cipher so that they can only be read by the intended recipients specified by recipcerts.

oci_num_rows

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns number of rows affected during statement execution int oci_num_rows ( resource $statement ) Gets the number of rows affected during statement execution. Parameters: statement A valid OCI statement identifier. Returns: Returns the number of rows affected as an integer, or FALSE on errors.

SoapHeader::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapHeader constructor SoapHeader::__construct ( string $namespace, string $name [, mixed $data [, bool $mustunderstand [, string $actor ]]] ) This function is an alias of: SoapHeader::SoapHeader()

SCA_SoapProxy::createDataObject

(PECL SDO >= 0.5.0) create an SDO SDO_DataObject SCA_SoapProxy::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 web 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 called

Weakref::release

(PECL weakref >= 0.1.0) Releases a previously acquired reference public bool Weakref::release ( void ) Releases a previously acquired reference, potentially turning a strong reference back into a weak reference. The Weakref instance maintains an internal acquired counter to track outstanding strong references. If the call to Weakref::release() is successful, this counter will be decremented by one. Once this counter rea

Gmagick::readimageblob

(PECL gmagick >= Unknown) Reads image from a binary string public void Gmagick::readimageblob ( string $imageContents [, string $filename ] ) Reads image from a binary string. Parameters: imageContents Content of image filename The image filename. Returns: The Gmagick object on success

m_setip

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set the connection method to IP int m_setip ( resource $conn, string $host, int $port ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). host An MCVE_CONN resource returned by m_initengine(). port An MCVE_CONN resource returned b

ReflectionMethod::isConstructor

(PHP 5, PHP 7) Checks if method is a constructor public bool ReflectionMethod::isConstructor ( void ) Checks if the method is a constructor. Returns: TRUE if the method is a constructor, otherwise FALSE See also: ReflectionMethod::__construct() - ReflectionMethod::isAbstract() -

m_parsecommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Parse the comma delimited response so m_getcell, etc will work int m_parsecommadelimited ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns: