hw_api_object::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of attribute string hw_api_object::value ( string $name ) Returns value of an attribute. Parameters: name The attribute name. Returns: Returns the value of the attribute with the given name or FALSE if an error occurred.

hw_api_object::attreditable

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks whether an attribute is editable bool hw_api_object::attreditable ( array $parameter ) Checks whether an attribute is editable. Parameters: parameter Checks whether an attribute is editable. Returns: Returns TRUE if the attribute is editable, FALSE otherwise.

Yaf_Loader::getLibraryPath

(Yaf >=2.1.4) get the library path public Yaf_Loader Yaf_Loader::getLibraryPath ([ bool $is_global = false ] ) Returns: This function is currently not documented; only its argument list is available.

gupnp_device_action_callback_set

(PECL gupnp >= 0.1.0) Set device callback function bool gupnp_device_action_callback_set ( resource $root_device, int $signal, string $action_name, mixed $callback [, mixed $arg ] ) Set device callback function for signal and action. Parameters: root_device A root device identifier, returned by gupnp_root_device_new(). signal The val

SQLite3Stmt::bindValue

(PHP 5 >= 5.3.0, PHP 7) Binds the value of a parameter to a statement variable public bool SQLite3Stmt::bindValue ( string $sql_param, mixed $value [, int $type ] ) Binds the value of a parameter to a statement variable. Parameters: sql_param An string identifying the statement variable to which the value should be bound. value The v

SWFButton::setUp

(PHP 5 <= 5.3.0, PECL ming SVN) Alias for addShape(shape, SWFBUTTON_UP) void SWFButton::setUp ( SWFShape $shape ) swfbutton::setup() alias for addShape(shape, SWFBUTTON_UP). Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PH

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.

SQLite3Stmt::clear

(PHP 5 >= 5.3.0, PHP 7) Clears all current bound parameters public bool SQLite3Stmt::clear ( void ) Clears all current bound parameters. Returns: Returns TRUE on successful clearing of bound parameters, FALSE on failure.

XMLWriter::writeDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full DTD AttList tag bool XMLWriter::writeDTDAttlist ( string $name, string $content ) Object oriented style Procedural style bool xmlwriter_write_dtd_attlist ( resource $xmlwriter , string $name , string $content ) Writes a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resou

mcrypt_list_modes

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Gets an array of all supported modes array mcrypt_list_modes ([ string $lib_dir = ini_get("mcrypt.modes_dir") ] ) Gets the list of all supported modes in the lib_dir parameter. Parameters: lib_dir Specifies the directory where all modes are located. If not specified, the value of the mcrypt.modes_dir php.ini directive is used.