fann_set_rprop_delta_min

(PECL fann >= 1.0.0) Sets the minimum step-size bool fann_set_rprop_delta_min ( resource $ann, float $rprop_delta_min ) The minimum step-size is a small positive number determining how small the minimum step-size may be. Parameters: ann Neural network resource. rprop_delta_min The minimum step-size. Returns: Re

mqseries_open

(PECL mqseries >= 0.10.0) MQSeries MQOPEN void mqseries_open ( resource $hconn, array &$objDesc, int $option, resource &$hobj, resource &$compCode, resource &$reason ) The mqseries_open() (MQOPEN) call establishes access to an object. Parameters: hConn Connection handle. This handle represents the connection to the queue manager. o

ldap_compare

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Compare value of attribute found in entry specified with DN mixed ldap_compare ( resource $link_identifier, string $dn, string $attribute, string $value ) Compare value of attribute with value of same attribute in an LDAP directory entry. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect().

spl_autoload_call

(PHP 5 >= 5.1.2, PHP 7) Try all registered __autoload() function to load the requested class void spl_autoload_call ( string $class_name ) This function can be used to manually search for a class or interface using the registered __autoload functions. Parameters: class_name The class name being searched. Returns: No value is returned.

DateTimeZone::getLocation

(PHP 5 >= 5.3.0, PHP 7) Returns location information for a timezone public array DateTimeZone::getLocation ( void ) Object oriented style Procedural style array timezone_location_get ( DateTimeZone $object ) Returns location information for a timezone, including country code, latitude/longitude and comments. Parameters: object Procedural style only: A DateTimeZone obje

mqseries_get

(PECL mqseries >= 0.10.0) MQSeries MQGET void mqseries_get ( resource $hConn, resource $hObj, array &$md, array &$gmo, int &$bufferLength, string &$msg, int &$data_length, resource &$compCode, resource &$reason ) The mqseries_get() (MQGET) call retrieves a message from a local queue that has been opened using the mqseries_open() (MQOPEN) call Parameters:

tidy::__construct

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Constructs a new tidy object tidy::__construct ([ string $filename [, mixed $config [, string $encoding [, bool $use_include_path ]]]] ) Constructs a new tidy object. Parameters: filename If the filename parameter is given, this function will also read that file and initialize the object with the file, acting like tidy_parse_file().

Yaf_View_Simple::display

(Yaf >=1.0.0) Render and display public bool Yaf_View_Simple::display ( string $tpl [, array $tpl_vars ] ) Render a template and display the result instantly. Parameters: tpl Render a template and display the result instantly. tpl_vars Render a template and display the result instantly. Returns:

PharFileInfo::isCRCChecked

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether file entry has had its CRC verified public bool PharFileInfo::isCRCChecked ( void ) This returns whether a file within a Phar archive has had its CRC verified. Returns: TRUE if the file has had its CRC verified, FALSE if not. Examples: A PharFileInfo::isCRCChecked() example

SimpleXMLElement::attributes

(PHP 5 >= 5.0.1, PHP 7) Identifies an element's attributes public SimpleXMLElement SimpleXMLElement::attributes ([ string $ns = NULL [, bool $is_prefix = false ]] ) This function provides the attributes and values defined within an xml tag. Note: SimpleXML has made a rule of adding iterative properties to most methods. They cannot be viewed using var_dump() or anything else which can examine objects. Pa