ssh2_auth_none

(PECL ssh2 >= 0.9.0) Authenticate as "none" mixed ssh2_auth_none ( resource $session, string $username ) Attempt "none" authentication which usually will (and should) fail. As part of the failure, this function will return an array of accepted authentication methods. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect().

register_shutdown_function

(PHP 4, PHP 5, PHP 7) Register a function for execution on shutdown void register_shutdown_function ( callable $callback [, mixed $parameter [, mixed $... ]] ) Registers a callback to be executed after script execution finishes or exit() is called. Multiple calls to register_shutdown_function() can be made, and each will be called in the same order as they were registered. If you call exit() within one registered shutdown

mb_language

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set/Get current language mixed mb_language ([ string $language = mb_language() ] ) Set/Get the current language. Parameters: language Used for encoding e-mail messages. Valid languages are "Japanese", "ja","English","en" and "uni" (UTF-8). mb_send_mail() uses this setting to encode e-mail. Language and its setting is ISO-2022-JP/Base64

ReflectionClass::getMethods

(PHP 5, PHP 7) Gets an array of methods public array ReflectionClass::getMethods ([ int $filter ] ) Gets an array of methods for the class. Parameters: filter Filter the results to include only methods with certain attributes. Defaults to no filtering. Any combination of ReflectionMethod::IS_STATIC, ReflectionMethod::IS_PUBLIC, ReflectionMethod::IS_PROTECTED, Reflection

IntlTimeZone::countEquivalentIDs

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the number of IDs in the equivalency group that includes the given ID public static integer IntlTimeZone::countEquivalentIDs ( string $zoneId ) Parameters: zoneId Returns: This function is currently not documented; only its argument list is available.

Stomp::commit

(PECL stomp >= 0.1.0) Commits a transaction in progress public bool Stomp::commit ( string $transaction_id [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_commit ( resource $link , string $transaction_id [, array $headers ] ) Commits a transaction in progress. Parameters: link Procedural style only: The stomp link identifier returned

mysqli::rpl_query_type

(PHP 5, PHP 7) Returns RPL query type int mysqli::rpl_query_type ( string $query ) Object oriented style Procedural style int mysqli_rpl_query_type ( mysqli $link , string $query ) Returns MYSQLI_RPL_MASTER, MYSQLI_RPL_SLAVE or MYSQLI_RPL_ADMIN depending on a query type. INSERT, UPDATE and similar are master queries, SELECT is slave, and FLUSH, REPAIR and similar are admin. Thi

bcompiler_write_footer

(PECL bcompiler >= 0.4) Writes the single character \x00 to indicate End of compiled data bool bcompiler_write_footer ( resource $filehandle ) Writes the single character \x00 to indicate End of compiled data. Parameters: filehandle A file handle as returned by fopen(). Returns: Returns TRUE on success or FALSE on failure.

streamWrapper::stream_stat

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Retrieve information about a file resource public array streamWrapper::stream_stat ( void ) This method is called in response to fstat(). Returns: See stat(). Exception: Emits E_WARNING if call to this method fails (i.e. not implemented). See also: stat() -

DOMImplementation::createDocument

(PHP 5, PHP 7) Creates a DOMDocument object of the specified type with its document element public DOMDocument DOMImplementation::createDocument ([ string $namespaceURI = NULL [, string $qualifiedName = NULL [, DOMDocumentType $doctype = NULL ]]] ) Creates a DOMDocument object of the specified type with its document element. Parameters: namespaceURI The namespace URI