curl_getinfo

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Get information regarding a specific transfer mixed curl_getinfo ( resource $ch [, int $opt = 0 ] ) Gets information about the last transfer. Parameters: ch A cURL handle returned by curl_init(). opt This may be one of the following constants: CURLINFO_EFFECTIVE_URL - Last effective URL CURLINFO_H

fam_close

(PHP 5 <= 5.0.5) Close FAM connection void fam_close ( resource $fam ) Closes a connection to the FAM service. Parameters: fam A resource representing a connection to the FAM service returned by fam_open() Returns: No value is returned.

curl_pause

(PHP 5 >= 5.5.0, PHP 7) Pause and unpause a connection int curl_pause ( resource $ch, int $bitmask ) Parameters: ch A cURL handle returned by curl_init(). bitmask One of CURLPAUSE_* constants. Returns: Returns an error code (CURLE_OK for no error). This function is currently

SAMConnection::send

(PECL sam >= 0.1.0) Send a message to a queue or publish an item to a topic. string SAMConnection::send ( string $target, SAMMessage $msg [, array $properties ] ) The "send" method is used to send a message to a specific queue or to publish to a specific topic. The method returns a correlation id that can be used as a selector to identify reply or response messages when these are requested. Parameters:

mysqli_warning::__construct

(PHP 5, PHP 7) The __construct purpose public mysqli_warning::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

mb_get_info

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get internal settings of mbstring mixed mb_get_info ([ string $type = "all" ] ) mb_get_info() returns the internal setting parameters of mbstring. Parameters: type If type isn't specified or is specified to "all", an array having the elements "internal_encoding", "http_output", "http_input", "func_overload", "mail_charset", "mail_header_

ldap_mod_replace

(PHP 4, PHP 5, PHP 7) Replace attribute values with new ones bool ldap_mod_replace ( resource $link_identifier, string $dn, array $entry ) Replaces one or more attributes from the specified dn. It performs the modification at the attribute level as opposed to the object level. Object-level modifications are done by the ldap_modify() function. Parameters: link_identifier A

XMLDiff\Memory::diff

(PECL xmldiff >= 0.8.0) Diff two XML documents public string XMLDiff\Memory::diff ( string $from, string $to ) Diff two strings containing XML documents and produce the diff information. Parameters: from Source XML document. to Target XML document. Returns: String with the XML document containing the diff in

SWFButton::setMenu

(PHP 5 <= 5.3.0, PECL ming SVN) enable track as menu button behaviour void SWFButton::setMenu ( int $flag ) Parameters: flag This parameter can be used for a slight different behavior of buttons. You can set it to 0 (off) or 1 (on). Returns: No value is returned. This function is currently not documented; on

PDO::__construct

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Creates a PDO instance representing a connection to a database public PDO::__construct ( string $dsn [, string $username [, string $password [, array $options ]]] ) Creates a PDO instance to represent a connection to the requested database. Parameters: dsn The Data Source Name, or DSN, contains the information required to connect to the d