newt_create_grid

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

VarnishAdmin::setIdent

(PECL varnish >= 0.8) Set the class ident configuration param public void VarnishAdmin::setIdent ( string $ident ) Parameters: ident Connection ident configuration parameter. Returns:

Gmagick::setimagescene

(PECL gmagick >= Unknown) Sets the image scene public Gmagick Gmagick::setimagescene ( int $scene ) Sets the image scene. Parameters: scene The image scene number. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

dio_tcsetattr

(PHP 4 >= 4.3.0, PHP 5 <= 5.0.5, PHP 7) Sets terminal attributes and baud rate for a serial port bool dio_tcsetattr ( resource $fd, array $options ) dio_tcsetattr() sets the terminal attributes and baud rate of the open fd. Parameters: fd The file descriptor returned by dio_open(). options The currently available options are:

ReflectionClass::getInterfaces

(PHP 5, PHP 7) Gets the interfaces public array ReflectionClass::getInterfaces ( void ) Gets the interfaces. Returns: An associative array of interfaces, with keys as interface names and the array values as ReflectionClass objects. Examples: ReflectionClass::getInterfaces() example <?php interface Foo { } interface Ba

finfo::file

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

openssl_error_string

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Return openSSL error message string openssl_error_string ( void ) openssl_error_string() returns the last error from the openSSL library. Error messages are queued, so this function should be called multiple times to collect all of the information. The last error will be the most recent one. Returns: Returns an error message string, or FALSE if there are no more e

ocicollsize

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

m_connectionerror

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a textual representation of why a connection failed string m_connectionerror ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

PDF_utf8_to_utf16

(PECL pdflib >= 2.0.3) Convert string from UTF-8 to UTF-16 string PDF_utf8_to_utf16 ( resource $pdfdoc, string $utf8string, string $ordering ) Converts a string from UTF-8 format to UTF-16.