Skip to content

Instantly share code, notes, and snippets.

Created January 30, 2014 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8703100 to your computer and use it in GitHub Desktop.
Save anonymous/8703100 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
{"language.variables.superglobals":["Superglobals","Superglobals are built-in variables that are always available in all scopes","phpdoc:varentry"],"reserved.variables.globals":["$GLOBALS","References all variables available in global scope","phpdoc:varentry"],"reserved.variables.server":["$_SERVER","Server and execution environment information","phpdoc:varentry"],"reserved.variables.get":["$_GET","HTTP GET variables","phpdoc:varentry"],"reserved.variables.post":["$_POST","HTTP POST variables","phpdoc:varentry"],"reserved.variables.files":["$_FILES","HTTP File Upload variables","phpdoc:varentry"],"reserved.variables.request":["$_REQUEST","HTTP Request variables","phpdoc:varentry"],"reserved.variables.session":["$_SESSION","Session variables","phpdoc:varentry"],"reserved.variables.environment":["$_ENV","Environment variables","phpdoc:varentry"],"reserved.variables.cookies":["$_COOKIE","HTTP Cookies","phpdoc:varentry"],"reserved.variables.phperrormsg":["$php_errormsg","The previous error message","phpdoc:varentry"],"reserved.variables.httprawpostdata":["$HTTP_RAW_POST_DATA","Raw POST data","phpdoc:varentry"],"reserved.variables.httpresponseheader":["$http_response_header","HTTP response headers","phpdoc:varentry"],"reserved.variables.argc":["$argc","The number of arguments passed to script","phpdoc:varentry"],"reserved.variables.argv":["$argv","Array of arguments passed to script","phpdoc:varentry"],"exception.construct":["Exception::__construct","Construct the exception","refentry"],"exception.getmessage":["Exception::getMessage","Gets the Exception message","refentry"],"exception.getprevious":["Exception::getPrevious","Returns previous Exception","refentry"],"exception.getcode":["Exception::getCode","Gets the Exception code","refentry"],"exception.getfile":["Exception::getFile","Gets the file in which the exception occurred","refentry"],"exception.getline":["Exception::getLine","Gets the line in which the exception occurred","refentry"],"exception.gettrace":["Exception::getTrace","Gets the stack trace","refentry"],"exception.gettraceasstring":["Exception::getTraceAsString","Gets the stack trace as a string","refentry"],"exception.tostring":["Exception::__toString","String representation of the exception","refentry"],"exception.clone":["Exception::__clone","Clone the exception","refentry"],"class.exception":["Exception","Exception","phpdoc:exceptionref"],"errorexception.construct":["ErrorException::__construct","Constructs the exception","refentry"],"errorexception.getseverity":["ErrorException::getSeverity","Gets the exception severity","refentry"],"class.errorexception":["ErrorException","ErrorException","phpdoc:exceptionref"],"class.traversable":["Traversable","The Traversable interface","phpdoc:classref"],"iterator.current":["Iterator::current","Return the current element","refentry"],"iterator.key":["Iterator::key","Return the key of the current element","refentry"],"iterator.next":["Iterator::next","Move forward to next element","refentry"],"iterator.rewind":["Iterator::rewind","Rewind the Iterator to the first element","refentry"],"iterator.valid":["Iterator::valid","Checks if current position is valid","refentry"],"class.iterator":["Iterator","The Iterator interface","phpdoc:classref"],"iteratoraggregate.getiterator":["IteratorAggregate::getIterator","Retrieve an external iterator","refentry"],"class.iteratoraggregate":["IteratorAggregate","The IteratorAggregate interface","phpdoc:classref"],"arrayaccess.offsetexists":["ArrayAccess::offsetExists","Whether a offset exists","refentry"],"arrayaccess.offsetget":["ArrayAccess::offsetGet","Offset to retrieve","refentry"],"arrayaccess.offsetset":["ArrayAccess::offsetSet","Offset to set","refentry"],"arrayaccess.offsetunset":["ArrayAccess::offsetUnset","Offset to unset","refentry"],"class.arrayaccess":["ArrayAccess","The ArrayAccess interface","phpdoc:classref"],"serializable.serialize":["Serializable::serialize","String representation of object","refentry"],"serializable.unserialize":["Serializable::unserialize","Constructs the object","refentry"],"class.serializable":["Serializable","The Serializable interface","phpdoc:classref"],"closure.construct":["Closure::__construct","Constructor that disallows instantiation","refentry"],"closure.bind":["Closure::bind","Duplicates a closure with a specific bound object and class scope","refentry"],"closure.bindto":["Closure::bindTo","Duplicates the closure with a new bound object and class scope","refentry"],"class.closure":["Closure","The Closure class","phpdoc:classref"],"generator.current":["Generator::current","Get the yielded value","refentry"],"generator.key":["Generator::key","Get the yielded key","refentry"],"generator.next":["Generator::next","Resume execution of the generator","refentry"],"generator.rewind":["Generator::rewind","Rewind the iterator","refentry"],"generator.send":["Generator::send","Send a value to the generator","refentry"],"generator.throw":["Generator::throw","Throw an exception into the generator","refentry"],"generator.valid":["Generator::valid","Check if the iterator has been closed","refentry"],"generator.wakeup":["Generator::__wakeup","Serialize callback","refentry"],"class.generator":["Generator","The Generator class","phpdoc:classref"],"context.socket":["Socket context options","Socket context option listing","refentry"],"context.http":["HTTP context options","HTTP context option listing","refentry"],"context.ftp":["FTP context options","FTP context option listing","refentry"],"context.ssl":["SSL context options","SSL context option listing","refentry"],"context.curl":["CURL context options","CURL context option listing","refentry"],"context.phar":["Phar context options","Phar context option listing","refentry"],"context.params":["Context parameters","Context parameter listing","refentry"],"wrappers.file":["file:\/\/","Accessing local filesystem","refentry"],"wrappers.http":["http:\/\/","Accessing HTTP(s) URLs","refentry"],"wrappers.ftp":["ftp:\/\/","Accessing FTP(s) URLs","refentry"],"wrappers.php":["php:\/\/","Accessing various I\/O streams","refentry"],"wrappers.compression":["zlib:\/\/","Compression Streams","refentry"],"wrappers.data":["data:\/\/","Data (RFC 2397)","refentry"],"wrappers.glob":["glob:\/\/","Find pathnames matching pattern","refentry"],"wrappers.phar":["phar:\/\/","PHP Archive","refentry"],"wrappers.ssh2":["ssh2:\/\/","Secure Shell 2","refentry"],"wrappers.rar":["rar:\/\/","RAR","refentry"],"wrappers.audio":["ogg:\/\/","Audio streams","refentry"],"wrappers.expect":["expect:\/\/","Process Interaction Streams","refentry"],"features.commandline.options":["Options","Command line options","section"],"features.commandline.usage":["Usage","Executing PHP files","section"],"features.commandline.io-streams":["I\/O streams","Input\/output streams","section"],"features.commandline":["Command line usage","Using PHP from the command line","chapter"],"function.apc-add":["apc_add","Cache a new variable in the data store","refentry"],"function.apc-bin-dump":["apc_bin_dump","Get a binary dump of the given files and user variables","refentry"],"function.apc-bin-dumpfile":["apc_bin_dumpfile","Output a binary dump of cached files and user variables to a file","refentry"],"function.apc-bin-load":["apc_bin_load","Load a binary dump into the APC file\/user cache","refentry"],"function.apc-bin-loadfile":["apc_bin_loadfile","Load a binary dump from a file into the APC file\/user cache","refentry"],"function.apc-cache-info":["apc_cache_info","Retrieves cached information from APC's data store","refentry"],"function.apc-cas":["apc_cas","Updates an old value with a new value","refentry"],"function.apc-clear-cache":["apc_clear_cache","Clears the APC cache","refentry"],"function.apc-compile-file":["apc_compile_file","Stores a file in the bytecode cache, bypassing all filters.","refentry"],"function.apc-dec":["apc_dec","Decrease a stored number","refentry"],"function.apc-define-constants":["apc_define_constants","Defines a set of constants for retrieval and mass-definition","refentry"],"function.apc-delete-file":["apc_delete_file","Deletes files from the opcode cache","refentry"],"function.apc-delete":["apc_delete","Removes a stored variable from the cache","refentry"],"function.apc-exists":["apc_exists","Checks if APC key exists","refentry"],"function.apc-fetch":["apc_fetch","Fetch a stored variable from the cache","refentry"],"function.apc-inc":["apc_inc","Increase a stored number","refentry"],"function.apc-load-constants":["apc_load_constants","Loads a set of constants from the cache","refentry"],"function.apc-sma-info":["apc_sma_info","Retrieves APC's Shared Memory Allocation information","refentry"],"function.apc-store":["apc_store","Cache a variable in the data store","refentry"],"apciterator.construct":["APCIterator::__construct","Constructs an APCIterator iterator object","refentry"],"apciterator.current":["APCIterator::current","Get current item","refentry"],"apciterator.gettotalcount":["APCIterator::getTotalCount","Get total count","refentry"],"apciterator.gettotalhits":["APCIterator::getTotalHits","Get total cache hits","refentry"],"apciterator.gettotalsize":["APCIterator::getTotalSize","Get total cache size","refentry"],"apciterator.key":["APCIterator::key","Get iterator key","refentry"],"apciterator.next":["APCIterator::next","Move pointer to next item","refentry"],"apciterator.rewind":["APCIterator::rewind","Rewinds iterator","refentry"],"apciterator.valid":["APCIterator::valid","Checks if current position is valid","refentry"],"class.apciterator":["APCIterator","The APCIterator class","phpdoc:classref"],"book.apc":["APC","Alternative PHP Cache","book"],"function.apd-breakpoint":["apd_breakpoint","Stops the interpreter and waits on a CR from the socket","refentry"],"function.apd-callstack":["apd_callstack","Returns the current call stack as an array","refentry"],"function.apd-clunk":["apd_clunk","Throw a warning and a callstack","refentry"],"function.apd-continue":["apd_continue","Restarts the interpreter","refentry"],"function.apd-croak":["apd_croak","Throw an error, a callstack and then exit","refentry"],"function.apd-dump-function-table":["apd_dump_function_table","Outputs the current function table","refentry"],"function.apd-dump-persistent-resources":["apd_dump_persistent_resources","Return all persistent resources as an array","refentry"],"function.apd-dump-regular-resources":["apd_dump_regular_resources","Return all current regular resources as an array","refentry"],"function.apd-echo":["apd_echo","Echo to the debugging socket","refentry"],"function.apd-get-active-symbols":["apd_get_active_symbols","Get an array of the current variables names in the local scope","refentry"],"function.apd-set-pprof-trace":["apd_set_pprof_trace","Starts the session debugging","refentry"],"function.apd-set-session-trace-socket":["apd_set_session_trace_socket","Starts the remote session debugging","refentry"],"function.apd-set-session-trace":["apd_set_session_trace","Starts the session debugging","refentry"],"function.apd-set-session":["apd_set_session","Changes or sets the current debugging level","refentry"],"function.override-function":["override_function","Overrides built-in functions","refentry"],"function.rename-function":["rename_function","Renames orig_name to new_name in the global function table","refentry"],"book.apd":["APD","Advanced PHP debugger","book"],"function.bcompiler-load-exe":["bcompiler_load_exe","Reads and creates classes from a bcompiler exe file","refentry"],"function.bcompiler-load":["bcompiler_load","Reads and creates classes from a bz compressed file","refentry"],"function.bcompiler-parse-class":["bcompiler_parse_class","Reads the bytecodes of a class and calls back to a user function","refentry"],"function.bcompiler-read":["bcompiler_read","Reads and creates classes from a filehandle","refentry"],"function.bcompiler-write-class":["bcompiler_write_class","Writes a defined class as bytecodes","refentry"],"function.bcompiler-write-constant":["bcompiler_write_constant","Writes a defined constant as bytecodes","refentry"],"function.bcompiler-write-exe-footer":["bcompiler_write_exe_footer","Writes the start pos, and sig to the end of a exe type file","refentry"],"function.bcompiler-write-file":["bcompiler_write_file","Writes a php source file as bytecodes","refentry"],"function.bcompiler-write-footer":["bcompiler_write_footer","Writes the single character \\x00 to indicate End of compiled data","refentry"],"function.bcompiler-write-function":["bcompiler_write_function","Writes a defined function as bytecodes","refentry"],"function.bcompiler-write-functions-from-file":["bcompiler_write_functions_from_file","Writes all functions defined in a file as bytecodes","refentry"],"function.bcompiler-write-header":["bcompiler_write_header","Writes the bcompiler header","refentry"],"function.bcompiler-write-included-filename":["bcompiler_write_included_filename","Writes an included file as bytecodes","refentry"],"book.bcompiler":["bcompiler","PHP bytecode Compiler","book"],"function.blenc-encrypt":["blenc_encrypt","Encrypt a PHP script with BLENC.","refentry"],"book.blenc":["BLENC","Blenc - BLowfish ENCoder for PHP source scripts","book"],"function.debug-backtrace":["debug_backtrace","Generates a backtrace","refentry"],"function.debug-print-backtrace":["debug_print_backtrace","Prints a backtrace","refentry"],"function.error-get-last":["error_get_last","Get the last occurred error","refentry"],"function.error-log":["error_log","Send an error message to the defined error handling routines","refentry"],"function.error-reporting":["error_reporting","Sets which PHP errors are reported","refentry"],"function.restore-error-handler":["restore_error_handler","Restores the previous error handler function","refentry"],"function.restore-exception-handler":["restore_exception_handler","Restores the previously defined exception handler function","refentry"],"function.set-error-handler":["set_error_handler","Sets a user-defined error handler function","refentry"],"function.set-exception-handler":["set_exception_handler","Sets a user-defined exception handler function","refentry"],"function.trigger-error":["trigger_error","Generates a user-level error\/warning\/notice message","refentry"],"function.user-error":["user_error","Alias of trigger_error","refentry"],"book.errorfunc":["Error Handling","Error Handling and Logging","book"],"book.htscanner":["htscanner","htaccess-like support for all SAPIs","book"],"function.inclued-get-data":["inclued_get_data","Get the inclued data","refentry"],"book.inclued":["inclued","Inclusion hierarchy viewer","book"],"book.memtrack":["Memtrack","Memtrack","book"],"function.opcache-compile-file":["opcache_compile_file","Compiles and caches a PHP script without executing it","refentry"],"function.opcache-invalidate":["opcache_invalidate","Invalidates a cached script","refentry"],"function.opcache-reset":["opcache_reset","Resets the contents of the opcode cache","refentry"],"function.flush":["flush","Flush the output buffer","refentry"],"function.ob-clean":["ob_clean","Clean (erase) the output buffer","refentry"],"function.ob-end-clean":["ob_end_clean","Clean (erase) the output buffer and turn off output buffering","refentry"],"function.ob-end-flush":["ob_end_flush","Flush (send) the output buffer and turn off output buffering","refentry"],"function.ob-flush":["ob_flush","Flush (send) the output buffer","refentry"],"function.ob-get-clean":["ob_get_clean","Get current buffer contents and delete current output buffer","refentry"],"function.ob-get-contents":["ob_get_contents","Return the contents of the output buffer","refentry"],"function.ob-get-flush":["ob_get_flush","Flush the output buffer, return it as a string and turn off output buffering","refentry"],"function.ob-get-length":["ob_get_length","Return the length of the output buffer","refentry"],"function.ob-get-level":["ob_get_level","Return the nesting level of the output buffering mechanism","refentry"],"function.ob-get-status":["ob_get_status","Get status of output buffers","refentry"],"function.ob-gzhandler":["ob_gzhandler","ob_start callback function to gzip output buffer","refentry"],"function.ob-implicit-flush":["ob_implicit_flush","Turn implicit flush on\/off","refentry"],"function.ob-list-handlers":["ob_list_handlers","List all output handlers in use","refentry"],"function.ob-start":["ob_start","Turn on output buffering","refentry"],"function.output-add-rewrite-var":["output_add_rewrite_var","Add URL rewriter values","refentry"],"function.output-reset-rewrite-vars":["output_reset_rewrite_vars","Reset URL rewriter values","refentry"],"book.outcontrol":["Output Control","Output Buffering Control","book"],"function.assert-options":["assert_options","Set\/get the various assert flags","refentry"],"function.assert":["assert","Checks if assertion is FALSE","refentry"],"function.cli-get-process-title":["cli_get_process_title","Returns the current process title","refentry"],"function.cli-set-process-title":["cli_set_process_title","Sets the process title","refentry"],"function.dl":["dl","Loads a PHP extension at runtime","refentry"],"function.extension-loaded":["extension_loaded","Find out whether an extension is loaded","refentry"],"function.gc-collect-cycles":["gc_collect_cycles","Forces collection of any existing garbage cycles","refentry"],"function.gc-disable":["gc_disable","Deactivates the circular reference collector","refentry"],"function.gc-enable":["gc_enable","Activates the circular reference collector","refentry"],"function.gc-enabled":["gc_enabled","Returns status of the circular reference collector","refentry"],"function.get-cfg-var":["get_cfg_var","Gets the value of a PHP configuration option","refentry"],"function.get-current-user":["get_current_user","Gets the name of the owner of the current PHP script","refentry"],"function.get-defined-constants":["get_defined_constants","Returns an associative array with the names of all the constants and their values","refentry"],"function.get-extension-funcs":["get_extension_funcs","Returns an array with the names of the functions of a module","refentry"],"function.get-include-path":["get_include_path","Gets the current include_path configuration option","refentry"],"function.get-included-files":["get_included_files","Returns an array with the names of included or required files","refentry"],"function.get-loaded-extensions":["get_loaded_extensions","Returns an array with the names of all modules compiled and loaded","refentry"],"function.get-magic-quotes-gpc":["get_magic_quotes_gpc","Gets the current configuration setting of magic_quotes_gpc","refentry"],"function.get-magic-quotes-runtime":["get_magic_quotes_runtime","Gets the current active configuration setting of magic_quotes_runtime","refentry"],"function.get-required-files":["get_required_files","Alias of get_included_files","refentry"],"function.getenv":["getenv","Gets the value of an environment variable","refentry"],"function.getlastmod":["getlastmod","Gets time of last page modification","refentry"],"function.getmygid":["getmygid","Get PHP script owner's GID","refentry"],"function.getmyinode":["getmyinode","Gets the inode of the current script","refentry"],"function.getmypid":["getmypid","Gets PHP's process ID","refentry"],"function.getmyuid":["getmyuid","Gets PHP script owner's UID","refentry"],"function.getopt":["getopt","Gets options from the command line argument list","refentry"],"function.getrusage":["getrusage","Gets the current resource usages","refentry"],"function.ini-alter":["ini_alter","Alias of ini_set","refentry"],"function.ini-get-all":["ini_get_all","Gets all configuration options","refentry"],"function.ini-get":["ini_get","Gets the value of a configuration option","refentry"],"function.ini-restore":["ini_restore","Restores the value of a configuration option","refentry"],"function.ini-set":["ini_set","Sets the value of a configuration option","refentry"],"function.magic-quotes-runtime":["magic_quotes_runtime","Alias of set_magic_quotes_runtime","refentry"],"function.main":["main","Dummy for main","refentry"],"function.memory-get-peak-usage":["memory_get_peak_usage","Returns the peak of memory allocated by PHP","refentry"],"function.memory-get-usage":["memory_get_usage","Returns the amount of memory allocated to PHP","refentry"],"function.php-ini-loaded-file":["php_ini_loaded_file","Retrieve a path to the loaded php.ini file","refentry"],"function.php-ini-scanned-files":["php_ini_scanned_files","Return a list of .ini files parsed from the additional ini dir","refentry"],"function.php-logo-guid":["php_logo_guid","Gets the logo guid","refentry"],"function.php-sapi-name":["php_sapi_name","Returns the type of interface between web server and PHP","refentry"],"function.php-uname":["php_uname","Returns information about the operating system PHP is running on","refentry"],"function.phpcredits":["phpcredits","Prints out the credits for PHP","refentry"],"function.phpinfo":["phpinfo","Outputs information about PHP's configuration","refentry"],"function.phpversion":["phpversion","Gets the current PHP version","refentry"],"function.putenv":["putenv","Sets the value of an environment variable","refentry"],"function.restore-include-path":["restore_include_path","Restores the value of the include_path configuration option","refentry"],"function.set-include-path":["set_include_path","Sets the include_path configuration option","refentry"],"function.set-magic-quotes-runtime":["set_magic_quotes_runtime","Sets the current active configuration setting of magic_quotes_runtime","refentry"],"function.set-time-limit":["set_time_limit","Limits the maximum execution time","refentry"],"function.sys-get-temp-dir":["sys_get_temp_dir","Returns directory path used for temporary files","refentry"],"function.version-compare":["version_compare","Compares two "PHP-standardized" version number strings","refentry"],"function.zend-logo-guid":["zend_logo_guid","Gets the Zend guid","refentry"],"function.zend-thread-id":["zend_thread_id","Returns a unique identifier for the current thread","refentry"],"function.zend-version":["zend_version","Gets the version of the current Zend engine","refentry"],"book.info":["PHP Options\/Info","PHP Options and Information","book"],"runkit.sandbox":["Runkit_Sandbox","Runkit Sandbox Class -- PHP Virtual Machine","refentry"],"runkit.sandbox-parent":["Runkit_Sandbox_Parent","Runkit Anti-Sandbox Class","refentry"],"function.runkit-class-adopt":["runkit_class_adopt","Convert a base class to an inherited class, add ancestral methods when appropriate","refentry"],"function.runkit-class-emancipate":["runkit_class_emancipate","Convert an inherited class to a base class, removes any method whose scope is ancestral","refentry"],"function.runkit-constant-add":["runkit_constant_add","Similar to define(), but allows defining in class definitions as well","refentry"],"function.runkit-constant-redefine":["runkit_constant_redefine","Redefine an already defined constant","refentry"],"function.runkit-constant-remove":["runkit_constant_remove","Remove\/Delete an already defined constant","refentry"],"function.runkit-function-add":["runkit_function_add","Add a new function, similar to create_function","refentry"],"function.runkit-function-copy":["runkit_function_copy","Copy a function to a new function name","refentry"],"function.runkit-function-redefine":["runkit_function_redefine","Replace a function definition with a new implementation","refentry"],"function.runkit-function-remove":["runkit_function_remove","Remove a function definition","refentry"],"function.runkit-function-rename":["runkit_function_rename","Change a function's name","refentry"],"function.runkit-import":["runkit_import","Process a PHP file importing function and class definitions, overwriting where appropriate","refentry"],"function.runkit-lint-file":["runkit_lint_file","Check the PHP syntax of the specified file","refentry"],"function.runkit-lint":["runkit_lint","Check the PHP syntax of the specified php code","refentry"],"function.runkit-method-add":["runkit_method_add","Dynamically adds a new method to a given class","refentry"],"function.runkit-method-copy":["runkit_method_copy","Copies a method from class to another","refentry"],"function.runkit-method-redefine":["runkit_method_redefine","Dynamically changes the code of the given method","refentry"],"function.runkit-method-remove":["runkit_method_remove","Dynamically removes the given method","refentry"],"function.runkit-method-rename":["runkit_method_rename","Dynamically changes the name of the given method","refentry"],"function.runkit-return-value-used":["runkit_return_value_used","Determines if the current functions return value will be used","refentry"],"function.runkit-sandbox-output-handler":["runkit_sandbox_output_handler","Specify a function to capture and\/or process output from a runkit sandbox","refentry"],"function.runkit-superglobals":["runkit_superglobals","Return numerically indexed array of registered superglobals","refentry"],"book.scream":["scream","Break the silence operator","book"],"weakref.acquire":["Weakref::acquire","Acquires a strong reference on that object","refentry"],"weakref.construct":["Weakref::__construct","Constructs a new weak reference","refentry"],"weakref.get":["Weakref::get","Returns the object pointed to by the weak reference","refentry"],"weakref.release":["Weakref::release","Releases a previously acquired reference","refentry"],"weakref.valid":["Weakref::valid","Checks whether the object referenced still exists","refentry"],"class.weakref":["WeakRef","The WeakRef class","phpdoc:classref"],"weakmap.construct":["WeakMap::__construct","Constructs a new map","refentry"],"weakmap.count":["WeakMap::count","Counts the number of live entries in the map","refentry"],"weakmap.current":["WeakMap::current","Returns the current value under iteration","refentry"],"weakmap.key":["WeakMap::key","Returns the current key under iteration.","refentry"],"weakmap.next":["WeakMap::next","Advances to the next map element","refentry"],"weakmap.offsetexists":["WeakMap::offsetExists","Checks whether a certain object is in the map","refentry"],"weakmap.offsetget":["WeakMap::offsetGet","Returns the value pointed to by a certain object","refentry"],"weakmap.offsetset":["WeakMap::offsetSet","Updates the map with a new key-value pair","refentry"],"weakmap.offsetunset":["WeakMap::offsetUnset","Removes an entry from the map","refentry"],"weakmap.rewind":["WeakMap::rewind","Rewinds the iterator to the beginning of the map","refentry"],"weakmap.valid":["WeakMap::valid","Returns whether the iterator is still on a valid map element","refentry"],"class.weakmap":["WeakMap","The WeakMap class","phpdoc:classref"],"book.weakref":["Weakref","Weak References","book"],"function.wincache-fcache-fileinfo":["wincache_fcache_fileinfo","Retrieves information about files cached in the file cache","refentry"],"function.wincache-fcache-meminfo":["wincache_fcache_meminfo","Retrieves information about file cache memory usage","refentry"],"function.wincache-lock":["wincache_lock","Acquires an exclusive lock on a given key","refentry"],"function.wincache-ocache-fileinfo":["wincache_ocache_fileinfo","Retrieves information about files cached in the opcode cache","refentry"],"function.wincache-ocache-meminfo":["wincache_ocache_meminfo","Retrieves information about opcode cache memory usage","refentry"],"function.wincache-refresh-if-changed":["wincache_refresh_if_changed","Refreshes the cache entries for the cached files","refentry"],"function.wincache-rplist-fileinfo":["wincache_rplist_fileinfo","Retrieves information about resolve file path cache","refentry"],"function.wincache-rplist-meminfo":["wincache_rplist_meminfo","Retrieves information about memory usage by the resolve file path cache","refentry"],"function.wincache-scache-info":["wincache_scache_info","Retrieves information about files cached in the session cache","refentry"],"function.wincache-scache-meminfo":["wincache_scache_meminfo","Retrieves information about session cache memory usage","refentry"],"function.wincache-ucache-add":["wincache_ucache_add","Adds a variable in user cache only if variable does not already exist in the cache","refentry"],"function.wincache-ucache-cas":["wincache_ucache_cas","Compares the variable with old value and assigns new value to it","refentry"],"function.wincache-ucache-clear":["wincache_ucache_clear","Deletes entire content of the user cache","refentry"],"function.wincache-ucache-dec":["wincache_ucache_dec","Decrements the value associated with the key","refentry"],"function.wincache-ucache-delete":["wincache_ucache_delete","Deletes variables from the user cache","refentry"],"function.wincache-ucache-exists":["wincache_ucache_exists","Checks if a variable exists in the user cache","refentry"],"function.wincache-ucache-get":["wincache_ucache_get","Gets a variable stored in the user cache","refentry"],"function.wincache-ucache-inc":["wincache_ucache_inc","Increments the value associated with the key","refentry"],"function.wincache-ucache-info":["wincache_ucache_info","Retrieves information about data stored in the user cache","refentry"],"function.wincache-ucache-meminfo":["wincache_ucache_meminfo","Retrieves information about user cache memory usage","refentry"],"function.wincache-ucache-set":["wincache_ucache_set","Adds a variable in user cache and overwrites a variable if it already exists in the cache","refentry"],"function.wincache-unlock":["wincache_unlock","Releases an exclusive lock on a given key","refentry"],"book.wincache":["WinCache","Windows Cache for PHP","book"],"function.xhprof-disable":["xhprof_disable","Stops xhprof profiler","refentry"],"function.xhprof-enable":["xhprof_enable","Start xhprof profiler","refentry"],"function.xhprof-sample-disable":["xhprof_sample_disable","Stops xhprof sample profiler","refentry"],"function.xhprof-sample-enable":["xhprof_sample_enable","Start XHProf profiling in sampling mode","refentry"],"book.xhprof":["Xhprof","Hierarchical Profiler","book"],"function.id3-get-frame-long-name":["id3_get_frame_long_name","Get the long name of an ID3v2 frame","refentry"],"function.id3-get-frame-short-name":["id3_get_frame_short_name","Get the short name of an ID3v2 frame","refentry"],"function.id3-get-genre-id":["id3_get_genre_id","Get the id for a genre","refentry"],"function.id3-get-genre-list":["id3_get_genre_list","Get all possible genre values","refentry"],"function.id3-get-genre-name":["id3_get_genre_name","Get the name for a genre id","refentry"],"function.id3-get-tag":["id3_get_tag","Get all information stored in an ID3 tag","refentry"],"function.id3-get-version":["id3_get_version","Get version of an ID3 tag","refentry"],"function.id3-remove-tag":["id3_remove_tag","Remove an existing ID3 tag","refentry"],"function.id3-set-tag":["id3_set_tag","Update information stored in an ID3 tag","refentry"],"book.id3":["ID3","ID3 Tags","book"],"mpegfile.construct":["KTaglib_MPEG_File::__construct","Opens a new file","refentry"],"mpegfile.getaudioproperties":["KTaglib_MPEG_File::getAudioProperties","Returns an object that provides access to the audio properties","refentry"],"mpegfile.getid3v1tag":["KTaglib_MPEG_File::getID3v1Tag","Returns an object representing an ID3v1 tag","refentry"],"mpegfile.getid3v2tag":["KTaglib_MPEG_File::getID3v2Tag","Returns a ID3v2 object","refentry"],"class.ktaglib-mpeg-file":["KTaglib_MPEG_File","The KTaglib_MPEG_File class","phpdoc:classref"],"audioproperties.getbitrate":["KTaglib_MPEG_AudioProperties::getBitrate","Returns the bitrate of the MPEG file","refentry"],"audioproperties.getchannels":["KTaglib_MPEG_AudioProperties::getChannels","Returns the amount of channels of a MPEG file","refentry"],"audioproperties.getlayer":["KTaglib_MPEG_AudioProperties::getLayer","Returns the layer of a MPEG file","refentry"],"audioproperties.getlength":["KTaglib_MPEG_AudioProperties::getLength","Returns the length of a MPEG file","refentry"],"audioproperties.getsamplebitrate":["KTaglib_MPEG_AudioProperties::getSampleBitrate","Returns the sample bitrate of a MPEG file","refentry"],"audioproperties.getversion":["KTaglib_MPEG_AudioProperties::getVersion","Returns the version of a MPEG file","refentry"],"audioproperties.iscopyrighted":["KTaglib_MPEG_AudioProperties::isCopyrighted","Returns the copyright status of an MPEG file","refentry"],"audioproperties.isoriginal":["KTaglib_MPEG_AudioProperties::isOriginal","Returns if the file is marked as the original file","refentry"],"audioproperties.isprotectionenabled":["KTaglib_MPEG_AudioProperties::isProtectionEnabled","Returns if protection mechanisms of an MPEG file are enabled","refentry"],"class.ktaglib-mpeg-audioproperties":["KTaglib_MPEG_AudioProperties","The KTaglib_MPEG_AudioProperties class","phpdoc:classref"],"tag.getalbum":["KTaglib_Tag::getAlbum","Returns the title string from a ID3 tag","refentry"],"tag.getartist":["KTaglib_Tag::getArtist","Returns the artist string from a ID3 tag","refentry"],"tag.getcomment":["KTaglib_Tag::getComment","Returns the comment from a ID3 tag","refentry"],"tag.getgenre":["KTaglib_Tag::getGenre","Returns the genre from a ID3 tag","refentry"],"tag.gettitle":["KTaglib_Tag::getTitle","Returns the title string from a ID3 tag","refentry"],"tag.gettrack":["KTaglib_Tag::getTrack","Returns the track number from a ID3 tag","refentry"],"tag.getyear":["KTaglib_Tag::getYear","Returns the year from a ID3 tag","refentry"],"tag.isempty":["KTaglib_Tag::isEmpty","Returns true if the tag is empty","refentry"],"class.ktaglib-tag":["KTaglib_Tag","The KTaglib_Tag class","phpdoc:classref"],"id3v2tag.addframe":["KTaglib_ID3v2_Tag::addFrame","Add a frame to the ID3v2 tag","refentry"],"id3v2tag.getframelist":["KTaglib_ID3v2_Tag::getFrameList","Returns an array of ID3v2 frames, associated with the ID3v2 tag","refentry"],"class.ktaglib-id3v2-tag":["KTaglib_ID3v2_Tag","The KTaglib_ID3v2_Tag class","phpdoc:classref"],"id3v2frame.getsize":["KTaglib_ID3v2_Frame::getSize","Returns the size of the frame in bytes","refentry"],"id3v2frame.tostring":["KTaglib_ID3v2_Frame::__toString","Returns a string representation of the frame","refentry"],"class.ktaglib-id3v2-frame":["KTaglib_ID3v2_Frame","The KTaglib_ID3v2_Frame class","phpdoc:classref"],"id3v2attachedpictureframe.getdescription":["KTaglib_ID3v2_AttachedPictureFrame::getDescription","Returns a description for the picture in a picture frame","refentry"],"id3v2attachedpictureframe.getmimetype":["KTaglib_ID3v2_AttachedPictureFrame::getMimeType","Returns the mime type of the picture","refentry"],"id3v2attachedpictureframe.gettype":["KTaglib_ID3v2_AttachedPictureFrame::getType","Returns the type of the image","refentry"],"id3v2attachedpictureframe.savepicture":["KTaglib_ID3v2_AttachedPictureFrame::savePicture","Saves the picture to a file","refentry"],"id3v2attachedpictureframe.setmimetype":["KTaglib_ID3v2_AttachedPictureFrame::setMimeType","Set's the mime type of the picture","refentry"],"id3v2attachedpictureframe.setpicture":["KTaglib_ID3v2_AttachedPictureFrame::setPicture","Sets the frame picture to the given image","refentry"],"id3v2attachedpictureframe.settype":["KTaglib_ID3v2_AttachedPictureFrame::setType","Set the type of the image","refentry"],"class.ktaglib-id3v2-attachedpictureframe":["KTaglib_ID3v2_AttachedPictureFrame","The KTaglib_ID3v2_AttachedPictureFrame class","phpdoc:classref"],"book.oggvorbis":["oggvorbis","OGG\/Vorbis","book"],"function.openal-buffer-create":["openal_buffer_create","Generate OpenAL buffer","refentry"],"function.openal-buffer-data":["openal_buffer_data","Load a buffer with data","refentry"],"function.openal-buffer-destroy":["openal_buffer_destroy","Destroys an OpenAL buffer","refentry"],"function.openal-buffer-get":["openal_buffer_get","Retrieve an OpenAL buffer property","refentry"],"function.openal-buffer-loadwav":["openal_buffer_loadwav","Load a .wav file into a buffer","refentry"],"function.openal-context-create":["openal_context_create","Create an audio processing context","refentry"],"function.openal-context-current":["openal_context_current","Make the specified context current","refentry"],"function.openal-context-destroy":["openal_context_destroy","Destroys a context","refentry"],"function.openal-context-process":["openal_context_process","Process the specified context","refentry"],"function.openal-context-suspend":["openal_context_suspend","Suspend the specified context","refentry"],"function.openal-device-close":["openal_device_close","Close an OpenAL device","refentry"],"function.openal-device-open":["openal_device_open","Initialize the OpenAL audio layer","refentry"],"function.openal-listener-get":["openal_listener_get","Retrieve a listener property","refentry"],"function.openal-listener-set":["openal_listener_set","Set a listener property","refentry"],"function.openal-source-create":["openal_source_create","Generate a source resource","refentry"],"function.openal-source-destroy":["openal_source_destroy","Destroy a source resource","refentry"],"function.openal-source-get":["openal_source_get","Retrieve an OpenAL source property","refentry"],"function.openal-source-pause":["openal_source_pause","Pause the source","refentry"],"function.openal-source-play":["openal_source_play","Start playing the source","refentry"],"function.openal-source-rewind":["openal_source_rewind","Rewind the source","refentry"],"function.openal-source-set":["openal_source_set","Set source property","refentry"],"function.openal-source-stop":["openal_source_stop","Stop playing the source","refentry"],"function.openal-stream":["openal_stream","Begin streaming on a source","refentry"],"book.openal":["OpenAL","OpenAL Audio Bindings","book"],"function.kadm5-chpass-principal":["kadm5_chpass_principal","Changes the principal's password","refentry"],"function.kadm5-create-principal":["kadm5_create_principal","Creates a kerberos principal with the given parameters","refentry"],"function.kadm5-delete-principal":["kadm5_delete_principal","Deletes a kerberos principal","refentry"],"function.kadm5-destroy":["kadm5_destroy","Closes the connection to the admin server and releases all related resources","refentry"],"function.kadm5-flush":["kadm5_flush","Flush all changes to the Kerberos database","refentry"],"function.kadm5-get-policies":["kadm5_get_policies","Gets all policies from the Kerberos database","refentry"],"function.kadm5-get-principal":["kadm5_get_principal","Gets the principal's entries from the Kerberos database","refentry"],"function.kadm5-get-principals":["kadm5_get_principals","Gets all principals from the Kerberos database","refentry"],"function.kadm5-init-with-password":["kadm5_init_with_password","Opens a connection to the KADM5 library","refentry"],"function.kadm5-modify-principal":["kadm5_modify_principal","Modifies a kerberos principal with the given parameters","refentry"],"book.kadm5":["KADM5","Kerberos V","book"],"function.radius-acct-open":["radius_acct_open","Creates a Radius handle for accounting","refentry"],"function.radius-add-server":["radius_add_server","Adds a server","refentry"],"function.radius-auth-open":["radius_auth_open","Creates a Radius handle for authentication","refentry"],"function.radius-close":["radius_close","Frees all ressources","refentry"],"function.radius-config":["radius_config","Causes the library to read the given configuration file","refentry"],"function.radius-create-request":["radius_create_request","Create accounting or authentication request","refentry"],"function.radius-cvt-addr":["radius_cvt_addr","Converts raw data to IP-Address","refentry"],"function.radius-cvt-int":["radius_cvt_int","Converts raw data to integer","refentry"],"function.radius-cvt-string":["radius_cvt_string","Converts raw data to string","refentry"],"function.radius-demangle-mppe-key":["radius_demangle_mppe_key","Derives mppe-keys from mangled data","refentry"],"function.radius-demangle":["radius_demangle","Demangles data","refentry"],"function.radius-get-attr":["radius_get_attr","Extracts an attribute","refentry"],"function.radius-get-tagged-attr-data":["radius_get_tagged_attr_data","Extracts the data from a tagged attribute","refentry"],"function.radius-get-tagged-attr-tag":["radius_get_tagged_attr_tag","Extracts the tag from a tagged attribute","refentry"],"function.radius-get-vendor-attr":["radius_get_vendor_attr","Extracts a vendor specific attribute","refentry"],"function.radius-put-addr":["radius_put_addr","Attaches an IP address attribute","refentry"],"function.radius-put-attr":["radius_put_attr","Attaches a binary attribute","refentry"],"function.radius-put-int":["radius_put_int","Attaches an integer attribute","refentry"],"function.radius-put-string":["radius_put_string","Attaches a string attribute","refentry"],"function.radius-put-vendor-addr":["radius_put_vendor_addr","Attaches a vendor specific IP address attribute","refentry"],"function.radius-put-vendor-attr":["radius_put_vendor_attr","Attaches a vendor specific binary attribute","refentry"],"function.radius-put-vendor-int":["radius_put_vendor_int","Attaches a vendor specific integer attribute","refentry"],"function.radius-put-vendor-string":["radius_put_vendor_string","Attaches a vendor specific string attribute","refentry"],"function.radius-request-authenticator":["radius_request_authenticator","Returns the request authenticator","refentry"],"function.radius-salt-encrypt-attr":["radius_salt_encrypt_attr","Salt-encrypts a value","refentry"],"function.radius-send-request":["radius_send_request","Sends the request and waites for a reply","refentry"],"function.radius-server-secret":["radius_server_secret","Returns the shared secret","refentry"],"function.radius-strerror":["radius_strerror","Returns an error message","refentry"],"function.ncurses-addch":["ncurses_addch","Add character at current position and advance cursor","refentry"],"function.ncurses-addchnstr":["ncurses_addchnstr","Add attributed string with specified length at current position","refentry"],"function.ncurses-addchstr":["ncurses_addchstr","Add attributed string at current position","refentry"],"function.ncurses-addnstr":["ncurses_addnstr","Add string with specified length at current position","refentry"],"function.ncurses-addstr":["ncurses_addstr","Output text at current position","refentry"],"function.ncurses-assume-default-colors":["ncurses_assume_default_colors","Define default colors for color 0","refentry"],"function.ncurses-attroff":["ncurses_attroff","Turn off the given attributes","refentry"],"function.ncurses-attron":["ncurses_attron","Turn on the given attributes","refentry"],"function.ncurses-attrset":["ncurses_attrset","Set given attributes","refentry"],"function.ncurses-baudrate":["ncurses_baudrate","Returns baudrate of terminal","refentry"],"function.ncurses-beep":["ncurses_beep","Let the terminal beep","refentry"],"function.ncurses-bkgd":["ncurses_bkgd","Set background property for terminal screen","refentry"],"function.ncurses-bkgdset":["ncurses_bkgdset","Control screen background","refentry"],"function.ncurses-border":["ncurses_border","Draw a border around the screen using attributed characters","refentry"],"function.ncurses-bottom-panel":["ncurses_bottom_panel","Moves a visible panel to the bottom of the stack","refentry"],"function.ncurses-can-change-color":["ncurses_can_change_color","Checks if terminal color definitions can be changed","refentry"],"function.ncurses-cbreak":["ncurses_cbreak","Switch of input buffering","refentry"],"function.ncurses-clear":["ncurses_clear","Clear screen","refentry"],"function.ncurses-clrtobot":["ncurses_clrtobot","Clear screen from current position to bottom","refentry"],"function.ncurses-clrtoeol":["ncurses_clrtoeol","Clear screen from current position to end of line","refentry"],"function.ncurses-color-content":["ncurses_color_content","Retrieves RGB components of a color","refentry"],"function.ncurses-color-set":["ncurses_color_set","Set active foreground and background colors","refentry"],"function.ncurses-curs-set":["ncurses_curs_set","Set cursor state","refentry"],"function.ncurses-def-prog-mode":["ncurses_def_prog_mode","Saves terminals (program) mode","refentry"],"function.ncurses-def-shell-mode":["ncurses_def_shell_mode","Saves terminals (shell) mode","refentry"],"function.ncurses-define-key":["ncurses_define_key","Define a keycode","refentry"],"function.ncurses-del-panel":["ncurses_del_panel","Remove panel from the stack and delete it (but not the associated window)","refentry"],"function.ncurses-delay-output":["ncurses_delay_output","Delay output on terminal using padding characters","refentry"],"function.ncurses-delch":["ncurses_delch","Delete character at current position, move rest of line left","refentry"],"function.ncurses-deleteln":["ncurses_deleteln","Delete line at current position, move rest of screen up","refentry"],"function.ncurses-delwin":["ncurses_delwin","Delete a ncurses window","refentry"],"function.ncurses-doupdate":["ncurses_doupdate","Write all prepared refreshes to terminal","refentry"],"function.ncurses-echo":["ncurses_echo","Activate keyboard input echo","refentry"],"function.ncurses-echochar":["ncurses_echochar","Single character output including refresh","refentry"],"function.ncurses-end":["ncurses_end","Stop using ncurses, clean up the screen","refentry"],"function.ncurses-erase":["ncurses_erase","Erase terminal screen","refentry"],"function.ncurses-erasechar":["ncurses_erasechar","Returns current erase character","refentry"],"function.ncurses-filter":["ncurses_filter","Set LINES for iniscr() and newterm() to 1","refentry"],"function.ncurses-flash":["ncurses_flash","Flash terminal screen (visual bell)","refentry"],"function.ncurses-flushinp":["ncurses_flushinp","Flush keyboard input buffer","refentry"],"function.ncurses-getch":["ncurses_getch","Read a character from keyboard","refentry"],"function.ncurses-getmaxyx":["ncurses_getmaxyx","Returns the size of a window","refentry"],"function.ncurses-getmouse":["ncurses_getmouse","Reads mouse event","refentry"],"function.ncurses-getyx":["ncurses_getyx","Returns the current cursor position for a window","refentry"],"function.ncurses-halfdelay":["ncurses_halfdelay","Put terminal into halfdelay mode","refentry"],"function.ncurses-has-colors":["ncurses_has_colors","Checks if terminal has color capabilities","refentry"],"function.ncurses-has-ic":["ncurses_has_ic","Check for insert- and delete-capabilities","refentry"],"function.ncurses-has-il":["ncurses_has_il","Check for line insert- and delete-capabilities","refentry"],"function.ncurses-has-key":["ncurses_has_key","Check for presence of a function key on terminal keyboard","refentry"],"function.ncurses-hide-panel":["ncurses_hide_panel","Remove panel from the stack, making it invisible","refentry"],"function.ncurses-hline":["ncurses_hline","Draw a horizontal line at current position using an attributed character and max. n characters long","refentry"],"function.ncurses-inch":["ncurses_inch","Get character and attribute at current position","refentry"],"function.ncurses-init-color":["ncurses_init_color","Define a terminal color","refentry"],"function.ncurses-init-pair":["ncurses_init_pair","Define a color pair","refentry"],"function.ncurses-init":["ncurses_init","Initialize ncurses","refentry"],"function.ncurses-insch":["ncurses_insch","Insert character moving rest of line including character at current position","refentry"],"function.ncurses-insdelln":["ncurses_insdelln","Insert lines before current line scrolling down (negative numbers delete and scroll up)","refentry"],"function.ncurses-insertln":["ncurses_insertln","Insert a line, move rest of screen down","refentry"],"function.ncurses-insstr":["ncurses_insstr","Insert string at current position, moving rest of line right","refentry"],"function.ncurses-instr":["ncurses_instr","Reads string from terminal screen","refentry"],"function.ncurses-isendwin":["ncurses_isendwin","Ncurses is in endwin mode, normal screen output may be performed","refentry"],"function.ncurses-keyok":["ncurses_keyok","Enable or disable a keycode","refentry"],"function.ncurses-keypad":["ncurses_keypad","Turns keypad on or off","refentry"],"function.ncurses-killchar":["ncurses_killchar","Returns current line kill character","refentry"],"function.ncurses-longname":["ncurses_longname","Returns terminals description","refentry"],"function.ncurses-meta":["ncurses_meta","Enables\/Disable 8-bit meta key information","refentry"],"function.ncurses-mouse-trafo":["ncurses_mouse_trafo","Transforms coordinates","refentry"],"function.ncurses-mouseinterval":["ncurses_mouseinterval","Set timeout for mouse button clicks","refentry"],"function.ncurses-mousemask":["ncurses_mousemask","Sets mouse options","refentry"],"function.ncurses-move-panel":["ncurses_move_panel","Moves a panel so that its upper-left corner is at [startx, starty]","refentry"],"function.ncurses-move":["ncurses_move","Move output position","refentry"],"function.ncurses-mvaddch":["ncurses_mvaddch","Move current position and add character","refentry"],"function.ncurses-mvaddchnstr":["ncurses_mvaddchnstr","Move position and add attributed string with specified length","refentry"],"function.ncurses-mvaddchstr":["ncurses_mvaddchstr","Move position and add attributed string","refentry"],"function.ncurses-mvaddnstr":["ncurses_mvaddnstr","Move position and add string with specified length","refentry"],"function.ncurses-mvaddstr":["ncurses_mvaddstr","Move position and add string","refentry"],"function.ncurses-mvcur":["ncurses_mvcur","Move cursor immediately","refentry"],"function.ncurses-mvdelch":["ncurses_mvdelch","Move position and delete character, shift rest of line left","refentry"],"function.ncurses-mvgetch":["ncurses_mvgetch","Move position and get character at new position","refentry"],"function.ncurses-mvhline":["ncurses_mvhline","Set new position and draw a horizontal line using an attributed character and max. n characters long","refentry"],"function.ncurses-mvinch":["ncurses_mvinch","Move position and get attributed character at new position","refentry"],"function.ncurses-mvvline":["ncurses_mvvline","Set new position and draw a vertical line using an attributed character and max. n characters long","refentry"],"function.ncurses-mvwaddstr":["ncurses_mvwaddstr","Add string at new position in window","refentry"],"function.ncurses-napms":["ncurses_napms","Sleep","refentry"],"function.ncurses-new-panel":["ncurses_new_panel","Create a new panel and associate it with window","refentry"],"function.ncurses-newpad":["ncurses_newpad","Creates a new pad (window)","refentry"],"function.ncurses-newwin":["ncurses_newwin","Create a new window","refentry"],"function.ncurses-nl":["ncurses_nl","Translate newline and carriage return \/ line feed","refentry"],"function.ncurses-nocbreak":["ncurses_nocbreak","Switch terminal to cooked mode","refentry"],"function.ncurses-noecho":["ncurses_noecho","Switch off keyboard input echo","refentry"],"function.ncurses-nonl":["ncurses_nonl","Do not translate newline and carriage return \/ line feed","refentry"],"function.ncurses-noqiflush":["ncurses_noqiflush","Do not flush on signal characters","refentry"],"function.ncurses-noraw":["ncurses_noraw","Switch terminal out of raw mode","refentry"],"function.ncurses-pair-content":["ncurses_pair_content","Retrieves foreground and background colors of a color pair","refentry"],"function.ncurses-panel-above":["ncurses_panel_above","Returns the panel above panel","refentry"],"function.ncurses-panel-below":["ncurses_panel_below","Returns the panel below panel","refentry"],"function.ncurses-panel-window":["ncurses_panel_window","Returns the window associated with panel","refentry"],"function.ncurses-pnoutrefresh":["ncurses_pnoutrefresh","Copies a region from a pad into the virtual screen","refentry"],"function.ncurses-prefresh":["ncurses_prefresh","Copies a region from a pad into the virtual screen","refentry"],"function.ncurses-putp":["ncurses_putp","Apply padding information to the string and output it","refentry"],"function.ncurses-qiflush":["ncurses_qiflush","Flush on signal characters","refentry"],"function.ncurses-raw":["ncurses_raw","Switch terminal into raw mode","refentry"],"function.ncurses-refresh":["ncurses_refresh","Refresh screen","refentry"],"function.ncurses-replace-panel":["ncurses_replace_panel","Replaces the window associated with panel","refentry"],"function.ncurses-reset-prog-mode":["ncurses_reset_prog_mode","Resets the prog mode saved by def_prog_mode","refentry"],"function.ncurses-reset-shell-mode":["ncurses_reset_shell_mode","Resets the shell mode saved by def_shell_mode","refentry"],"function.ncurses-resetty":["ncurses_resetty","Restores saved terminal state","refentry"],"function.ncurses-savetty":["ncurses_savetty","Saves terminal state","refentry"],"function.ncurses-scr-dump":["ncurses_scr_dump","Dump screen content to file","refentry"],"function.ncurses-scr-init":["ncurses_scr_init","Initialize screen from file dump","refentry"],"function.ncurses-scr-restore":["ncurses_scr_restore","Restore screen from file dump","refentry"],"function.ncurses-scr-set":["ncurses_scr_set","Inherit screen from file dump","refentry"],"function.ncurses-scrl":["ncurses_scrl","Scroll window content up or down without changing current position","refentry"],"function.ncurses-show-panel":["ncurses_show_panel","Places an invisible panel on top of the stack, making it visible","refentry"],"function.ncurses-slk-attr":["ncurses_slk_attr","Returns current soft label key attribute","refentry"],"function.ncurses-slk-attroff":["ncurses_slk_attroff","Turn off the given attributes for soft function-key labels","refentry"],"function.ncurses-slk-attron":["ncurses_slk_attron","Turn on the given attributes for soft function-key labels","refentry"],"function.ncurses-slk-attrset":["ncurses_slk_attrset","Set given attributes for soft function-key labels","refentry"],"function.ncurses-slk-clear":["ncurses_slk_clear","Clears soft labels from screen","refentry"],"function.ncurses-slk-color":["ncurses_slk_color","Sets color for soft label keys","refentry"],"function.ncurses-slk-init":["ncurses_slk_init","Initializes soft label key functions","refentry"],"function.ncurses-slk-noutrefresh":["ncurses_slk_noutrefresh","Copies soft label keys to virtual screen","refentry"],"function.ncurses-slk-refresh":["ncurses_slk_refresh","Copies soft label keys to screen","refentry"],"function.ncurses-slk-restore":["ncurses_slk_restore","Restores soft label keys","refentry"],"function.ncurses-slk-set":["ncurses_slk_set","Sets function key labels","refentry"],"function.ncurses-slk-touch":["ncurses_slk_touch","Forces output when ncurses_slk_noutrefresh is performed","refentry"],"function.ncurses-standend":["ncurses_standend","Stop using 'standout' attribute","refentry"],"function.ncurses-standout":["ncurses_standout","Start using 'standout' attribute","refentry"],"function.ncurses-start-color":["ncurses_start_color","Initializes color functionality","refentry"],"function.ncurses-termattrs":["ncurses_termattrs","Returns a logical OR of all attribute flags supported by terminal","refentry"],"function.ncurses-termname":["ncurses_termname","Returns terminals (short)-name","refentry"],"function.ncurses-timeout":["ncurses_timeout","Set timeout for special key sequences","refentry"],"function.ncurses-top-panel":["ncurses_top_panel","Moves a visible panel to the top of the stack","refentry"],"function.ncurses-typeahead":["ncurses_typeahead","Specify different filedescriptor for typeahead checking","refentry"],"function.ncurses-ungetch":["ncurses_ungetch","Put a character back into the input stream","refentry"],"function.ncurses-ungetmouse":["ncurses_ungetmouse","Pushes mouse event to queue","refentry"],"function.ncurses-update-panels":["ncurses_update_panels","Refreshes the virtual screen to reflect the relations between panels in the stack","refentry"],"function.ncurses-use-default-colors":["ncurses_use_default_colors","Assign terminal default colors to color id -1","refentry"],"function.ncurses-use-env":["ncurses_use_env","Control use of environment information about terminal size","refentry"],"function.ncurses-use-extended-names":["ncurses_use_extended_names","Control use of extended names in terminfo descriptions","refentry"],"function.ncurses-vidattr":["ncurses_vidattr","Display the string on the terminal in the video attribute mode","refentry"],"function.ncurses-vline":["ncurses_vline","Draw a vertical line at current position using an attributed character and max. n characters long","refentry"],"function.ncurses-waddch":["ncurses_waddch","Adds character at current position in a window and advance cursor","refentry"],"function.ncurses-waddstr":["ncurses_waddstr","Outputs text at current postion in window","refentry"],"function.ncurses-wattroff":["ncurses_wattroff","Turns off attributes for a window","refentry"],"function.ncurses-wattron":["ncurses_wattron","Turns on attributes for a window","refentry"],"function.ncurses-wattrset":["ncurses_wattrset","Set the attributes for a window","refentry"],"function.ncurses-wborder":["ncurses_wborder","Draws a border around the window using attributed characters","refentry"],"function.ncurses-wclear":["ncurses_wclear","Clears window","refentry"],"function.ncurses-wcolor-set":["ncurses_wcolor_set","Sets windows color pairings","refentry"],"function.ncurses-werase":["ncurses_werase","Erase window contents","refentry"],"function.ncurses-wgetch":["ncurses_wgetch","Reads a character from keyboard (window)","refentry"],"function.ncurses-whline":["ncurses_whline","Draws a horizontal line in a window at current position using an attributed character and max. n characters long","refentry"],"function.ncurses-wmouse-trafo":["ncurses_wmouse_trafo","Transforms window\/stdscr coordinates","refentry"],"function.ncurses-wmove":["ncurses_wmove","Moves windows output position","refentry"],"function.ncurses-wnoutrefresh":["ncurses_wnoutrefresh","Copies window to virtual screen","refentry"],"function.ncurses-wrefresh":["ncurses_wrefresh","Refresh window on terminal screen","refentry"],"function.ncurses-wstandend":["ncurses_wstandend","End standout mode for a window","refentry"],"function.ncurses-wstandout":["ncurses_wstandout","Enter standout mode for a window","refentry"],"function.ncurses-wvline":["ncurses_wvline","Draws a vertical line in a window at current position using an attributed character and max. n characters long","refentry"],"book.ncurses":["Ncurses","Ncurses Terminal Screen Control","book"],"function.newt-bell":["newt_bell","Send a beep to the terminal","refentry"],"function.newt-button-bar":["newt_button_bar","This function returns a grid containing the buttons created.","refentry"],"function.newt-button":["newt_button","Create a new button","refentry"],"function.newt-centered-window":["newt_centered_window","Open a centered window of the specified size","refentry"],"function.newt-checkbox-get-value":["newt_checkbox_get_value","Retreives value of checkox resource","refentry"],"function.newt-checkbox-set-flags":["newt_checkbox_set_flags","Configures checkbox resource","refentry"],"function.newt-checkbox-set-value":["newt_checkbox_set_value","Sets the value of the checkbox","refentry"],"function.newt-checkbox-tree-add-item":["newt_checkbox_tree_add_item","Adds new item to the checkbox tree","refentry"],"function.newt-checkbox-tree-find-item":["newt_checkbox_tree_find_item","Finds an item in the checkbox tree","refentry"],"function.newt-checkbox-tree-get-current":["newt_checkbox_tree_get_current","Returns checkbox tree selected item","refentry"],"function.newt-checkbox-tree-get-entry-value":["newt_checkbox_tree_get_entry_value","Description","refentry"],"function.newt-checkbox-tree-get-multi-selection":["newt_checkbox_tree_get_multi_selection","Description","refentry"],"function.newt-checkbox-tree-get-selection":["newt_checkbox_tree_get_selection","Description","refentry"],"function.newt-checkbox-tree-multi":["newt_checkbox_tree_multi","Description","refentry"],"function.newt-checkbox-tree-set-current":["newt_checkbox_tree_set_current","Description","refentry"],"function.newt-checkbox-tree-set-entry-value":["newt_checkbox_tree_set_entry_value","Description","refentry"],"function.newt-checkbox-tree-set-entry":["newt_checkbox_tree_set_entry","Description","refentry"],"function.newt-checkbox-tree-set-width":["newt_checkbox_tree_set_width","Description","refentry"],"function.newt-checkbox-tree":["newt_checkbox_tree","Description","refentry"],"function.newt-checkbox":["newt_checkbox","Description","refentry"],"function.newt-clear-key-buffer":["newt_clear_key_buffer","Discards the contents of the terminal's input buffer without\n waiting for additional input","refentry"],"function.newt-cls":["newt_cls","Description","refentry"],"function.newt-compact-button":["newt_compact_button","Description","refentry"],"function.newt-component-add-callback":["newt_component_add_callback","Description","refentry"],"function.newt-component-takes-focus":["newt_component_takes_focus","Description","refentry"],"function.newt-create-grid":["newt_create_grid","Description","refentry"],"function.newt-cursor-off":["newt_cursor_off","Description","refentry"],"function.newt-cursor-on":["newt_cursor_on","Description","refentry"],"function.newt-delay":["newt_delay","Description","refentry"],"function.newt-draw-form":["newt_draw_form","Description","refentry"],"function.newt-draw-root-text":["newt_draw_root_text","Displays the string text at the position indicated","refentry"],"function.newt-entry-get-value":["newt_entry_get_value","Description","refentry"],"function.newt-entry-set-filter":["newt_entry_set_filter","Description","refentry"],"function.newt-entry-set-flags":["newt_entry_set_flags","Description","refentry"],"function.newt-entry-set":["newt_entry_set","Description","refentry"],"function.newt-entry":["newt_entry","Description","refentry"],"function.newt-finished":["newt_finished","Uninitializes newt interface","refentry"],"function.newt-form-add-component":["newt_form_add_component","Adds a single component to the form","refentry"],"function.newt-form-add-components":["newt_form_add_components","Add several components to the form","refentry"],"function.newt-form-add-hot-key":["newt_form_add_hot_key","Description","refentry"],"function.newt-form-destroy":["newt_form_destroy","Destroys a form","refentry"],"function.newt-form-get-current":["newt_form_get_current","Description","refentry"],"function.newt-form-run":["newt_form_run","Runs a form","refentry"],"function.newt-form-set-background":["newt_form_set_background","Description","refentry"],"function.newt-form-set-height":["newt_form_set_height","Description","refentry"],"function.newt-form-set-size":["newt_form_set_size","Description","refentry"],"function.newt-form-set-timer":["newt_form_set_timer","Description","refentry"],"function.newt-form-set-width":["newt_form_set_width","Description","refentry"],"function.newt-form-watch-fd":["newt_form_watch_fd","Description","refentry"],"function.newt-form":["newt_form","Create a form","refentry"],"function.newt-get-screen-size":["newt_get_screen_size","Fills in the passed references with the current size of the\n terminal","refentry"],"function.newt-grid-add-components-to-form":["newt_grid_add_components_to_form","Description","refentry"],"function.newt-grid-basic-window":["newt_grid_basic_window","Description","refentry"],"function.newt-grid-free":["newt_grid_free","Description","refentry"],"function.newt-grid-get-size":["newt_grid_get_size","Description","refentry"],"function.newt-grid-h-close-stacked":["newt_grid_h_close_stacked","Description","refentry"],"function.newt-grid-h-stacked":["newt_grid_h_stacked","Description","refentry"],"function.newt-grid-place":["newt_grid_place","Description","refentry"],"function.newt-grid-set-field":["newt_grid_set_field","Description","refentry"],"function.newt-grid-simple-window":["newt_grid_simple_window","Description","refentry"],"function.newt-grid-v-close-stacked":["newt_grid_v_close_stacked","Description","refentry"],"function.newt-grid-v-stacked":["newt_grid_v_stacked","Description","refentry"],"function.newt-grid-wrapped-window-at":["newt_grid_wrapped_window_at","Description","refentry"],"function.newt-grid-wrapped-window":["newt_grid_wrapped_window","Description","refentry"],"function.newt-init":["newt_init","Initialize newt","refentry"],"function.newt-label-set-text":["newt_label_set_text","Description","refentry"],"function.newt-label":["newt_label","Description","refentry"],"function.newt-listbox-append-entry":["newt_listbox_append_entry","Description","refentry"],"function.newt-listbox-clear-selection":["newt_listbox_clear_selection","Description","refentry"],"function.newt-listbox-clear":["newt_listbox_clear","Description","refentry"],"function.newt-listbox-delete-entry":["newt_listbox_delete_entry","Description","refentry"],"function.newt-listbox-get-current":["newt_listbox_get_current","Description","refentry"],"function.newt-listbox-get-selection":["newt_listbox_get_selection","Description","refentry"],"function.newt-listbox-insert-entry":["newt_listbox_insert_entry","Description","refentry"],"function.newt-listbox-item-count":["newt_listbox_item_count","Description","refentry"],"function.newt-listbox-select-item":["newt_listbox_select_item","Description","refentry"],"function.newt-listbox-set-current-by-key":["newt_listbox_set_current_by_key","Description","refentry"],"function.newt-listbox-set-current":["newt_listbox_set_current","Description","refentry"],"function.newt-listbox-set-data":["newt_listbox_set_data","Description","refentry"],"function.newt-listbox-set-entry":["newt_listbox_set_entry","Description","refentry"],"function.newt-listbox-set-width":["newt_listbox_set_width","Description","refentry"],"function.newt-listbox":["newt_listbox","Description","refentry"],"function.newt-listitem-get-data":["newt_listitem_get_data","Description","refentry"],"function.newt-listitem-set":["newt_listitem_set","Description","refentry"],"function.newt-listitem":["newt_listitem","Description","refentry"],"function.newt-open-window":["newt_open_window","Open a window of the specified size and position","refentry"],"function.newt-pop-help-line":["newt_pop_help_line","Replaces the current help line with the one from the stack","refentry"],"function.newt-pop-window":["newt_pop_window","Removes the top window from the display","refentry"],"function.newt-push-help-line":["newt_push_help_line","Saves the current help line on a stack, and displays the new line","refentry"],"function.newt-radio-get-current":["newt_radio_get_current","Description","refentry"],"function.newt-radiobutton":["newt_radiobutton","Description","refentry"],"function.newt-redraw-help-line":["newt_redraw_help_line","Description","refentry"],"function.newt-reflow-text":["newt_reflow_text","Description","refentry"],"function.newt-refresh":["newt_refresh","Updates modified portions of the screen","refentry"],"function.newt-resize-screen":["newt_resize_screen","Description","refentry"],"function.newt-resume":["newt_resume","Resume using the newt interface after calling\n newt_suspend","refentry"],"function.newt-run-form":["newt_run_form","Runs a form","refentry"],"function.newt-scale-set":["newt_scale_set","Description","refentry"],"function.newt-scale":["newt_scale","Description","refentry"],"function.newt-scrollbar-set":["newt_scrollbar_set","Description","refentry"],"function.newt-set-help-callback":["newt_set_help_callback","Description","refentry"],"function.newt-set-suspend-callback":["newt_set_suspend_callback","Set a callback function which gets invoked when user\n presses the suspend key","refentry"],"function.newt-suspend":["newt_suspend","Tells newt to return the terminal to its initial state","refentry"],"function.newt-textbox-get-num-lines":["newt_textbox_get_num_lines","Description","refentry"],"function.newt-textbox-reflowed":["newt_textbox_reflowed","Description","refentry"],"function.newt-textbox-set-height":["newt_textbox_set_height","Description","refentry"],"function.newt-textbox-set-text":["newt_textbox_set_text","Description","refentry"],"function.newt-textbox":["newt_textbox","Description","refentry"],"function.newt-vertical-scrollbar":["newt_vertical_scrollbar","Description","refentry"],"function.newt-wait-for-key":["newt_wait_for_key","Doesn't return until a key has been pressed","refentry"],"function.newt-win-choice":["newt_win_choice","Description","refentry"],"function.newt-win-entries":["newt_win_entries","Description","refentry"],"function.newt-win-menu":["newt_win_menu","Description","refentry"],"function.newt-win-message":["newt_win_message","Description","refentry"],"function.newt-win-messagev":["newt_win_messagev","Description","refentry"],"function.newt-win-ternary":["newt_win_ternary","Description","refentry"],"function.readline-add-history":["readline_add_history","Adds a line to the history","refentry"],"function.readline-callback-handler-install":["readline_callback_handler_install","Initializes the readline callback interface and terminal, prints the prompt and returns immediately","refentry"],"function.readline-callback-handler-remove":["readline_callback_handler_remove","Removes a previously installed callback handler and restores terminal settings","refentry"],"function.readline-callback-read-char":["readline_callback_read_char","Reads a character and informs the readline callback interface when a line is received","refentry"],"function.readline-clear-history":["readline_clear_history","Clears the history","refentry"],"function.readline-completion-function":["readline_completion_function","Registers a completion function","refentry"],"function.readline-info":["readline_info","Gets\/sets various internal readline variables","refentry"],"function.readline-list-history":["readline_list_history","Lists the history","refentry"],"function.readline-on-new-line":["readline_on_new_line","Inform readline that the cursor has moved to a new line","refentry"],"function.readline-read-history":["readline_read_history","Reads the history","refentry"],"function.readline-redisplay":["readline_redisplay","Redraws the display","refentry"],"function.readline-write-history":["readline_write_history","Writes the history","refentry"],"function.readline":["readline","Reads a line","refentry"],"book.readline":["Readline","GNU Readline","book"],"function.bzclose":["bzclose","Close a bzip2 file","refentry"],"function.bzcompress":["bzcompress","Compress a string into bzip2 encoded data","refentry"],"function.bzdecompress":["bzdecompress","Decompresses bzip2 encoded data","refentry"],"function.bzerrno":["bzerrno","Returns a bzip2 error number","refentry"],"function.bzerror":["bzerror","Returns the bzip2 error number and error string in an array","refentry"],"function.bzerrstr":["bzerrstr","Returns a bzip2 error string","refentry"],"function.bzflush":["bzflush","Force a write of all buffered data","refentry"],"function.bzopen":["bzopen","Opens a bzip2 compressed file","refentry"],"function.bzread":["bzread","Binary safe bzip2 file read","refentry"],"function.bzwrite":["bzwrite","Binary safe bzip2 file write","refentry"],"function.lzf-compress":["lzf_compress","LZF compression","refentry"],"function.lzf-decompress":["lzf_decompress","LZF decompression","refentry"],"function.lzf-optimized-for":["lzf_optimized_for","Determines what LZF extension was optimized for","refentry"],"book.lzf":["LZF","LZF","book"],"phar.addemptydir":["Phar::addEmptyDir","Add an empty directory to the phar archive","refentry"],"phar.addfile":["Phar::addFile","Add a file from the filesystem to the phar archive","refentry"],"phar.addfromstring":["Phar::addFromString","Add a file from the filesystem to the phar archive","refentry"],"phar.apiversion":["Phar::apiVersion","Returns the api version","refentry"],"phar.buildfromdirectory":["Phar::buildFromDirectory","Construct a phar archive from the files within a directory.","refentry"],"phar.buildfromiterator":["Phar::buildFromIterator","Construct a phar archive from an iterator.","refentry"],"phar.cancompress":["Phar::canCompress","Returns whether phar extension supports compression using either zlib or bzip2","refentry"],"phar.canwrite":["Phar::canWrite","Returns whether phar extension supports writing and creating phars","refentry"],"phar.compress":["Phar::compress","Compresses the entire Phar archive using Gzip or Bzip2 compression","refentry"],"phar.compressallfilesbzip2":["Phar::compressAllFilesBZIP2","Compresses all files in the current Phar archive using Bzip2 compression","refentry"],"phar.compressallfilesgz":["Phar::compressAllFilesGZ","Compresses all files in the current Phar archive using Gzip compression","refentry"],"phar.compressfiles":["Phar::compressFiles","Compresses all files in the current Phar archive","refentry"],"phar.construct":["Phar::__construct","Construct a Phar archive object","refentry"],"phar.converttodata":["Phar::convertToData","Convert a phar archive to a non-executable tar or zip file","refentry"],"phar.converttoexecutable":["Phar::convertToExecutable","Convert a phar archive to another executable phar archive file format","refentry"],"phar.copy":["Phar::copy","Copy a file internal to the phar archive to another new file within the phar","refentry"],"phar.count":["Phar::count","Returns the number of entries (files) in the Phar archive","refentry"],"phar.createdefaultstub":["Phar::createDefaultStub","Create a phar-file format specific stub","refentry"],"phar.decompress":["Phar::decompress","Decompresses the entire Phar archive","refentry"],"phar.decompressfiles":["Phar::decompressFiles","Decompresses all files in the current Phar archive","refentry"],"phar.delmetadata":["Phar::delMetadata","Deletes the global metadata of the phar","refentry"],"phar.delete":["Phar::delete","Delete a file within a phar archive","refentry"],"phar.extractto":["Phar::extractTo","Extract the contents of a phar archive to a directory","refentry"],"phar.getmetadata":["Phar::getMetadata","Returns phar archive meta-data","refentry"],"phar.getmodified":["Phar::getModified","Return whether phar was modified","refentry"],"phar.getsignature":["Phar::getSignature","Return MD5\/SHA1\/SHA256\/SHA512\/OpenSSL signature of a Phar archive","refentry"],"phar.getstub":["Phar::getStub","Return the PHP loader or bootstrap stub of a Phar archive","refentry"],"phar.getsupportedcompression":["Phar::getSupportedCompression","Return array of supported compression algorithms","refentry"],"phar.getsupportedsignatures":["Phar::getSupportedSignatures","Return array of supported signature types","refentry"],"phar.getversion":["Phar::getVersion","Return version info of Phar archive","refentry"],"phar.hasmetadata":["Phar::hasMetadata","Returns whether phar has global meta-data","refentry"],"phar.interceptfilefuncs":["Phar::interceptFileFuncs","instructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions","refentry"],"phar.isbuffering":["Phar::isBuffering","Used to determine whether Phar write operations are being buffered, or are flushing directly to disk","refentry"],"phar.iscompressed":["Phar::isCompressed","Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz\/tar.bz and so on)","refentry"],"phar.isfileformat":["Phar::isFileFormat","Returns true if the phar archive is based on the tar\/phar\/zip file format depending on the parameter","refentry"],"phar.isvalidpharfilename":["Phar::isValidPharFilename","Returns whether the given filename is a valid phar filename","refentry"],"phar.iswritable":["Phar::isWritable","Returns true if the phar archive can be modified","refentry"],"phar.loadphar":["Phar::loadPhar","Loads any phar archive with an alias","refentry"],"phar.mapphar":["Phar::mapPhar","Reads the currently executed file (a phar) and registers its manifest","refentry"],"phar.mount":["Phar::mount","Mount an external path or file to a virtual location within the phar archive","refentry"],"phar.mungserver":["Phar::mungServer","Defines a list of up to 4 $_SERVER variables that should be modified for execution","refentry"],"phar.offsetexists":["Phar::offsetExists","determines whether a file exists in the phar","refentry"],"phar.offsetget":["Phar::offsetGet","Gets a PharFileInfo object for a specific file","refentry"],"phar.offsetset":["Phar::offsetSet","set the contents of an internal file to those of an external file","refentry"],"phar.offsetunset":["Phar::offsetUnset","remove a file from a phar","refentry"],"phar.running":["Phar::running","Returns the full path on disk or full phar URL to the currently executing Phar archive","refentry"],"phar.setalias":["Phar::setAlias","Set the alias for the Phar archive","refentry"],"phar.setdefaultstub":["Phar::setDefaultStub","Used to set the PHP loader or bootstrap stub of a Phar archive to the default loader","refentry"],"phar.setmetadata":["Phar::setMetadata","Sets phar archive meta-data","refentry"],"phar.setsignaturealgorithm":["Phar::setSignatureAlgorithm","set the signature algorithm for a phar and apply it.","refentry"],"phar.setstub":["Phar::setStub","Used to set the PHP loader or bootstrap stub of a Phar archive","refentry"],"phar.startbuffering":["Phar::startBuffering","Start buffering Phar write operations, do not modify the Phar object on disk","refentry"],"phar.stopbuffering":["Phar::stopBuffering","Stop buffering write requests to the Phar archive, and save changes to disk","refentry"],"phar.uncompressallfiles":["Phar::uncompressAllFiles","Uncompresses all files in the current Phar archive","refentry"],"phar.unlinkarchive":["Phar::unlinkArchive","Completely remove a phar archive from disk and from memory","refentry"],"phar.webphar":["Phar::webPhar","mapPhar for web-based phars. front controller for web applications","refentry"],"class.phar":["Phar","The Phar class","phpdoc:classref"],"phardata.addemptydir":["PharData::addEmptyDir","Add an empty directory to the tar\/zip archive","refentry"],"phardata.addfile":["PharData::addFile","Add a file from the filesystem to the tar\/zip archive","refentry"],"phardata.addfromstring":["PharData::addFromString","Add a file from the filesystem to the tar\/zip archive","refentry"],"phardata.buildfromdirectory":["PharData::buildFromDirectory","Construct a tar\/zip archive from the files within a directory.","refentry"],"phardata.buildfromiterator":["PharData::buildFromIterator","Construct a tar or zip archive from an iterator.","refentry"],"phardata.compress":["PharData::compress","Compresses the entire tar\/zip archive using Gzip or Bzip2 compression","refentry"],"phardata.compressfiles":["PharData::compressFiles","Compresses all files in the current tar\/zip archive","refentry"],"phardata.construct":["PharData::__construct","Construct a non-executable tar or zip archive object","refentry"],"phardata.converttodata":["PharData::convertToData","Convert a phar archive to a non-executable tar or zip file","refentry"],"phardata.converttoexecutable":["PharData::convertToExecutable","Convert a non-executable tar\/zip archive to an executable phar archive","refentry"],"phardata.copy":["PharData::copy","Copy a file internal to the phar archive to another new file within the phar","refentry"],"phardata.decompress":["PharData::decompress","Decompresses the entire Phar archive","refentry"],"phardata.decompressfiles":["PharData::decompressFiles","Decompresses all files in the current zip archive","refentry"],"phardata.delmetadata":["PharData::delMetadata","Deletes the global metadata of a zip archive","refentry"],"phardata.delete":["PharData::delete","Delete a file within a tar\/zip archive","refentry"],"phardata.extractto":["PharData::extractTo","Extract the contents of a tar\/zip archive to a directory","refentry"],"phardata.iswritable":["PharData::isWritable","Returns true if the tar\/zip archive can be modified","refentry"],"phardata.offsetset":["PharData::offsetSet","set the contents of a file within the tar\/zip to those of an external file or string","refentry"],"phardata.offsetunset":["PharData::offsetUnset","remove a file from a tar\/zip archive","refentry"],"phardata.setalias":["PharData::setAlias","dummy function (Phar::setAlias is not valid for PharData)","refentry"],"phardata.setdefaultstub":["PharData::setDefaultStub","dummy function (Phar::setDefaultStub is not valid for PharData)","refentry"],"phardata.setmetadata":["Phar::setMetadata","Sets phar archive meta-data","refentry"],"phardata.setsignaturealgorithm":["Phar::setSignatureAlgorithm","set the signature algorithm for a phar and apply it. The","refentry"],"phardata.setstub":["PharData::setStub","dummy function (Phar::setStub is not valid for PharData)","refentry"],"class.phardata":["PharData","The PharData class","phpdoc:classref"],"pharfileinfo.chmod":["PharFileInfo::chmod","Sets file-specific permission bits","refentry"],"pharfileinfo.compress":["PharFileInfo::compress","Compresses the current Phar entry with either zlib or bzip2 compression","refentry"],"pharfileinfo.construct":["PharFileInfo::__construct","Construct a Phar entry object","refentry"],"pharfileinfo.decompress":["PharFileInfo::decompress","Decompresses the current Phar entry within the phar","refentry"],"pharfileinfo.delmetadata":["PharFileInfo::delMetadata","Deletes the metadata of the entry","refentry"],"pharfileinfo.getcrc32":["PharFileInfo::getCRC32","Returns CRC32 code or throws an exception if CRC has not been verified","refentry"],"pharfileinfo.getcompressedsize":["PharFileInfo::getCompressedSize","Returns the actual size of the file (with compression) inside the Phar archive","refentry"],"pharfileinfo.getmetadata":["PharFileInfo::getMetadata","Returns file-specific meta-data saved with a file","refentry"],"pharfileinfo.getpharflags":["PharFileInfo::getPharFlags","Returns the Phar file entry flags","refentry"],"pharfileinfo.hasmetadata":["PharFileInfo::hasMetadata","Returns the metadata of the entry","refentry"],"pharfileinfo.iscrcchecked":["PharFileInfo::isCRCChecked","Returns whether file entry has had its CRC verified","refentry"],"pharfileinfo.iscompressed":["PharFileInfo::isCompressed","Returns whether the entry is compressed","refentry"],"pharfileinfo.iscompressedbzip2":["PharFileInfo::isCompressedBZIP2","Returns whether the entry is compressed using bzip2","refentry"],"pharfileinfo.iscompressedgz":["PharFileInfo::isCompressedGZ","Returns whether the entry is compressed using gz","refentry"],"pharfileinfo.setcompressedbzip2":["PharFileInfo::setCompressedBZIP2","Compresses the current Phar entry within the phar using Bzip2 compression","refentry"],"pharfileinfo.setcompressedgz":["PharFileInfo::setCompressedGZ","Compresses the current Phar entry within the phar using gz compression","refentry"],"pharfileinfo.setmetadata":["PharFileInfo::setMetadata","Sets file-specific meta-data saved with a file","refentry"],"pharfileinfo.setuncompressed":["PharFileInfo::setUncompressed","Uncompresses the current Phar entry within the phar, if it is compressed","refentry"],"class.pharfileinfo":["PharFileInfo","The PharFileInfo class","phpdoc:classref"],"pharexception.intro.unused":["PharException","The PharException class provides a phar-specific exception class\n for try\/catch blocks.","refentry"],"class.pharexception":["PharException","The PharException class","phpdoc:exceptionref"],"function.rar-wrapper-cache-stats":["rar_wrapper_cache_stats","Cache hits and misses for the URL wrapper","refentry"],"rararchive.close":["RarArchive::close","Close RAR archive and free all resources","refentry"],"rararchive.getcomment":["RarArchive::getComment","Get comment text from the RAR archive","refentry"],"rararchive.getentries":["RarArchive::getEntries","Get full list of entries from the RAR archive","refentry"],"rararchive.getentry":["RarArchive::getEntry","Get entry object from the RAR archive","refentry"],"rararchive.isbroken":["RarArchive::isBroken","Test whether an archive is broken (incomplete)","refentry"],"rararchive.issolid":["RarArchive::isSolid","Check whether the RAR archive is solid","refentry"],"rararchive.open":["RarArchive::open","Open RAR archive","refentry"],"rararchive.setallowbroken":["RarArchive::setAllowBroken","Whether opening broken archives is allowed","refentry"],"rararchive.tostring":["RarArchive::__toString","Get text representation","refentry"],"class.rararchive":["RarArchive","The RarArchive class","phpdoc:classref"],"rarentry.extract":["RarEntry::extract","Extract entry from the archive","refentry"],"rarentry.getattr":["RarEntry::getAttr","Get attributes of the entry","refentry"],"rarentry.getcrc":["RarEntry::getCrc","Get CRC of the entry","refentry"],"rarentry.getfiletime":["RarEntry::getFileTime","Get entry last modification time","refentry"],"rarentry.gethostos":["RarEntry::getHostOs","Get entry host OS","refentry"],"rarentry.getmethod":["RarEntry::getMethod","Get pack method of the entry","refentry"],"rarentry.getname":["RarEntry::getName","Get name of the entry","refentry"],"rarentry.getpackedsize":["RarEntry::getPackedSize","Get packed size of the entry","refentry"],"rarentry.getstream":["RarEntry::getStream","Get file handler for entry","refentry"],"rarentry.getunpackedsize":["RarEntry::getUnpackedSize","Get unpacked size of the entry","refentry"],"rarentry.getversion":["RarEntry::getVersion","Get minimum version of RAR program required to unpack the entry","refentry"],"rarentry.isdirectory":["RarEntry::isDirectory","Test whether an entry represents a directory","refentry"],"rarentry.isencrypted":["RarEntry::isEncrypted","Test whether an entry is encrypted","refentry"],"rarentry.tostring":["RarEntry::__toString","Get text representation of entry","refentry"],"class.rarentry":["RarEntry","The RarEntry class","phpdoc:classref"],"rarexception.isusingexceptions":["RarException::isUsingExceptions","Check whether error handling with exceptions is in use","refentry"],"rarexception.setusingexceptions":["RarException::setUsingExceptions","Activate and deactivate error handling with exceptions","refentry"],"class.rarexception":["RarException","The RarException class","phpdoc:classref"],"book.rar":["Rar","Rar Archiving","book"],"ziparchive.addemptydir":["ZipArchive::addEmptyDir","Add a new directory","refentry"],"ziparchive.addfile":["ZipArchive::addFile","Adds a file to a ZIP archive from the given path","refentry"],"ziparchive.addfromstring":["ZipArchive::addFromString","Add a file to a ZIP archive using its contents","refentry"],"ziparchive.addglob":["ZipArchive::addGlob","Add files from a directory by glob pattern","refentry"],"ziparchive.addpattern":["ZipArchive::addPattern","Add files from a directory by PCRE pattern","refentry"],"ziparchive.close":["ZipArchive::close","Close the active archive (opened or newly created)","refentry"],"ziparchive.deleteindex":["ZipArchive::deleteIndex","delete an entry in the archive using its index","refentry"],"ziparchive.deletename":["ZipArchive::deleteName","delete an entry in the archive using its name","refentry"],"ziparchive.extractto":["ZipArchive::extractTo","Extract the archive contents","refentry"],"ziparchive.getarchivecomment":["ZipArchive::getArchiveComment","Returns the Zip archive comment","refentry"],"ziparchive.getcommentindex":["ZipArchive::getCommentIndex","Returns the comment of an entry using the entry index","refentry"],"ziparchive.getcommentname":["ZipArchive::getCommentName","Returns the comment of an entry using the entry name","refentry"],"ziparchive.getfromindex":["ZipArchive::getFromIndex","Returns the entry contents using its index","refentry"],"ziparchive.getfromname":["ZipArchive::getFromName","Returns the entry contents using its name","refentry"],"ziparchive.getnameindex":["ZipArchive::getNameIndex","Returns the name of an entry using its index","refentry"],"ziparchive.getstatusstring":["ZipArchive::getStatusString","Returns the status error message, system and\/or zip messages","refentry"],"ziparchive.getstream":["ZipArchive::getStream","Get a file handler to the entry defined by its name (read only).","refentry"],"ziparchive.locatename":["ZipArchive::locateName","Returns the index of the entry in the archive","refentry"],"ziparchive.open":["ZipArchive::open","Open a ZIP file archive","refentry"],"ziparchive.renameindex":["ZipArchive::renameIndex","Renames an entry defined by its index","refentry"],"ziparchive.renamename":["ZipArchive::renameName","Renames an entry defined by its name","refentry"],"ziparchive.setarchivecomment":["ZipArchive::setArchiveComment","Set the comment of a ZIP archive","refentry"],"ziparchive.setcommentindex":["ZipArchive::setCommentIndex","Set the comment of an entry defined by its index","refentry"],"ziparchive.setcommentname":["ZipArchive::setCommentName","Set the comment of an entry defined by its name","refentry"],"ziparchive.statindex":["ZipArchive::statIndex","Get the details of an entry defined by its index.","refentry"],"ziparchive.statname":["ZipArchive::statName","Get the details of an entry defined by its name.","refentry"],"ziparchive.unchangeall":["ZipArchive::unchangeAll","Undo all changes done in the archive","refentry"],"ziparchive.unchangearchive":["ZipArchive::unchangeArchive","Revert all global changes done in the archive.","refentry"],"ziparchive.unchangeindex":["ZipArchive::unchangeIndex","Revert all changes done to an entry at the given index","refentry"],"ziparchive.unchangename":["ZipArchive::unchangeName","Revert all changes done to an entry with the given name.","refentry"],"class.ziparchive":["ZipArchive","The ZipArchive class","phpdoc:classref"],"function.zip-close":["zip_close","Close a ZIP file archive","refentry"],"function.zip-entry-close":["zip_entry_close","Close a directory entry","refentry"],"function.zip-entry-compressedsize":["zip_entry_compressedsize","Retrieve the compressed size of a directory entry","refentry"],"function.zip-entry-compressionmethod":["zip_entry_compressionmethod","Retrieve the compression method of a directory entry","refentry"],"function.zip-entry-filesize":["zip_entry_filesize","Retrieve the actual file size of a directory entry","refentry"],"function.zip-entry-name":["zip_entry_name","Retrieve the name of a directory entry","refentry"],"function.zip-entry-open":["zip_entry_open","Open a directory entry for reading","refentry"],"function.zip-entry-read":["zip_entry_read","Read from an open directory entry","refentry"],"function.zip-open":["zip_open","Open a ZIP file archive","refentry"],"function.zip-read":["zip_read","Read next entry in a ZIP file archive","refentry"],"function.gzclose":["gzclose","Close an open gz-file pointer","refentry"],"function.gzcompress":["gzcompress","Compress a string","refentry"],"function.gzdecode":["gzdecode","Decodes a gzip compressed string","refentry"],"function.gzdeflate":["gzdeflate","Deflate a string","refentry"],"function.gzencode":["gzencode","Create a gzip compressed string","refentry"],"function.gzeof":["gzeof","Test for EOF on a gz-file pointer","refentry"],"function.gzfile":["gzfile","Read entire gz-file into an array","refentry"],"function.gzgetc":["gzgetc","Get character from gz-file pointer","refentry"],"function.gzgets":["gzgets","Get line from file pointer","refentry"],"function.gzgetss":["gzgetss","Get line from gz-file pointer and strip HTML tags","refentry"],"function.gzinflate":["gzinflate","Inflate a deflated string","refentry"],"function.gzopen":["gzopen","Open gz-file","refentry"],"function.gzpassthru":["gzpassthru","Output all remaining data on a gz-file pointer","refentry"],"function.gzputs":["gzputs","Alias of gzwrite","refentry"],"function.gzread":["gzread","Binary-safe gz-file read","refentry"],"function.gzrewind":["gzrewind","Rewind the position of a gz-file pointer","refentry"],"function.gzseek":["gzseek","Seek on a gz-file pointer","refentry"],"function.gztell":["gztell","Tell gz-file pointer read\/write position","refentry"],"function.gzuncompress":["gzuncompress","Uncompress a compressed string","refentry"],"function.gzwrite":["gzwrite","Binary-safe gz-file write","refentry"],"function.readgzfile":["readgzfile","Output a gz-file","refentry"],"function.zlib-decode":["zlib_decode","Uncompress any raw\/gzip\/zlib encoded data","refentry"],"function.zlib-encode":["zlib_encode","Compress data with the specified encoding","refentry"],"function.zlib-get-coding-type":["zlib_get_coding_type","Returns the coding type used for output compression","refentry"],"book.zlib":["Zlib","Zlib Compression","book"],"function.m-checkstatus":["m_checkstatus","Check to see if a transaction has completed","refentry"],"function.m-completeauthorizations":["m_completeauthorizations","Number of complete authorizations in queue, returning an array of their identifiers","refentry"],"function.m-connect":["m_connect","Establish the connection to MCVE","refentry"],"function.m-connectionerror":["m_connectionerror","Get a textual representation of why a connection failed","refentry"],"function.m-deletetrans":["m_deletetrans","Delete specified transaction from MCVE_CONN structure","refentry"],"function.m-destroyconn":["m_destroyconn","Destroy the connection and MCVE_CONN structure","refentry"],"function.m-destroyengine":["m_destroyengine","Free memory associated with IP\/SSL connectivity","refentry"],"function.m-getcell":["m_getcell","Get a specific cell from a comma delimited response by column name","refentry"],"function.m-getcellbynum":["m_getcellbynum","Get a specific cell from a comma delimited response by column number","refentry"],"function.m-getcommadelimited":["m_getcommadelimited","Get the RAW comma delimited data returned from MCVE","refentry"],"function.m-getheader":["m_getheader","Get the name of the column in a comma-delimited response","refentry"],"function.m-initconn":["m_initconn","Create and initialize an MCVE_CONN structure","refentry"],"function.m-initengine":["m_initengine","Ready the client for IP\/SSL Communication","refentry"],"function.m-iscommadelimited":["m_iscommadelimited","Checks to see if response is comma delimited","refentry"],"function.m-maxconntimeout":["m_maxconntimeout","The maximum amount of time the API will attempt a connection to MCVE","refentry"],"function.m-monitor":["m_monitor","Perform communication with MCVE (send\/receive data) Non-blocking","refentry"],"function.m-numcolumns":["m_numcolumns","Number of columns returned in a comma delimited response","refentry"],"function.m-numrows":["m_numrows","Number of rows returned in a comma delimited response","refentry"],"function.m-parsecommadelimited":["m_parsecommadelimited","Parse the comma delimited response so m_getcell, etc will work","refentry"],"function.m-responsekeys":["m_responsekeys","Returns array of strings which represents the keys that can be used\n for response parameters on this transaction","refentry"],"function.m-responseparam":["m_responseparam","Get a custom response parameter","refentry"],"function.m-returnstatus":["m_returnstatus","Check to see if the transaction was successful","refentry"],"function.m-setblocking":["m_setblocking","Set blocking\/non-blocking mode for connection","refentry"],"function.m-setdropfile":["m_setdropfile","Set the connection method to Drop-File","refentry"],"function.m-setip":["m_setip","Set the connection method to IP","refentry"],"function.m-setssl-cafile":["m_setssl_cafile","Set SSL CA (Certificate Authority) file for verification of server\n certificate","refentry"],"function.m-setssl-files":["m_setssl_files","Set certificate key files and certificates if server requires client certificate\n verification","refentry"],"function.m-setssl":["m_setssl","Set the connection method to SSL","refentry"],"function.m-settimeout":["m_settimeout","Set maximum transaction time (per trans)","refentry"],"function.m-sslcert-gen-hash":["m_sslcert_gen_hash","Generate hash for SSL client certificate verification","refentry"],"function.m-transactionssent":["m_transactionssent","Check to see if outgoing buffer is clear","refentry"],"function.m-transinqueue":["m_transinqueue","Number of transactions in client-queue","refentry"],"function.m-transkeyval":["m_transkeyval","Add key\/value pair to a transaction. Replaces deprecated transparam()","refentry"],"function.m-transnew":["m_transnew","Start a new transaction","refentry"],"function.m-transsend":["m_transsend","Finalize and send the transaction","refentry"],"function.m-uwait":["m_uwait","Wait x microsecs","refentry"],"function.m-validateidentifier":["m_validateidentifier","Whether or not to validate the passed identifier on any transaction it is passed to","refentry"],"function.m-verifyconnection":["m_verifyconnection","Set whether or not to PING upon connect to verify connection","refentry"],"function.m-verifysslcert":["m_verifysslcert","Set whether or not to verify the server ssl certificate","refentry"],"book.mcve":["MCVE","MCVE (Monetra) Payment","book"],"function.calcul-hmac":["calcul_hmac","Obtain a hmac key (needs 8 arguments)","refentry"],"function.calculhmac":["calculhmac","Obtain a hmac key (needs 2 arguments)","refentry"],"function.nthmac":["nthmac","Obtain a nthmac key (needs 2 arguments)","refentry"],"function.signeurlpaiement":["signeurlpaiement","Obtain the payment url (needs 2 arguments)","refentry"],"book.spplus":["SPPLUS","SPPLUS Payment System","book"],"function.crack-check":["crack_check","Performs an obscure check with the given password","refentry"],"function.crack-closedict":["crack_closedict","Closes an open CrackLib dictionary","refentry"],"function.crack-getlastmessage":["crack_getlastmessage","Returns the message from the last obscure check","refentry"],"function.crack-opendict":["crack_opendict","Opens a new CrackLib dictionary","refentry"],"book.crack":["Crack","Cracklib","book"],"function.hash-algos":["hash_algos","Return a list of registered hashing algorithms","refentry"],"function.hash-copy":["hash_copy","Copy hashing context","refentry"],"function.hash-file":["hash_file","Generate a hash value using the contents of a given file","refentry"],"function.hash-final":["hash_final","Finalize an incremental hash and return resulting digest","refentry"],"function.hash-hmac-file":["hash_hmac_file","Generate a keyed hash value using the HMAC method and the contents of a given file","refentry"],"function.hash-hmac":["hash_hmac","Generate a keyed hash value using the HMAC method","refentry"],"function.hash-init":["hash_init","Initialize an incremental hashing context","refentry"],"function.hash-pbkdf2":["hash_pbkdf2","Generate a PBKDF2 key derivation of a supplied password","refentry"],"function.hash-update-file":["hash_update_file","Pump data into an active hashing context from a file","refentry"],"function.hash-update-stream":["hash_update_stream","Pump data into an active hashing context from an open stream","refentry"],"function.hash-update":["hash_update","Pump data into an active hashing context","refentry"],"function.hash":["hash","Generate a hash value (message digest)","refentry"],"book.hash":["Hash","HASH Message Digest Framework","book"],"function.mcrypt-cbc":["mcrypt_cbc","Encrypts\/decrypts data in CBC mode","refentry"],"function.mcrypt-cfb":["mcrypt_cfb","Encrypts\/decrypts data in CFB mode","refentry"],"function.mcrypt-create-iv":["mcrypt_create_iv","Creates an initialization vector (IV) from a random source","refentry"],"function.mcrypt-decrypt":["mcrypt_decrypt","Decrypts crypttext with given parameters","refentry"],"function.mcrypt-ecb":["mcrypt_ecb","Deprecated: Encrypts\/decrypts data in ECB mode","refentry"],"function.mcrypt-enc-get-algorithms-name":["mcrypt_enc_get_algorithms_name","Returns the name of the opened algorithm","refentry"],"function.mcrypt-enc-get-block-size":["mcrypt_enc_get_block_size","Returns the blocksize of the opened algorithm","refentry"],"function.mcrypt-enc-get-iv-size":["mcrypt_enc_get_iv_size","Returns the size of the IV of the opened algorithm","refentry"],"function.mcrypt-enc-get-key-size":["mcrypt_enc_get_key_size","Returns the maximum supported keysize of the opened mode","refentry"],"function.mcrypt-enc-get-modes-name":["mcrypt_enc_get_modes_name","Returns the name of the opened mode","refentry"],"function.mcrypt-enc-get-supported-key-sizes":["mcrypt_enc_get_supported_key_sizes","Returns an array with the supported keysizes of the opened algorithm","refentry"],"function.mcrypt-enc-is-block-algorithm-mode":["mcrypt_enc_is_block_algorithm_mode","Checks whether the encryption of the opened mode works on blocks","refentry"],"function.mcrypt-enc-is-block-algorithm":["mcrypt_enc_is_block_algorithm","Checks whether the algorithm of the opened mode is a block algorithm","refentry"],"function.mcrypt-enc-is-block-mode":["mcrypt_enc_is_block_mode","Checks whether the opened mode outputs blocks","refentry"],"function.mcrypt-enc-self-test":["mcrypt_enc_self_test","Runs a self test on the opened module","refentry"],"function.mcrypt-encrypt":["mcrypt_encrypt","Encrypts plaintext with given parameters","refentry"],"function.mcrypt-generic-deinit":["mcrypt_generic_deinit","This function deinitializes an encryption module","refentry"],"function.mcrypt-generic-end":["mcrypt_generic_end","This function terminates encryption","refentry"],"function.mcrypt-generic-init":["mcrypt_generic_init","This function initializes all buffers needed for encryption","refentry"],"function.mcrypt-generic":["mcrypt_generic","This function encrypts data","refentry"],"function.mcrypt-get-block-size":["mcrypt_get_block_size","Gets the block size of the specified cipher","refentry"],"function.mcrypt-get-cipher-name":["mcrypt_get_cipher_name","Gets the name of the specified cipher","refentry"],"function.mcrypt-get-iv-size":["mcrypt_get_iv_size","Returns the size of the IV belonging to a specific cipher\/mode combination","refentry"],"function.mcrypt-get-key-size":["mcrypt_get_key_size","Gets the key size of the specified cipher","refentry"],"function.mcrypt-list-algorithms":["mcrypt_list_algorithms","Gets an array of all supported ciphers","refentry"],"function.mcrypt-list-modes":["mcrypt_list_modes","Gets an array of all supported modes","refentry"],"function.mcrypt-module-close":["mcrypt_module_close","Closes the mcrypt module","refentry"],"function.mcrypt-module-get-algo-block-size":["mcrypt_module_get_algo_block_size","Returns the blocksize of the specified algorithm","refentry"],"function.mcrypt-module-get-algo-key-size":["mcrypt_module_get_algo_key_size","Returns the maximum supported keysize of the opened mode","refentry"],"function.mcrypt-module-get-supported-key-sizes":["mcrypt_module_get_supported_key_sizes","Returns an array with the supported keysizes of the opened algorithm","refentry"],"function.mcrypt-module-is-block-algorithm-mode":["mcrypt_module_is_block_algorithm_mode","Returns if the specified module is a block algorithm or not","refentry"],"function.mcrypt-module-is-block-algorithm":["mcrypt_module_is_block_algorithm","This function checks whether the specified algorithm is a block algorithm","refentry"],"function.mcrypt-module-is-block-mode":["mcrypt_module_is_block_mode","Returns if the specified mode outputs blocks or not","refentry"],"function.mcrypt-module-open":["mcrypt_module_open","Opens the module of the algorithm and the mode to be used","refentry"],"function.mcrypt-module-self-test":["mcrypt_module_self_test","This function runs a self test on the specified module","refentry"],"function.mcrypt-ofb":["mcrypt_ofb","Encrypts\/decrypts data in OFB mode","refentry"],"function.mdecrypt-generic":["mdecrypt_generic","Decrypts data","refentry"],"function.mhash-count":["mhash_count","Gets the highest available hash ID","refentry"],"function.mhash-get-block-size":["mhash_get_block_size","Gets the block size of the specified hash","refentry"],"function.mhash-get-hash-name":["mhash_get_hash_name","Gets the name of the specified hash","refentry"],"function.mhash-keygen-s2k":["mhash_keygen_s2k","Generates a key","refentry"],"function.mhash":["mhash","Computes hash","refentry"],"function.openssl-cipher-iv-length":["openssl_cipher_iv_length","Gets the cipher iv length","refentry"],"function.openssl-csr-export-to-file":["openssl_csr_export_to_file","Exports a CSR to a file","refentry"],"function.openssl-csr-export":["openssl_csr_export","Exports a CSR as a string","refentry"],"function.openssl-csr-get-public-key":["openssl_csr_get_public_key","Returns the public key of a CERT","refentry"],"function.openssl-csr-get-subject":["openssl_csr_get_subject","Returns the subject of a CERT","refentry"],"function.openssl-csr-new":["openssl_csr_new","Generates a CSR","refentry"],"function.openssl-csr-sign":["openssl_csr_sign","Sign a CSR with another certificate (or itself) and generate a certificate","refentry"],"function.openssl-decrypt":["openssl_decrypt","Decrypts data","refentry"],"function.openssl-dh-compute-key":["openssl_dh_compute_key","Computes shared secret for public value of remote DH key and local DH key","refentry"],"function.openssl-digest":["openssl_digest","Computes a digest","refentry"],"function.openssl-encrypt":["openssl_encrypt","Encrypts data","refentry"],"function.openssl-error-string":["openssl_error_string","Return openSSL error message","refentry"],"function.openssl-free-key":["openssl_free_key","Free key resource","refentry"],"function.openssl-get-cipher-methods":["openssl_get_cipher_methods","Gets available cipher methods","refentry"],"function.openssl-get-md-methods":["openssl_get_md_methods","Gets available digest methods","refentry"],"function.openssl-get-privatekey":["openssl_get_privatekey","Alias of openssl_pkey_get_private","refentry"],"function.openssl-get-publickey":["openssl_get_publickey","Alias of openssl_pkey_get_public","refentry"],"function.openssl-open":["openssl_open","Open sealed data","refentry"],"function.openssl-pbkdf2":["openssl_pbkdf2","Generates a PKCS5 v2 PBKDF2 string, defaults to SHA-1","refentry"],"function.openssl-pkcs12-export-to-file":["openssl_pkcs12_export_to_file","Exports a PKCS#12 Compatible Certificate Store File","refentry"],"function.openssl-pkcs12-export":["openssl_pkcs12_export","Exports a PKCS#12 Compatible Certificate Store File to variable.","refentry"],"function.openssl-pkcs12-read":["openssl_pkcs12_read","Parse a PKCS#12 Certificate Store into an array","refentry"],"function.openssl-pkcs7-decrypt":["openssl_pkcs7_decrypt","Decrypts an S\/MIME encrypted message","refentry"],"function.openssl-pkcs7-encrypt":["openssl_pkcs7_encrypt","Encrypt an S\/MIME message","refentry"],"function.openssl-pkcs7-sign":["openssl_pkcs7_sign","Sign an S\/MIME message","refentry"],"function.openssl-pkcs7-verify":["openssl_pkcs7_verify","Verifies the signature of an S\/MIME signed message","refentry"],"function.openssl-pkey-export-to-file":["openssl_pkey_export_to_file","Gets an exportable representation of a key into a file","refentry"],"function.openssl-pkey-export":["openssl_pkey_export","Gets an exportable representation of a key into a string","refentry"],"function.openssl-pkey-free":["openssl_pkey_free","Frees a private key","refentry"],"function.openssl-pkey-get-details":["openssl_pkey_get_details","Returns an array with the key details","refentry"],"function.openssl-pkey-get-private":["openssl_pkey_get_private","Get a private key","refentry"],"function.openssl-pkey-get-public":["openssl_pkey_get_public","Extract public key from certificate and prepare it for use","refentry"],"function.openssl-pkey-new":["openssl_pkey_new","Generates a new private key","refentry"],"function.openssl-private-decrypt":["openssl_private_decrypt","Decrypts data with private key","refentry"],"function.openssl-private-encrypt":["openssl_private_encrypt","Encrypts data with private key","refentry"],"function.openssl-public-decrypt":["openssl_public_decrypt","Decrypts data with public key","refentry"],"function.openssl-public-encrypt":["openssl_public_encrypt","Encrypts data with public key","refentry"],"function.openssl-random-pseudo-bytes":["openssl_random_pseudo_bytes","Generate a pseudo-random string of bytes","refentry"],"function.openssl-seal":["openssl_seal","Seal (encrypt) data","refentry"],"function.openssl-sign":["openssl_sign","Generate signature","refentry"],"function.openssl-verify":["openssl_verify","Verify signature","refentry"],"function.openssl-x509-check-private-key":["openssl_x509_check_private_key","Checks if a private key corresponds to a certificate","refentry"],"function.openssl-x509-checkpurpose":["openssl_x509_checkpurpose","Verifies if a certificate can be used for a particular purpose","refentry"],"function.openssl-x509-export-to-file":["openssl_x509_export_to_file","Exports a certificate to file","refentry"],"function.openssl-x509-export":["openssl_x509_export","Exports a certificate as a string","refentry"],"function.openssl-x509-free":["openssl_x509_free","Free certificate resource","refentry"],"function.openssl-x509-parse":["openssl_x509_parse","Parse an X509 certificate and return the information as an array","refentry"],"function.openssl-x509-read":["openssl_x509_read","Parse an X.509 certificate and return a resource identifier for\n it","refentry"],"function.password-get-info":["password_get_info","Returns information about the given hash","refentry"],"function.password-hash":["password_hash","Creates a password hash","refentry"],"function.password-needs-rehash":["password_needs_rehash","Checks if the given hash matches the given options","refentry"],"function.password-verify":["password_verify","Verifies that a password matches a hash","refentry"],"function.dba-close":["dba_close","Close a DBA database","refentry"],"function.dba-delete":["dba_delete","Delete DBA entry specified by key","refentry"],"function.dba-exists":["dba_exists","Check whether key exists","refentry"],"function.dba-fetch":["dba_fetch","Fetch data specified by key","refentry"],"function.dba-firstkey":["dba_firstkey","Fetch first key","refentry"],"function.dba-handlers":["dba_handlers","List all the handlers available","refentry"],"function.dba-insert":["dba_insert","Insert entry","refentry"],"function.dba-key-split":["dba_key_split","Splits a key in string representation into array representation","refentry"],"function.dba-list":["dba_list","List all open database files","refentry"],"function.dba-nextkey":["dba_nextkey","Fetch next key","refentry"],"function.dba-open":["dba_open","Open database","refentry"],"function.dba-optimize":["dba_optimize","Optimize database","refentry"],"function.dba-popen":["dba_popen","Open database persistently","refentry"],"function.dba-replace":["dba_replace","Replace or insert entry","refentry"],"function.dba-sync":["dba_sync","Synchronize database","refentry"],"book.dba":["DBA","Database (dbm-style) Abstraction Layer","book"],"function.dbx-close":["dbx_close","Close an open connection\/database","refentry"],"function.dbx-compare":["dbx_compare","Compare two rows for sorting purposes","refentry"],"function.dbx-connect":["dbx_connect","Open a connection\/database","refentry"],"function.dbx-error":["dbx_error","Report the error message of the latest function call in the module","refentry"],"function.dbx-escape-string":["dbx_escape_string","Escape a string so it can safely be used in an sql-statement","refentry"],"function.dbx-fetch-row":["dbx_fetch_row","Fetches rows from a query-result that had the \n DBX_RESULT_UNBUFFERED flag set","refentry"],"function.dbx-query":["dbx_query","Send a query and fetch all results (if any)","refentry"],"function.dbx-sort":["dbx_sort","Sort a result from a dbx_query by a custom sort function","refentry"],"function.odbc-autocommit":["odbc_autocommit","Toggle autocommit behaviour","refentry"],"function.odbc-binmode":["odbc_binmode","Handling of binary column data","refentry"],"function.odbc-close-all":["odbc_close_all","Close all ODBC connections","refentry"],"function.odbc-close":["odbc_close","Close an ODBC connection","refentry"],"function.odbc-columnprivileges":["odbc_columnprivileges","Lists columns and associated privileges for the given table","refentry"],"function.odbc-columns":["odbc_columns","Lists the column names in specified tables","refentry"],"function.odbc-commit":["odbc_commit","Commit an ODBC transaction","refentry"],"function.odbc-connect":["odbc_connect","Connect to a datasource","refentry"],"function.odbc-cursor":["odbc_cursor","Get cursorname","refentry"],"function.odbc-data-source":["odbc_data_source","Returns information about a current connection","refentry"],"function.odbc-do":["odbc_do","Alias of odbc_exec","refentry"],"function.odbc-error":["odbc_error","Get the last error code","refentry"],"function.odbc-errormsg":["odbc_errormsg","Get the last error message","refentry"],"function.odbc-exec":["odbc_exec","Prepare and execute an SQL statement","refentry"],"function.odbc-execute":["odbc_execute","Execute a prepared statement","refentry"],"function.odbc-fetch-array":["odbc_fetch_array","Fetch a result row as an associative array","refentry"],"function.odbc-fetch-into":["odbc_fetch_into","Fetch one result row into array","refentry"],"function.odbc-fetch-object":["odbc_fetch_object","Fetch a result row as an object","refentry"],"function.odbc-fetch-row":["odbc_fetch_row","Fetch a row","refentry"],"function.odbc-field-len":["odbc_field_len","Get the length (precision) of a field","refentry"],"function.odbc-field-name":["odbc_field_name","Get the columnname","refentry"],"function.odbc-field-num":["odbc_field_num","Return column number","refentry"],"function.odbc-field-precision":["odbc_field_precision","Alias of odbc_field_len","refentry"],"function.odbc-field-scale":["odbc_field_scale","Get the scale of a field","refentry"],"function.odbc-field-type":["odbc_field_type","Datatype of a field","refentry"],"function.odbc-foreignkeys":["odbc_foreignkeys","Retrieves a list of foreign keys","refentry"],"function.odbc-free-result":["odbc_free_result","Free resources associated with a result","refentry"],"function.odbc-gettypeinfo":["odbc_gettypeinfo","Retrieves information about data types supported by the data source","refentry"],"function.odbc-longreadlen":["odbc_longreadlen","Handling of LONG columns","refentry"],"function.odbc-next-result":["odbc_next_result","Checks if multiple results are available","refentry"],"function.odbc-num-fields":["odbc_num_fields","Number of columns in a result","refentry"],"function.odbc-num-rows":["odbc_num_rows","Number of rows in a result","refentry"],"function.odbc-pconnect":["odbc_pconnect","Open a persistent database connection","refentry"],"function.odbc-prepare":["odbc_prepare","Prepares a statement for execution","refentry"],"function.odbc-primarykeys":["odbc_primarykeys","Gets the primary keys for a table","refentry"],"function.odbc-procedurecolumns":["odbc_procedurecolumns","Retrieve information about parameters to procedures","refentry"],"function.odbc-procedures":["odbc_procedures","Get the list of procedures stored in a specific data source","refentry"],"function.odbc-result-all":["odbc_result_all","Print result as HTML table","refentry"],"function.odbc-result":["odbc_result","Get result data","refentry"],"function.odbc-rollback":["odbc_rollback","Rollback a transaction","refentry"],"function.odbc-setoption":["odbc_setoption","Adjust ODBC settings","refentry"],"function.odbc-specialcolumns":["odbc_specialcolumns","Retrieves special columns","refentry"],"function.odbc-statistics":["odbc_statistics","Retrieve statistics about a table","refentry"],"function.odbc-tableprivileges":["odbc_tableprivileges","Lists tables and the privileges associated with each table","refentry"],"function.odbc-tables":["odbc_tables","Get the list of table names stored in a specific data source","refentry"],"book.uodbc":["ODBC","ODBC (Unified)","book"],"pdo.begintransaction":["PDO::beginTransaction","Initiates a transaction","refentry"],"pdo.commit":["PDO::commit","Commits a transaction","refentry"],"pdo.construct":["PDO::__construct","Creates a PDO instance representing a connection to a database","refentry"],"pdo.errorcode":["PDO::errorCode","Fetch the SQLSTATE associated with the last operation on the database handle","refentry"],"pdo.errorinfo":["PDO::errorInfo","Fetch extended error information associated with the last operation on the database handle","refentry"],"pdo.exec":["PDO::exec","Execute an SQL statement and return the number of affected rows","refentry"],"pdo.getattribute":["PDO::getAttribute","Retrieve a database connection attribute","refentry"],"pdo.getavailabledrivers":["PDO::getAvailableDrivers","Return an array of available PDO drivers","refentry"],"pdo.intransaction":["PDO::inTransaction","Checks if inside a transaction","refentry"],"pdo.lastinsertid":["PDO::lastInsertId","Returns the ID of the last inserted row or sequence value","refentry"],"pdo.prepare":["PDO::prepare","Prepares a statement for execution and returns a statement object","refentry"],"pdo.query":["PDO::query","Executes an SQL statement, returning a result set as a PDOStatement object","refentry"],"pdo.quote":["PDO::quote","Quotes a string for use in a query.","refentry"],"pdo.rollback":["PDO::rollBack","Rolls back a transaction","refentry"],"pdo.setattribute":["PDO::setAttribute","Set an attribute","refentry"],"class.pdo":["PDO","The PDO class","phpdoc:classref"],"pdostatement.bindcolumn":["PDOStatement::bindColumn","Bind a column to a PHP variable","refentry"],"pdostatement.bindparam":["PDOStatement::bindParam","Binds a parameter to the specified variable name","refentry"],"pdostatement.bindvalue":["PDOStatement::bindValue","Binds a value to a parameter","refentry"],"pdostatement.closecursor":["PDOStatement::closeCursor","Closes the cursor, enabling the statement to be executed again.","refentry"],"pdostatement.columncount":["PDOStatement::columnCount","Returns the number of columns in the result set","refentry"],"pdostatement.debugdumpparams":["PDOStatement::debugDumpParams","Dump an SQL prepared command","refentry"],"pdostatement.errorcode":["PDOStatement::errorCode","Fetch the SQLSTATE associated with the last operation on the statement handle","refentry"],"pdostatement.errorinfo":["PDOStatement::errorInfo","Fetch extended error information associated with the last operation on the statement handle","refentry"],"pdostatement.execute":["PDOStatement::execute","Executes a prepared statement","refentry"],"pdostatement.fetch":["PDOStatement::fetch","Fetches the next row from a result set","refentry"],"pdostatement.fetchall":["PDOStatement::fetchAll","Returns an array containing all of the result set rows","refentry"],"pdostatement.fetchcolumn":["PDOStatement::fetchColumn","Returns a single column from the next row of a result set","refentry"],"pdostatement.fetchobject":["PDOStatement::fetchObject","Fetches the next row and returns it as an object.","refentry"],"pdostatement.getattribute":["PDOStatement::getAttribute","Retrieve a statement attribute","refentry"],"pdostatement.getcolumnmeta":["PDOStatement::getColumnMeta","Returns metadata for a column in a result set","refentry"],"pdostatement.nextrowset":["PDOStatement::nextRowset","Advances to the next rowset in a multi-rowset statement handle","refentry"],"pdostatement.rowcount":["PDOStatement::rowCount","Returns the number of rows affected by the last SQL statement","refentry"],"pdostatement.setattribute":["PDOStatement::setAttribute","Set a statement attribute","refentry"],"pdostatement.setfetchmode":["PDOStatement::setFetchMode","Set the default fetch mode for this statement","refentry"],"class.pdostatement":["PDOStatement","The PDOStatement class","phpdoc:classref"],"class.pdoexception":["PDOException","The PDOException class","phpdoc:exceptionref"],"ref.pdo-cubrid.connection":["PDO_CUBRID DSN","Connecting to CUBRID databases","refentry"],"pdo.cubrid-schema":["PDO::cubrid_schema","Get the requested schema information","refentry"],"ref.pdo-cubrid":["CUBRID (PDO)","CUBRID Functions (PDO_CUBRID)","reference"],"ref.pdo-dblib.connection":["PDO_DBLIB DSN","Connecting to Microsoft SQL Server and Sybase databases","refentry"],"ref.pdo-dblib":["MS SQL Server (PDO)","Microsoft SQL Server and Sybase Functions (PDO_DBLIB)","reference"],"ref.pdo-firebird.connection":["PDO_FIREBIRD DSN","Connecting to Firebird databases","refentry"],"ref.pdo-firebird":["Firebird (PDO)","Firebird Functions (PDO_FIREBIRD)","reference"],"ref.pdo-ibm.connection":["PDO_IBM DSN","Connecting to IBM databases","refentry"],"ref.pdo-ibm":["IBM (PDO)","IBM Functions (PDO_IBM)","reference"],"ref.pdo-informix.connection":["PDO_INFORMIX DSN","Connecting to Informix databases","refentry"],"ref.pdo-informix":["Informix (PDO)","Informix Functions (PDO_INFORMIX)","reference"],"ref.pdo-mysql.connection":["PDO_MYSQL DSN","Connecting to MySQL databases","refentry"],"ref.pdo-mysql":["MySQL (PDO)","MySQL Functions (PDO_MYSQL)","reference"],"ref.pdo-sqlsrv.connection":["PDO_SQLSRV DSN","Connecting to MS SQL Server and SQL Azure databases","refentry"],"ref.pdo-sqlsrv":["MS SQL Server (PDO)","Microsoft SQL Server Functions (PDO_SQLSRV)","reference"],"ref.pdo-oci.connection":["PDO_OCI DSN","Connecting to Oracle databases","refentry"],"ref.pdo-oci":["Oracle (PDO)","Oracle Functions (PDO_OCI)","reference"],"ref.pdo-odbc.connection":["PDO_ODBC DSN","Connecting to ODBC or DB2 databases","refentry"],"ref.pdo-odbc":["ODBC and DB2 (PDO)","ODBC and DB2 Functions (PDO_ODBC)","reference"],"ref.pdo-pgsql.connection":["PDO_PGSQL DSN","Connecting to PostgreSQL databases","refentry"],"pdo.pgsqllobcreate":["PDO::pgsqlLOBCreate","Creates a new large object","refentry"],"pdo.pgsqllobopen":["PDO::pgsqlLOBOpen","Opens an existing large object stream","refentry"],"pdo.pgsqllobunlink":["PDO::pgsqlLOBUnlink","Deletes the large object","refentry"],"ref.pdo-pgsql":["PostgreSQL (PDO)","PostgreSQL Functions (PDO_PGSQL)","reference"],"ref.pdo-sqlite.connection":["PDO_SQLITE DSN","Connecting to SQLite databases","refentry"],"pdo.sqlitecreateaggregate":["PDO::sqliteCreateAggregate","Registers an aggregating User Defined Function for use in SQL statements","refentry"],"pdo.sqlitecreatefunction":["PDO::sqliteCreateFunction","Registers a User Defined Function for use in SQL statements","refentry"],"ref.pdo-sqlite":["SQLite (PDO)","SQLite Functions (PDO_SQLITE)","reference"],"ref.pdo-4d.connection":["PDO_4D DSN","Connecting to 4D SQL server","refentry"],"pdo-4d.constants":["Constants for PDO_4D","Constants for PDO_4D","refentry"],"pdo-4d.sqltypes":["SQL types with PDO_4D and PHP","SQL types with PDO_4D and PHP","refentry"],"ref.pdo-4d.sql4d":["SQL acceptable by 4D","PDO and SQL 4D","refentry"],"pdo-4d.examples":["Examples with PDO_4D","Examples PDO_4D","refentry"],"ref.pdo-4d":["4D (PDO)","4D Functions (PDO_4D)","reference"],"book.pdo":["PDO","PHP Data Objects","book"],"function.cubrid-bind":["cubrid_bind","Bind variables to a prepared statement as parameters","refentry"],"function.cubrid-close-prepare":["cubrid_close_prepare","Close the request handle","refentry"],"function.cubrid-close-request":["cubrid_close_request","Close the request handle","refentry"],"function.cubrid-col-get":["cubrid_col_get","Get contents of collection type column using OID","refentry"],"function.cubrid-col-size":["cubrid_col_size","Get the number of elements in collection type column using OID","refentry"],"function.cubrid-column-names":["cubrid_column_names","Get the column names in result","refentry"],"function.cubrid-column-types":["cubrid_column_types","Get column types in result","refentry"],"function.cubrid-commit":["cubrid_commit","Commit a transaction","refentry"],"function.cubrid-connect-with-url":["cubrid_connect_with_url","Establish the environment for connecting to CUBRID server","refentry"],"function.cubrid-connect":["cubrid_connect","Open a connection to a CUBRID Server","refentry"],"function.cubrid-current-oid":["cubrid_current_oid","Get OID of the current cursor location","refentry"],"function.cubrid-disconnect":["cubrid_disconnect","Close a database connection","refentry"],"function.cubrid-drop":["cubrid_drop","Delete an instance using OID","refentry"],"function.cubrid-error-code-facility":["cubrid_error_code_facility","Get the facility code of error","refentry"],"function.cubrid-error-code":["cubrid_error_code","Get error code for the most recent function call","refentry"],"function.cubrid-error-msg":["cubrid_error_msg","Get last error message for the most recent function call","refentry"],"function.cubrid-execute":["cubrid_execute","Execute a prepared SQL statement","refentry"],"function.cubrid-fetch":["cubrid_fetch","Fetch the next row from a result set","refentry"],"function.cubrid-free-result":["cubrid_free_result","Free the memory occupied by the result data","refentry"],"function.cubrid-get-autocommit":["cubrid_get_autocommit","Get auto-commit mode of the connection","refentry"],"function.cubrid-get-charset":["cubrid_get_charset","Return the current CUBRID connection charset","refentry"],"function.cubrid-get-class-name":["cubrid_get_class_name","Get the class name using OID","refentry"],"function.cubrid-get-client-info":["cubrid_get_client_info","Return the client library version","refentry"],"function.cubrid-get-db-parameter":["cubrid_get_db_parameter","Returns the CUBRID database parameters","refentry"],"function.cubrid-get-query-timeout":["cubrid_get_query_timeout","Get the query timeout value of the request","refentry"],"function.cubrid-get-server-info":["cubrid_get_server_info","Return the CUBRID server version","refentry"],"function.cubrid-get":["cubrid_get","Get a column using OID","refentry"],"function.cubrid-insert-id":["cubrid_insert_id","Return the ID generated for the last updated AUTO_INCREMENT column","refentry"],"function.cubrid-is-instance":["cubrid_is_instance","Check whether the instance pointed by OID exists","refentry"],"function.cubrid-lob-close":["cubrid_lob_close","Close BLOB\/CLOB data","refentry"],"function.cubrid-lob-export":["cubrid_lob_export","Export BLOB\/CLOB data to file","refentry"],"function.cubrid-lob-get":["cubrid_lob_get","Get BLOB\/CLOB data","refentry"],"function.cubrid-lob-send":["cubrid_lob_send","Read BLOB\/CLOB data and send straight to browser","refentry"],"function.cubrid-lob-size":["cubrid_lob_size","Get BLOB\/CLOB data size","refentry"],"function.cubrid-lob2-bind":["cubrid_lob2_bind","Bind a lob object or a string as a lob object to a prepared statement as parameters.","refentry"],"function.cubrid-lob2-close":["cubrid_lob2_close","Close LOB object.","refentry"],"function.cubrid-lob2-export":["cubrid_lob2_export","Export the lob object to a file.","refentry"],"function.cubrid-lob2-import":["cubrid_lob2_import","Import BLOB\/CLOB data from a file.","refentry"],"function.cubrid-lob2-new":["cubrid_lob2_new","Create a lob object.","refentry"],"function.cubrid-lob2-read":["cubrid_lob2_read","Read from BLOB\/CLOB data.","refentry"],"function.cubrid-lob2-seek64":["cubrid_lob2_seek64","Move the cursor of a lob object.","refentry"],"function.cubrid-lob2-seek":["cubrid_lob2_seek","Move the cursor of a lob object.","refentry"],"function.cubrid-lob2-size64":["cubrid_lob2_size64","Get a lob object's size.","refentry"],"function.cubrid-lob2-size":["cubrid_lob2_size","Get a lob object's size.","refentry"],"function.cubrid-lob2-tell64":["cubrid_lob2_tell64","Tell the cursor position of the LOB object.","refentry"],"function.cubrid-lob2-tell":["cubrid_lob2_tell","Tell the cursor position of the LOB object.","refentry"],"function.cubrid-lob2-write":["cubrid_lob2_write","Write to a lob object.","refentry"],"function.cubrid-lock-read":["cubrid_lock_read","Set a read lock on the given OID","refentry"],"function.cubrid-lock-write":["cubrid_lock_write","Set a write lock on the given OID","refentry"],"function.cubrid-move-cursor":["cubrid_move_cursor","Move the cursor in the result","refentry"],"function.cubrid-next-result":["cubrid_next_result","Get result of next query when executing multiple SQL statements","refentry"],"function.cubrid-num-cols":["cubrid_num_cols","Return the number of columns in the result set","refentry"],"function.cubrid-num-rows":["cubrid_num_rows","Get the number of rows in the result set","refentry"],"function.cubrid-pconnect-with-url":["cubrid_pconnect_with_url","Open a persistent connection to CUBRID server","refentry"],"function.cubrid-pconnect":["cubrid_pconnect","Open a persistent connection to a CUBRID server","refentry"],"function.cubrid-prepare":["cubrid_prepare","Prepare a SQL statement for execution","refentry"],"function.cubrid-put":["cubrid_put","Update a column using OID","refentry"],"function.cubrid-rollback":["cubrid_rollback","Roll back a transaction","refentry"],"function.cubrid-schema":["cubrid_schema","Get the requested schema information","refentry"],"function.cubrid-seq-drop":["cubrid_seq_drop","Delete an element from sequence type column using OID","refentry"],"function.cubrid-seq-insert":["cubrid_seq_insert","Insert an element to a sequence type column using OID","refentry"],"function.cubrid-seq-put":["cubrid_seq_put","Update the element value of sequence type column using OID","refentry"],"function.cubrid-set-add":["cubrid_set_add","Insert a single element to set type column using OID","refentry"],"function.cubrid-set-autocommit":["cubrid_set_autocommit","Set autocommit mode of the connection","refentry"],"function.cubrid-set-db-parameter":["cubrid_set_db_parameter","Sets the CUBRID database parameters","refentry"],"function.cubrid-set-drop":["cubrid_set_drop","Delete an element from set type column using OID","refentry"],"function.cubrid-set-query-timeout":["cubrid_set_query_timeout","Set the timeout time of query execution","refentry"],"function.cubrid-version":["cubrid_version","Get the CUBRID PHP module's version","refentry"],"function.cubrid-affected-rows":["cubrid_affected_rows","Return the number of rows affected by the last SQL statement","refentry"],"function.cubrid-client-encoding":["cubrid_client_encoding","Return the current CUBRID connection charset","refentry"],"function.cubrid-close":["cubrid_close","Close CUBRID connection","refentry"],"function.cubrid-data-seek":["cubrid_data_seek","Move the internal row pointer of the CUBRID result","refentry"],"function.cubrid-db-name":["cubrid_db_name","Get db name from results of cubrid_list_dbs","refentry"],"function.cubrid-errno":["cubrid_errno","Return the numerical value of the error message from previous CUBRID operation","refentry"],"function.cubrid-error":["cubrid_error","Get the error message","refentry"],"function.cubrid-fetch-array":["cubrid_fetch_array","Fetch a result row as an associative array, a numeric array, or both","refentry"],"function.cubrid-fetch-assoc":["cubrid_fetch_assoc","Return the associative array that corresponds to the fetched row","refentry"],"function.cubrid-fetch-field":["cubrid_fetch_field","Get column information from a result and return as an object","refentry"],"function.cubrid-fetch-lengths":["cubrid_fetch_lengths","Return an array with the lengths of the values of each field from the current row","refentry"],"function.cubrid-fetch-object":["cubrid_fetch_object","Fetche the next row and returns it as an object","refentry"],"function.cubrid-fetch-row":["cubrid_fetch_row","Return a numerical array with the values of the current row","refentry"],"function.cubrid-field-flags":["cubrid_field_flags","Return a string with the flags of the given field offset","refentry"],"function.cubrid-field-len":["cubrid_field_len","Get the maximum length of the specified field","refentry"],"function.cubrid-field-name":["cubrid_field_name","Return the name of the specified field index","refentry"],"function.cubrid-field-seek":["cubrid_field_seek","Move the result set cursor to the specified field offset","refentry"],"function.cubrid-field-table":["cubrid_field_table","Return the name of the table of the specified field","refentry"],"function.cubrid-field-type":["cubrid_field_type","Return the type of the column corresponding to the given field offset","refentry"],"function.cubrid-list-dbs":["cubrid_list_dbs","Return an array with the list of all existing CUBRID databases","refentry"],"function.cubrid-num-fields":["cubrid_num_fields","Return the number of columns in the result set","refentry"],"function.cubrid-ping":["cubrid_ping","Ping a server connection or reconnect if there is no connection","refentry"],"function.cubrid-query":["cubrid_query","Send a CUBRID query","refentry"],"function.cubrid-real-escape-string":["cubrid_real_escape_string","Escape special characters in a string for use in an SQL statement","refentry"],"function.cubrid-result":["cubrid_result","Return the value of a specific field in a specific row","refentry"],"function.cubrid-unbuffered-query":["cubrid_unbuffered_query","Perform a query without fetching the results into memory","refentry"],"function.cubrid-load-from-glo":["cubrid_load_from_glo","Read data from a GLO instance and save it in a file","refentry"],"function.cubrid-new-glo":["cubrid_new_glo","Create a glo instance","refentry"],"function.cubrid-save-to-glo":["cubrid_save_to_glo","Save requested file in a GLO instance","refentry"],"function.cubrid-send-glo":["cubrid_send_glo","Read data from glo and send it to std output","refentry"],"book.cubrid":["CUBRID","CUBRID","book"],"function.dbplus-add":["dbplus_add","Add a tuple to a relation","refentry"],"function.dbplus-aql":["dbplus_aql","Perform AQL query","refentry"],"function.dbplus-chdir":["dbplus_chdir","Get\/Set database virtual current directory","refentry"],"function.dbplus-close":["dbplus_close","Close a relation","refentry"],"function.dbplus-curr":["dbplus_curr","Get current tuple from relation","refentry"],"function.dbplus-errcode":["dbplus_errcode","Get error string for given errorcode or last error","refentry"],"function.dbplus-errno":["dbplus_errno","Get error code for last operation","refentry"],"function.dbplus-find":["dbplus_find","Set a constraint on a relation","refentry"],"function.dbplus-first":["dbplus_first","Get first tuple from relation","refentry"],"function.dbplus-flush":["dbplus_flush","Flush all changes made on a relation","refentry"],"function.dbplus-freealllocks":["dbplus_freealllocks","Free all locks held by this client","refentry"],"function.dbplus-freelock":["dbplus_freelock","Release write lock on tuple","refentry"],"function.dbplus-freerlocks":["dbplus_freerlocks","Free all tuple locks on given relation","refentry"],"function.dbplus-getlock":["dbplus_getlock","Get a write lock on a tuple","refentry"],"function.dbplus-getunique":["dbplus_getunique","Get an id number unique to a relation","refentry"],"function.dbplus-info":["dbplus_info","Get information about a relation","refentry"],"function.dbplus-last":["dbplus_last","Get last tuple from relation","refentry"],"function.dbplus-lockrel":["dbplus_lockrel","Request write lock on relation","refentry"],"function.dbplus-next":["dbplus_next","Get next tuple from relation","refentry"],"function.dbplus-open":["dbplus_open","Open relation file","refentry"],"function.dbplus-prev":["dbplus_prev","Get previous tuple from relation","refentry"],"function.dbplus-rchperm":["dbplus_rchperm","Change relation permissions","refentry"],"function.dbplus-rcreate":["dbplus_rcreate","Creates a new DB++ relation","refentry"],"function.dbplus-rcrtexact":["dbplus_rcrtexact","Creates an exact but empty copy of a relation including indices","refentry"],"function.dbplus-rcrtlike":["dbplus_rcrtlike","Creates an empty copy of a relation with default indices","refentry"],"function.dbplus-resolve":["dbplus_resolve","Resolve host information for relation","refentry"],"function.dbplus-restorepos":["dbplus_restorepos","Restore position","refentry"],"function.dbplus-rkeys":["dbplus_rkeys","Specify new primary key for a relation","refentry"],"function.dbplus-ropen":["dbplus_ropen","Open relation file local","refentry"],"function.dbplus-rquery":["dbplus_rquery","Perform local (raw) AQL query","refentry"],"function.dbplus-rrename":["dbplus_rrename","Rename a relation","refentry"],"function.dbplus-rsecindex":["dbplus_rsecindex","Create a new secondary index for a relation","refentry"],"function.dbplus-runlink":["dbplus_runlink","Remove relation from filesystem","refentry"],"function.dbplus-rzap":["dbplus_rzap","Remove all tuples from relation","refentry"],"function.dbplus-savepos":["dbplus_savepos","Save position","refentry"],"function.dbplus-setindex":["dbplus_setindex","Set index","refentry"],"function.dbplus-setindexbynumber":["dbplus_setindexbynumber","Set index by number","refentry"],"function.dbplus-sql":["dbplus_sql","Perform SQL query","refentry"],"function.dbplus-tcl":["dbplus_tcl","Execute TCL code on server side","refentry"],"function.dbplus-tremove":["dbplus_tremove","Remove tuple and return new current tuple","refentry"],"function.dbplus-undo":["dbplus_undo","Undo","refentry"],"function.dbplus-undoprepare":["dbplus_undoprepare","Prepare undo","refentry"],"function.dbplus-unlockrel":["dbplus_unlockrel","Give up write lock on relation","refentry"],"function.dbplus-unselect":["dbplus_unselect","Remove a constraint from relation","refentry"],"function.dbplus-update":["dbplus_update","Update specified tuple in relation","refentry"],"function.dbplus-xlockrel":["dbplus_xlockrel","Request exclusive lock on relation","refentry"],"function.dbplus-xunlockrel":["dbplus_xunlockrel","Free exclusive lock on relation","refentry"],"function.dbase-add-record":["dbase_add_record","Adds a record to a database","refentry"],"function.dbase-close":["dbase_close","Closes a database","refentry"],"function.dbase-create":["dbase_create","Creates a database","refentry"],"function.dbase-delete-record":["dbase_delete_record","Deletes a record from a database","refentry"],"function.dbase-get-header-info":["dbase_get_header_info","Gets the header info of a database","refentry"],"function.dbase-get-record-with-names":["dbase_get_record_with_names","Gets a record from a database as an associative array","refentry"],"function.dbase-get-record":["dbase_get_record","Gets a record from a database as an indexed array","refentry"],"function.dbase-numfields":["dbase_numfields","Gets the number of fields of a database","refentry"],"function.dbase-numrecords":["dbase_numrecords","Gets the number of records in a database","refentry"],"function.dbase-open":["dbase_open","Opens a database","refentry"],"function.dbase-pack":["dbase_pack","Packs a database","refentry"],"function.dbase-replace-record":["dbase_replace_record","Replaces a record in a database","refentry"],"function.filepro-fieldcount":["filepro_fieldcount","Find out how many fields are in a filePro database","refentry"],"function.filepro-fieldname":["filepro_fieldname","Gets the name of a field","refentry"],"function.filepro-fieldtype":["filepro_fieldtype","Gets the type of a field","refentry"],"function.filepro-fieldwidth":["filepro_fieldwidth","Gets the width of a field","refentry"],"function.filepro-retrieve":["filepro_retrieve","Retrieves data from a filePro database","refentry"],"function.filepro-rowcount":["filepro_rowcount","Find out how many rows are in a filePro database","refentry"],"function.filepro":["filepro","Read and verify the map file","refentry"],"function.ibase-add-user":["ibase_add_user","Add a user to a security database","refentry"],"function.ibase-affected-rows":["ibase_affected_rows","Return the number of rows that were affected by the previous query","refentry"],"function.ibase-backup":["ibase_backup","Initiates a backup task in the service manager and returns immediately","refentry"],"function.ibase-blob-add":["ibase_blob_add","Add data into a newly created blob","refentry"],"function.ibase-blob-cancel":["ibase_blob_cancel","Cancel creating blob","refentry"],"function.ibase-blob-close":["ibase_blob_close","Close blob","refentry"],"function.ibase-blob-create":["ibase_blob_create","Create a new blob for adding data","refentry"],"function.ibase-blob-echo":["ibase_blob_echo","Output blob contents to browser","refentry"],"function.ibase-blob-get":["ibase_blob_get","Get len bytes data from open blob","refentry"],"function.ibase-blob-import":["ibase_blob_import","Create blob, copy file in it, and close it","refentry"],"function.ibase-blob-info":["ibase_blob_info","Return blob length and other useful info","refentry"],"function.ibase-blob-open":["ibase_blob_open","Open blob for retrieving data parts","refentry"],"function.ibase-close":["ibase_close","Close a connection to an InterBase database","refentry"],"function.ibase-commit-ret":["ibase_commit_ret","Commit a transaction without closing it","refentry"],"function.ibase-commit":["ibase_commit","Commit a transaction","refentry"],"function.ibase-connect":["ibase_connect","Open a connection to a database","refentry"],"function.ibase-db-info":["ibase_db_info","Request statistics about a database","refentry"],"function.ibase-delete-user":["ibase_delete_user","Delete a user from a security database","refentry"],"function.ibase-drop-db":["ibase_drop_db","Drops a database","refentry"],"function.ibase-errcode":["ibase_errcode","Return an error code","refentry"],"function.ibase-errmsg":["ibase_errmsg","Return error messages","refentry"],"function.ibase-execute":["ibase_execute","Execute a previously prepared query","refentry"],"function.ibase-fetch-assoc":["ibase_fetch_assoc","Fetch a result row from a query as an associative array","refentry"],"function.ibase-fetch-object":["ibase_fetch_object","Get an object from a InterBase database","refentry"],"function.ibase-fetch-row":["ibase_fetch_row","Fetch a row from an InterBase database","refentry"],"function.ibase-field-info":["ibase_field_info","Get information about a field","refentry"],"function.ibase-free-event-handler":["ibase_free_event_handler","Cancels a registered event handler","refentry"],"function.ibase-free-query":["ibase_free_query","Free memory allocated by a prepared query","refentry"],"function.ibase-free-result":["ibase_free_result","Free a result set","refentry"],"function.ibase-gen-id":["ibase_gen_id","Increments the named generator and returns its new value","refentry"],"function.ibase-maintain-db":["ibase_maintain_db","Execute a maintenance command on the database server","refentry"],"function.ibase-modify-user":["ibase_modify_user","Modify a user to a security database","refentry"],"function.ibase-name-result":["ibase_name_result","Assigns a name to a result set","refentry"],"function.ibase-num-fields":["ibase_num_fields","Get the number of fields in a result set","refentry"],"function.ibase-num-params":["ibase_num_params","Return the number of parameters in a prepared query","refentry"],"function.ibase-param-info":["ibase_param_info","Return information about a parameter in a prepared query","refentry"],"function.ibase-pconnect":["ibase_pconnect","Open a persistent connection to an InterBase database","refentry"],"function.ibase-prepare":["ibase_prepare","Prepare a query for later binding of parameter placeholders and execution","refentry"],"function.ibase-query":["ibase_query","Execute a query on an InterBase database","refentry"],"function.ibase-restore":["ibase_restore","Initiates a restore task in the service manager and returns immediately","refentry"],"function.ibase-rollback-ret":["ibase_rollback_ret","Roll back a transaction without closing it","refentry"],"function.ibase-rollback":["ibase_rollback","Roll back a transaction","refentry"],"function.ibase-server-info":["ibase_server_info","Request information about a database server","refentry"],"function.ibase-service-attach":["ibase_service_attach","Connect to the service manager","refentry"],"function.ibase-service-detach":["ibase_service_detach","Disconnect from the service manager","refentry"],"function.ibase-set-event-handler":["ibase_set_event_handler","Register a callback function to be called when events are posted","refentry"],"function.ibase-trans":["ibase_trans","Begin a transaction","refentry"],"function.ibase-wait-event":["ibase_wait_event","Wait for an event to be posted by the database","refentry"],"function.fbsql-affected-rows":["fbsql_affected_rows","Get number of affected rows in previous FrontBase operation","refentry"],"function.fbsql-autocommit":["fbsql_autocommit","Enable or disable autocommit","refentry"],"function.fbsql-blob-size":["fbsql_blob_size","Get the size of a BLOB","refentry"],"function.fbsql-change-user":["fbsql_change_user","Change logged in user of the active connection","refentry"],"function.fbsql-clob-size":["fbsql_clob_size","Get the size of a CLOB","refentry"],"function.fbsql-close":["fbsql_close","Close FrontBase connection","refentry"],"function.fbsql-commit":["fbsql_commit","Commits a transaction to the database","refentry"],"function.fbsql-connect":["fbsql_connect","Open a connection to a FrontBase Server","refentry"],"function.fbsql-create-blob":["fbsql_create_blob","Create a BLOB","refentry"],"function.fbsql-create-clob":["fbsql_create_clob","Create a CLOB","refentry"],"function.fbsql-create-db":["fbsql_create_db","Create a FrontBase database","refentry"],"function.fbsql-data-seek":["fbsql_data_seek","Move internal result pointer","refentry"],"function.fbsql-database-password":["fbsql_database_password","Sets or retrieves the password for a FrontBase database","refentry"],"function.fbsql-database":["fbsql_database","Get or set the database name used with a connection","refentry"],"function.fbsql-db-query":["fbsql_db_query","Send a FrontBase query","refentry"],"function.fbsql-db-status":["fbsql_db_status","Get the status for a given database","refentry"],"function.fbsql-drop-db":["fbsql_drop_db","Drop (delete) a FrontBase database","refentry"],"function.fbsql-errno":["fbsql_errno","Returns the error number from previous operation","refentry"],"function.fbsql-error":["fbsql_error","Returns the error message from previous operation","refentry"],"function.fbsql-fetch-array":["fbsql_fetch_array","Fetch a result row as an associative array, a numeric array, or both","refentry"],"function.fbsql-fetch-assoc":["fbsql_fetch_assoc","Fetch a result row as an associative array","refentry"],"function.fbsql-fetch-field":["fbsql_fetch_field","Get column information from a result and return as an object","refentry"],"function.fbsql-fetch-lengths":["fbsql_fetch_lengths","Get the length of each output in a result","refentry"],"function.fbsql-fetch-object":["fbsql_fetch_object","Fetch a result row as an object","refentry"],"function.fbsql-fetch-row":["fbsql_fetch_row","Get a result row as an enumerated array","refentry"],"function.fbsql-field-flags":["fbsql_field_flags","Get the flags associated with the specified field in a result","refentry"],"function.fbsql-field-len":["fbsql_field_len","Returns the length of the specified field","refentry"],"function.fbsql-field-name":["fbsql_field_name","Get the name of the specified field in a result","refentry"],"function.fbsql-field-seek":["fbsql_field_seek","Set result pointer to a specified field offset","refentry"],"function.fbsql-field-table":["fbsql_field_table","Get name of the table the specified field is in","refentry"],"function.fbsql-field-type":["fbsql_field_type","Get the type of the specified field in a result","refentry"],"function.fbsql-free-result":["fbsql_free_result","Free result memory","refentry"],"function.fbsql-get-autostart-info":["fbsql_get_autostart_info","Description","refentry"],"function.fbsql-hostname":["fbsql_hostname","Get or set the host name used with a connection","refentry"],"function.fbsql-insert-id":["fbsql_insert_id","Get the id generated from the previous INSERT operation","refentry"],"function.fbsql-list-dbs":["fbsql_list_dbs","List databases available on a FrontBase server","refentry"],"function.fbsql-list-fields":["fbsql_list_fields","List FrontBase result fields","refentry"],"function.fbsql-list-tables":["fbsql_list_tables","List tables in a FrontBase database","refentry"],"function.fbsql-next-result":["fbsql_next_result","Move the internal result pointer to the next result","refentry"],"function.fbsql-num-fields":["fbsql_num_fields","Get number of fields in result","refentry"],"function.fbsql-num-rows":["fbsql_num_rows","Get number of rows in result","refentry"],"function.fbsql-password":["fbsql_password","Get or set the user password used with a connection","refentry"],"function.fbsql-pconnect":["fbsql_pconnect","Open a persistent connection to a FrontBase Server","refentry"],"function.fbsql-query":["fbsql_query","Send a FrontBase query","refentry"],"function.fbsql-read-blob":["fbsql_read_blob","Read a BLOB from the database","refentry"],"function.fbsql-read-clob":["fbsql_read_clob","Read a CLOB from the database","refentry"],"function.fbsql-result":["fbsql_result","Get result data","refentry"],"function.fbsql-rollback":["fbsql_rollback","Rollback a transaction to the database","refentry"],"function.fbsql-rows-fetched":["fbsql_rows_fetched","Get the number of rows affected by the last statement","refentry"],"function.fbsql-select-db":["fbsql_select_db","Select a FrontBase database","refentry"],"function.fbsql-set-characterset":["fbsql_set_characterset","Change input\/output character set","refentry"],"function.fbsql-set-lob-mode":["fbsql_set_lob_mode","Set the LOB retrieve mode for a FrontBase result set","refentry"],"function.fbsql-set-password":["fbsql_set_password","Change the password for a given user","refentry"],"function.fbsql-set-transaction":["fbsql_set_transaction","Set the transaction locking and isolation","refentry"],"function.fbsql-start-db":["fbsql_start_db","Start a database on local or remote server","refentry"],"function.fbsql-stop-db":["fbsql_stop_db","Stop a database on local or remote server","refentry"],"function.fbsql-table-name":["fbsql_table_name","Get table name of field","refentry"],"function.fbsql-tablename":["fbsql_tablename","Alias of fbsql_table_name","refentry"],"function.fbsql-username":["fbsql_username","Get or set the username for the connection","refentry"],"function.fbsql-warnings":["fbsql_warnings","Enable or disable FrontBase warnings","refentry"],"function.db2-autocommit":["db2_autocommit","Returns or sets the AUTOCOMMIT state for a database connection","refentry"],"function.db2-bind-param":["db2_bind_param","Binds a PHP variable to an SQL statement parameter","refentry"],"function.db2-client-info":["db2_client_info","Returns an object with properties that describe the DB2 database client","refentry"],"function.db2-close":["db2_close","Closes a database connection","refentry"],"function.db2-column-privileges":["db2_column_privileges","Returns a result set listing the columns and associated privileges for a table","refentry"],"function.db2-columns":["db2_columns","Returns a result set listing the columns and associated metadata for a table","refentry"],"function.db2-commit":["db2_commit","Commits a transaction","refentry"],"function.db2-conn-error":["db2_conn_error","Returns a string containing the SQLSTATE returned by the last connection attempt","refentry"],"function.db2-conn-errormsg":["db2_conn_errormsg","Returns the last connection error message and SQLCODE value","refentry"],"function.db2-connect":["db2_connect","Returns a connection to a database","refentry"],"function.db2-cursor-type":["db2_cursor_type","Returns the cursor type used by a statement resource","refentry"],"function.db2-escape-string":["db2_escape_string","Used to escape certain characters","refentry"],"function.db2-exec":["db2_exec","Executes an SQL statement directly","refentry"],"function.db2-execute":["db2_execute","Executes a prepared SQL statement","refentry"],"function.db2-fetch-array":["db2_fetch_array","Returns an array, indexed by column position, representing a row in a result set","refentry"],"function.db2-fetch-assoc":["db2_fetch_assoc","Returns an array, indexed by column name, representing a row in a result set","refentry"],"function.db2-fetch-both":["db2_fetch_both","Returns an array, indexed by both column name and position, representing a row in a result set","refentry"],"function.db2-fetch-object":["db2_fetch_object","Returns an object with properties representing columns in the fetched row","refentry"],"function.db2-fetch-row":["db2_fetch_row","Sets the result set pointer to the next row or requested row","refentry"],"function.db2-field-display-size":["db2_field_display_size","Returns the maximum number of bytes required to display a column","refentry"],"function.db2-field-name":["db2_field_name","Returns the name of the column in the result set","refentry"],"function.db2-field-num":["db2_field_num","Returns the position of the named column in a result set","refentry"],"function.db2-field-precision":["db2_field_precision","Returns the precision of the indicated column in a result set","refentry"],"function.db2-field-scale":["db2_field_scale","Returns the scale of the indicated column in a result set","refentry"],"function.db2-field-type":["db2_field_type","Returns the data type of the indicated column in a result set","refentry"],"function.db2-field-width":["db2_field_width","Returns the width of the current value of the indicated column in a result set","refentry"],"function.db2-foreign-keys":["db2_foreign_keys","Returns a result set listing the foreign keys for a table","refentry"],"function.db2-free-result":["db2_free_result","Frees resources associated with a result set","refentry"],"function.db2-free-stmt":["db2_free_stmt","Frees resources associated with the indicated statement resource","refentry"],"function.db2-get-option":["db2_get_option","Retrieves an option value for a statement resource or a connection resource","refentry"],"function.db2-last-insert-id":["db2_last_insert_id","Returns the auto generated ID of the last insert query that successfully \n executed on this connection","refentry"],"function.db2-lob-read":["db2_lob_read","Gets a user defined size of LOB files with each invocation","refentry"],"function.db2-next-result":["db2_next_result","Requests the next result set from a stored procedure","refentry"],"function.db2-num-fields":["db2_num_fields","Returns the number of fields contained in a result set","refentry"],"function.db2-num-rows":["db2_num_rows","Returns the number of rows affected by an SQL statement","refentry"],"function.db2-pclose":["db2_pclose","Closes a persistent database connection","refentry"],"function.db2-pconnect":["db2_pconnect","Returns a persistent connection to a database","refentry"],"function.db2-prepare":["db2_prepare","Prepares an SQL statement to be executed","refentry"],"function.db2-primary-keys":["db2_primary_keys","Returns a result set listing primary keys for a table","refentry"],"function.db2-procedure-columns":["db2_procedure_columns","Returns a result set listing stored procedure parameters","refentry"],"function.db2-procedures":["db2_procedures","Returns a result set listing the stored procedures registered in a database","refentry"],"function.db2-result":["db2_result","Returns a single column from a row in the result set","refentry"],"function.db2-rollback":["db2_rollback","Rolls back a transaction","refentry"],"function.db2-server-info":["db2_server_info","Returns an object with properties that describe the DB2 database server","refentry"],"function.db2-set-option":["db2_set_option","Set options for connection or statement resources","refentry"],"function.db2-special-columns":["db2_special_columns","Returns a result set listing the unique row identifier columns for a table","refentry"],"function.db2-statistics":["db2_statistics","Returns a result set listing the index and statistics for a table","refentry"],"function.db2-stmt-error":["db2_stmt_error","Returns a string containing the SQLSTATE returned by an SQL statement","refentry"],"function.db2-stmt-errormsg":["db2_stmt_errormsg","Returns a string containing the last SQL statement error message","refentry"],"function.db2-table-privileges":["db2_table_privileges","Returns a result set listing the tables and associated privileges in a database","refentry"],"function.db2-tables":["db2_tables","Returns a result set listing the tables and associated metadata in a database","refentry"],"book.ibm-db2":["IBM DB2","IBM DB2, Cloudscape and Apache Derby","book"],"function.ifx-affected-rows":["ifx_affected_rows","Get number of rows affected by a query","refentry"],"function.ifx-blobinfile-mode":["ifx_blobinfile_mode","Set the default blob mode for all select queries","refentry"],"function.ifx-byteasvarchar":["ifx_byteasvarchar","Set the default byte mode","refentry"],"function.ifx-close":["ifx_close","Close Informix connection","refentry"],"function.ifx-connect":["ifx_connect","Open Informix server connection","refentry"],"function.ifx-copy-blob":["ifx_copy_blob","Duplicates the given blob object","refentry"],"function.ifx-create-blob":["ifx_create_blob","Creates an blob object","refentry"],"function.ifx-create-char":["ifx_create_char","Creates an char object","refentry"],"function.ifx-do":["ifx_do","Execute a previously prepared SQL-statement","refentry"],"function.ifx-error":["ifx_error","Returns error code of last Informix call","refentry"],"function.ifx-errormsg":["ifx_errormsg","Returns error message of last Informix call","refentry"],"function.ifx-fetch-row":["ifx_fetch_row","Get row as an associative array","refentry"],"function.ifx-fieldproperties":["ifx_fieldproperties","List of SQL fieldproperties","refentry"],"function.ifx-fieldtypes":["ifx_fieldtypes","List of Informix SQL fields","refentry"],"function.ifx-free-blob":["ifx_free_blob","Deletes the blob object","refentry"],"function.ifx-free-char":["ifx_free_char","Deletes the char object","refentry"],"function.ifx-free-result":["ifx_free_result","Releases resources for the query","refentry"],"function.ifx-get-blob":["ifx_get_blob","Return the content of a blob object","refentry"],"function.ifx-get-char":["ifx_get_char","Return the content of the char object","refentry"],"function.ifx-getsqlca":["ifx_getsqlca","Get the contents of sqlca.sqlerrd[0..5] after a query","refentry"],"function.ifx-htmltbl-result":["ifx_htmltbl_result","Formats all rows of a query into a HTML table","refentry"],"function.ifx-nullformat":["ifx_nullformat","Sets the default return value on a fetch row","refentry"],"function.ifx-num-fields":["ifx_num_fields","Returns the number of columns in the query","refentry"],"function.ifx-num-rows":["ifx_num_rows","Count the rows already fetched from a query","refentry"],"function.ifx-pconnect":["ifx_pconnect","Open persistent Informix connection","refentry"],"function.ifx-prepare":["ifx_prepare","Prepare an SQL-statement for execution","refentry"],"function.ifx-query":["ifx_query","Send Informix query","refentry"],"function.ifx-textasvarchar":["ifx_textasvarchar","Set the default text mode","refentry"],"function.ifx-update-blob":["ifx_update_blob","Updates the content of the blob object","refentry"],"function.ifx-update-char":["ifx_update_char","Updates the content of the char object","refentry"],"function.ifxus-close-slob":["ifxus_close_slob","Deletes the slob object","refentry"],"function.ifxus-create-slob":["ifxus_create_slob","Creates an slob object and opens it","refentry"],"function.ifxus-free-slob":["ifxus_free_slob","Deletes the slob object","refentry"],"function.ifxus-open-slob":["ifxus_open_slob","Opens an slob object","refentry"],"function.ifxus-read-slob":["ifxus_read_slob","Reads nbytes of the slob object","refentry"],"function.ifxus-seek-slob":["ifxus_seek_slob","Sets the current file or seek position","refentry"],"function.ifxus-tell-slob":["ifxus_tell_slob","Returns the current file or seek position","refentry"],"function.ifxus-write-slob":["ifxus_write_slob","Writes a string into the slob object","refentry"],"function.ingres-autocommit-state":["ingres_autocommit_state","Test if the connection is using autocommit","refentry"],"function.ingres-autocommit":["ingres_autocommit","Switch autocommit on or off","refentry"],"function.ingres-charset":["ingres_charset","Returns the installation character set","refentry"],"function.ingres-close":["ingres_close","Close an Ingres database connection","refentry"],"function.ingres-commit":["ingres_commit","Commit a transaction","refentry"],"function.ingres-connect":["ingres_connect","Open a connection to an Ingres database","refentry"],"function.ingres-cursor":["ingres_cursor","Get a cursor name for a given result resource","refentry"],"function.ingres-errno":["ingres_errno","Get the last Ingres error number generated","refentry"],"function.ingres-error":["ingres_error","Get a meaningful error message for the last error generated","refentry"],"function.ingres-errsqlstate":["ingres_errsqlstate","Get the last SQLSTATE error code generated","refentry"],"function.ingres-escape-string":["ingres_escape_string","Escape special characters for use in a query","refentry"],"function.ingres-execute":["ingres_execute","Execute a prepared query","refentry"],"function.ingres-fetch-array":["ingres_fetch_array","Fetch a row of result into an array","refentry"],"function.ingres-fetch-assoc":["ingres_fetch_assoc","Fetch a row of result into an associative array","refentry"],"function.ingres-fetch-object":["ingres_fetch_object","Fetch a row of result into an object","refentry"],"function.ingres-fetch-proc-return":["ingres_fetch_proc_return","Get the return value from a procedure call","refentry"],"function.ingres-fetch-row":["ingres_fetch_row","Fetch a row of result into an enumerated array","refentry"],"function.ingres-field-length":["ingres_field_length","Get the length of a field","refentry"],"function.ingres-field-name":["ingres_field_name","Get the name of a field in a query result","refentry"],"function.ingres-field-nullable":["ingres_field_nullable","Test if a field is nullable","refentry"],"function.ingres-field-precision":["ingres_field_precision","Get the precision of a field","refentry"],"function.ingres-field-scale":["ingres_field_scale","Get the scale of a field","refentry"],"function.ingres-field-type":["ingres_field_type","Get the type of a field in a query result","refentry"],"function.ingres-free-result":["ingres_free_result","Free the resources associated with a result identifier","refentry"],"function.ingres-next-error":["ingres_next_error","Get the next Ingres error","refentry"],"function.ingres-num-fields":["ingres_num_fields","Get the number of fields returned by the last query","refentry"],"function.ingres-num-rows":["ingres_num_rows","Get the number of rows affected or returned by a query","refentry"],"function.ingres-pconnect":["ingres_pconnect","Open a persistent connection to an Ingres database","refentry"],"function.ingres-prepare":["ingres_prepare","Prepare a query for later execution","refentry"],"function.ingres-query":["ingres_query","Send an SQL query to Ingres","refentry"],"function.ingres-result-seek":["ingres_result_seek","Set the row position before fetching data","refentry"],"function.ingres-rollback":["ingres_rollback","Roll back a transaction","refentry"],"function.ingres-set-environment":["ingres_set_environment","Set environment features controlling output options","refentry"],"function.ingres-unbuffered-query":["ingres_unbuffered_query","Send an unbuffered SQL query to Ingres","refentry"],"book.ingres":["Ingres","Ingres DBMS, EDBC, and Enterprise Access Gateways","book"],"function.maxdb-affected-rows":["maxdb_affected_rows","Gets the number of affected rows in a previous MaxDB operation","refentry"],"function.maxdb-autocommit":["maxdb_autocommit","Turns on or off auto-commiting database modifications","refentry"],"function.maxdb-bind-param":["maxdb_bind_param","Alias of maxdb_stmt_bind_param","refentry"],"function.maxdb-bind-result":["maxdb_bind_result","Alias of maxdb_stmt_bind_result","refentry"],"function.maxdb-change-user":["maxdb_change_user","Changes the user of the specified database connection","refentry"],"function.maxdb-character-set-name":["maxdb_character_set_name","Returns the default character set for the database connection","refentry"],"function.maxdb-client-encoding":["maxdb_client_encoding","Alias of maxdb_character_set_name","refentry"],"function.maxdb-close-long-data":["maxdb_close_long_data","Alias of maxdb_stmt_close_long_data","refentry"],"function.maxdb-close":["maxdb_close","Closes a previously opened database connection","refentry"],"function.maxdb-commit":["maxdb_commit","Commits the current transaction","refentry"],"function.maxdb-connect-errno":["maxdb_connect_errno","Returns the error code from last connect call","refentry"],"function.maxdb-connect-error":["maxdb_connect_error","Returns a string description of the last connect error","refentry"],"function.maxdb-connect":["maxdb_connect","Open a new connection to the MaxDB server","refentry"],"function.maxdb-data-seek":["maxdb_data_seek","Adjusts the result pointer to an arbitary row in the result","refentry"],"function.maxdb-debug":["maxdb_debug","Performs debugging operations","refentry"],"function.maxdb-disable-reads-from-master":["maxdb_disable_reads_from_master","Disable reads from master","refentry"],"function.maxdb-disable-rpl-parse":["maxdb_disable_rpl_parse","Disable RPL parse","refentry"],"function.maxdb-dump-debug-info":["maxdb_dump_debug_info","Dump debugging information into the log","refentry"],"function.maxdb-embedded-connect":["maxdb_embedded_connect","Open a connection to an embedded MaxDB server","refentry"],"function.maxdb-enable-reads-from-master":["maxdb_enable_reads_from_master","Enable reads from master","refentry"],"function.maxdb-enable-rpl-parse":["maxdb_enable_rpl_parse","Enable RPL parse","refentry"],"function.maxdb-errno":["maxdb_errno","Returns the error code for the most recent function call","refentry"],"function.maxdb-error":["maxdb_error","Returns a string description of the last error","refentry"],"function.maxdb-escape-string":["maxdb_escape_string","Alias of maxdb_real_escape_string","refentry"],"function.maxdb-execute":["maxdb_execute","Alias of maxdb_stmt_execute","refentry"],"function.maxdb-fetch-array":["maxdb_fetch_array","Fetch a result row as an associative, a numeric array, or both","refentry"],"function.maxdb-fetch-assoc":["maxdb_fetch_assoc","Fetch a result row as an associative array","refentry"],"function.maxdb-fetch-field-direct":["maxdb_fetch_field_direct","Fetch meta-data for a single field","refentry"],"function.maxdb-fetch-field":["maxdb_fetch_field","Returns the next field in the result set","refentry"],"function.maxdb-fetch-fields":["maxdb_fetch_fields","Returns an array of resources representing the fields in a result set","refentry"],"function.maxdb-fetch-lengths":["maxdb_fetch_lengths","Returns the lengths of the columns of the current row in the result set","refentry"],"function.maxdb-fetch-object":["maxdb_fetch_object","Returns the current row of a result set as an object","refentry"],"function.maxdb-fetch-row":["maxdb_fetch_row","Get a result row as an enumerated array","refentry"],"function.maxdb-fetch":["maxdb_fetch","Alias of maxdb_stmt_fetch","refentry"],"function.maxdb-field-count":["maxdb_field_count","Returns the number of columns for the most recent query","refentry"],"function.maxdb-field-seek":["maxdb_field_seek","Set result pointer to a specified field offset","refentry"],"function.maxdb-field-tell":["maxdb_field_tell","Get current field offset of a result pointer","refentry"],"function.maxdb-free-result":["maxdb_free_result","Frees the memory associated with a result","refentry"],"function.maxdb-get-client-info":["maxdb_get_client_info","Returns the MaxDB client version as a string","refentry"],"function.maxdb-get-client-version":["maxdb_get_client_version","Get MaxDB client info","refentry"],"function.maxdb-get-host-info":["maxdb_get_host_info","Returns a string representing the type of connection used","refentry"],"function.maxdb-get-metadata":["maxdb_get_metadata","Alias of maxdb_stmt_result_metadata","refentry"],"function.maxdb-get-proto-info":["maxdb_get_proto_info","Returns the version of the MaxDB protocol used","refentry"],"function.maxdb-get-server-info":["maxdb_get_server_info","Returns the version of the MaxDB server","refentry"],"function.maxdb-get-server-version":["maxdb_get_server_version","Returns the version of the MaxDB server as an integer","refentry"],"function.maxdb-info":["maxdb_info","Retrieves information about the most recently executed query","refentry"],"function.maxdb-init":["maxdb_init","Initializes MaxDB and returns an resource for use with maxdb_real_connect","refentry"],"function.maxdb-insert-id":["maxdb_insert_id","Returns the auto generated id used in the last query","refentry"],"function.maxdb-kill":["maxdb_kill","Disconnects from a MaxDB server","refentry"],"function.maxdb-master-query":["maxdb_master_query","Enforce execution of a query on the master in a master\/slave setup","refentry"],"function.maxdb-more-results":["maxdb_more_results","Check if there any more query results from a multi query","refentry"],"function.maxdb-multi-query":["maxdb_multi_query","Performs a query on the database","refentry"],"function.maxdb-next-result":["maxdb_next_result","Prepare next result from multi_query","refentry"],"function.maxdb-num-fields":["maxdb_num_fields","Get the number of fields in a result","refentry"],"function.maxdb-num-rows":["maxdb_num_rows","Gets the number of rows in a result","refentry"],"function.maxdb-options":["maxdb_options","Set options","refentry"],"function.maxdb-param-count":["maxdb_param_count","Alias of maxdb_stmt_param_count","refentry"],"function.maxdb-ping":["maxdb_ping","Pings a server connection, or tries to reconnect if the connection has gone down","refentry"],"function.maxdb-prepare":["maxdb_prepare","Prepare an SQL statement for execution","refentry"],"function.maxdb-query":["maxdb_query","Performs a query on the database","refentry"],"function.maxdb-real-connect":["maxdb_real_connect","Opens a connection to a MaxDB server","refentry"],"function.maxdb-real-escape-string":["maxdb_real_escape_string","Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection","refentry"],"function.maxdb-real-query":["maxdb_real_query","Execute an SQL query","refentry"],"function.maxdb-report":["maxdb_report","Enables or disables internal report functions","refentry"],"function.maxdb-rollback":["maxdb_rollback","Rolls back current transaction","refentry"],"function.maxdb-rpl-parse-enabled":["maxdb_rpl_parse_enabled","Check if RPL parse is enabled","refentry"],"function.maxdb-rpl-probe":["maxdb_rpl_probe","RPL probe","refentry"],"function.maxdb-rpl-query-type":["maxdb_rpl_query_type","Returns RPL query type","refentry"],"function.maxdb-select-db":["maxdb_select_db","Selects the default database for database queries","refentry"],"function.maxdb-send-long-data":["maxdb_send_long_data","Alias of maxdb_stmt_send_long_data","refentry"],"function.maxdb-send-query":["maxdb_send_query","Send the query and return","refentry"],"function.maxdb-server-end":["maxdb_server_end","Shut down the embedded server","refentry"],"function.maxdb-server-init":["maxdb_server_init","Initialize embedded server","refentry"],"function.maxdb-set-opt":["maxdb_set_opt","Alias of maxdb_options","refentry"],"function.maxdb-sqlstate":["maxdb_sqlstate","Returns the SQLSTATE error from previous MaxDB operation","refentry"],"function.maxdb-ssl-set":["maxdb_ssl_set","Used for establishing secure connections using SSL","refentry"],"function.maxdb-stat":["maxdb_stat","Gets the current system status","refentry"],"function.maxdb-stmt-affected-rows":["maxdb_stmt_affected_rows","Returns the total number of rows changed, deleted, or\n inserted by the last executed statement","refentry"],"function.maxdb-stmt-bind-param":["maxdb_stmt_bind_param","Binds variables to a prepared statement as parameters","refentry"],"function.maxdb-stmt-bind-result":["maxdb_stmt_bind_result","Binds variables to a prepared statement for result storage","refentry"],"function.maxdb-stmt-close-long-data":["maxdb_stmt_close_long_data","Ends a sequence of maxdb_stmt_send_long_data","refentry"],"function.maxdb-stmt-close":["maxdb_stmt_close","Closes a prepared statement","refentry"],"function.maxdb-stmt-data-seek":["maxdb_stmt_data_seek","Seeks to an arbitray row in statement result set","refentry"],"function.maxdb-stmt-errno":["maxdb_stmt_errno","Returns the error code for the most recent statement call","refentry"],"function.maxdb-stmt-error":["maxdb_stmt_error","Returns a string description for last statement error","refentry"],"function.maxdb-stmt-execute":["maxdb_stmt_execute","Executes a prepared Query","refentry"],"function.maxdb-stmt-fetch":["maxdb_stmt_fetch","Fetch results from a prepared statement into the bound variables","refentry"],"function.maxdb-stmt-free-result":["maxdb_stmt_free_result","Frees stored result memory for the given statement handle","refentry"],"function.maxdb-stmt-init":["maxdb_stmt_init","Initializes a statement and returns an resource for use with maxdb_stmt_prepare","refentry"],"function.maxdb-stmt-num-rows":["maxdb_stmt_num_rows","Return the number of rows in statements result set","refentry"],"function.maxdb-stmt-param-count":["maxdb_stmt_param_count","Returns the number of parameter for the given statement","refentry"],"function.maxdb-stmt-prepare":["maxdb_stmt_prepare","Prepare an SQL statement for execution","refentry"],"function.maxdb-stmt-reset":["maxdb_stmt_reset","Resets a prepared statement","refentry"],"function.maxdb-stmt-result-metadata":["maxdb_stmt_result_metadata","Returns result set metadata from a prepared statement","refentry"],"function.maxdb-stmt-send-long-data":["maxdb_stmt_send_long_data","Send data in blocks","refentry"],"function.maxdb-stmt-sqlstate":["maxdb_stmt_sqlstate","Returns SQLSTATE error from previous statement operation","refentry"],"function.maxdb-stmt-store-result":["maxdb_stmt_store_result","Transfers a result set from a prepared statement","refentry"],"function.maxdb-store-result":["maxdb_store_result","Transfers a result set from the last query","refentry"],"function.maxdb-thread-id":["maxdb_thread_id","Returns the thread ID for the current connection","refentry"],"function.maxdb-thread-safe":["maxdb_thread_safe","Returns whether thread safety is given or not","refentry"],"function.maxdb-use-result":["maxdb_use_result","Initiate a result set retrieval","refentry"],"function.maxdb-warning-count":["maxdb_warning_count","Returns the number of warnings from the last query for the given link","refentry"],"mongoclient.close":["MongoClient::close","Closes this connection","refentry"],"mongoclient.connect":["MongoClient::connect","Connects to a database server","refentry"],"mongoclient.construct":["MongoClient::__construct","Creates a new database connection object","refentry"],"mongoclient.dropdb":["MongoClient::dropDB","Drops a database [deprecated]","refentry"],"mongoclient.get":["MongoClient::__get","Gets a database","refentry"],"mongoclient.getconnections":["MongoClient::getConnections","Return info about all open connections","refentry"],"mongoclient.gethosts":["MongoClient::getHosts","Updates status for all associated hosts","refentry"],"mongoclient.getreadpreference":["MongoClient::getReadPreference","Get the read preference for this connection","refentry"],"mongoclient.killcursor":["MongoClient::killCursor","Kills a specific cursor on the server","refentry"],"mongoclient.listdbs":["MongoClient::listDBs","Lists all of the databases available.","refentry"],"mongoclient.selectcollection":["MongoClient::selectCollection","Gets a database collection","refentry"],"mongoclient.selectdb":["MongoClient::selectDB","Gets a database","refentry"],"mongoclient.setreadpreference":["MongoClient::setReadPreference","Set the read preference for this connection","refentry"],"mongoclient.tostring":["MongoClient::__toString","String representation of this connection","refentry"],"class.mongoclient":["MongoClient","The MongoClient class","phpdoc:classref"],"mongodb.authenticate":["MongoDB::authenticate","Log in to this database","refentry"],"mongodb.command":["MongoDB::command","Execute a database command","refentry"],"mongodb.construct":["MongoDB::__construct","Creates a new database","refentry"],"mongodb.createcollection":["MongoDB::createCollection","Creates a collection","refentry"],"mongodb.createdbref":["MongoDB::createDBRef","Creates a database reference","refentry"],"mongodb.drop":["MongoDB::drop","Drops this database","refentry"],"mongodb.dropcollection":["MongoDB::dropCollection","Drops a collection [deprecated]","refentry"],"mongodb.execute":["MongoDB::execute","Runs JavaScript code on the database server.","refentry"],"mongodb.forceerror":["MongoDB::forceError","Creates a database error","refentry"],"mongodb.get":["MongoDB::__get","Gets a collection","refentry"],"mongodb.getcollectionnames":["MongoDB::getCollectionNames","Get all collections from this database","refentry"],"mongodb.getdbref":["MongoDB::getDBRef","Fetches the document pointed to by a database reference","refentry"],"mongodb.getgridfs":["MongoDB::getGridFS","Fetches toolkit for dealing with files stored in this database","refentry"],"mongodb.getprofilinglevel":["MongoDB::getProfilingLevel","Gets this database's profiling level","refentry"],"mongodb.getreadpreference":["MongoDB::getReadPreference","Get the read preference for this database","refentry"],"mongodb.getslaveokay":["MongoDB::getSlaveOkay","Get slaveOkay setting for this database","refentry"],"mongodb.lasterror":["MongoDB::lastError","Check if there was an error on the most recent db operation performed","refentry"],"mongodb.listcollections":["MongoDB::listCollections","Gets an array of all MongoCollections for this database","refentry"],"mongodb.preverror":["MongoDB::prevError","Checks for the last error thrown during a database operation","refentry"],"mongodb.repair":["MongoDB::repair","Repairs and compacts this database","refentry"],"mongodb.reseterror":["MongoDB::resetError","Clears any flagged errors on the database","refentry"],"mongodb.selectcollection":["MongoDB::selectCollection","Gets a collection","refentry"],"mongodb.setprofilinglevel":["MongoDB::setProfilingLevel","Sets this database's profiling level","refentry"],"mongodb.setreadpreference":["MongoDB::setReadPreference","Set the read preference for this database","refentry"],"mongodb.setslaveokay":["MongoDB::setSlaveOkay","Change slaveOkay setting for this database","refentry"],"mongodb.--tostring":["MongoDB::__toString","The name of this database","refentry"],"class.mongodb":["MongoDB","The MongoDB class","phpdoc:classref"],"mongocollection.aggregate":["MongoCollection::aggregate","Perform an aggregation using the aggregation framework","refentry"],"mongocollection.batchinsert":["MongoCollection::batchInsert","Inserts multiple documents into this collection","refentry"],"mongocollection.construct":["MongoCollection::__construct","Creates a new collection","refentry"],"mongocollection.count":["MongoCollection::count","Counts the number of documents in this collection","refentry"],"mongocollection.createdbref":["MongoCollection::createDBRef","Creates a database reference","refentry"],"mongocollection.deleteindex":["MongoCollection::deleteIndex","Deletes an index from this collection","refentry"],"mongocollection.deleteindexes":["MongoCollection::deleteIndexes","Delete all indices for this collection","refentry"],"mongocollection.distinct":["MongoCollection::distinct","Retrieve a list of distinct values for the given key across a collection.","refentry"],"mongocollection.drop":["MongoCollection::drop","Drops this collection","refentry"],"mongocollection.ensureindex":["MongoCollection::ensureIndex","Creates an index on the given field(s), or does nothing if the index \n already exists","refentry"],"mongocollection.find":["MongoCollection::find","Querys this collection, returning a MongoCursor\n for the result set","refentry"],"mongocollection.findandmodify":["MongoCollection::findAndModify","Update a document and return it","refentry"],"mongocollection.findone":["MongoCollection::findOne","Querys this collection, returning a single element","refentry"],"mongocollection.get":["MongoCollection::__get","Gets a collection","refentry"],"mongocollection.getdbref":["MongoCollection::getDBRef","Fetches the document pointed to by a database reference","refentry"],"mongocollection.getindexinfo":["MongoCollection::getIndexInfo","Returns information about indexes on this collection","refentry"],"mongocollection.getname":["MongoCollection::getName","Returns this collection's name","refentry"],"mongocollection.getreadpreference":["MongoCollection::getReadPreference","Get the read preference for this collection","refentry"],"mongocollection.getslaveokay":["MongoCollection::getSlaveOkay","Get slaveOkay setting for this collection","refentry"],"mongocollection.group":["MongoCollection::group","Performs an operation similar to SQL's GROUP BY command","refentry"],"mongocollection.insert":["MongoCollection::insert","Inserts a document into the collection","refentry"],"mongocollection.remove":["MongoCollection::remove","Remove records from this collection","refentry"],"mongocollection.save":["MongoCollection::save","Saves a document to this collection","refentry"],"mongocollection.setreadpreference":["MongoCollection::setReadPreference","Set the read preference for this collection","refentry"],"mongocollection.setslaveokay":["MongoCollection::setSlaveOkay","Change slaveOkay setting for this collection","refentry"],"mongocollection.toindexstring":["MongoCollection::toIndexString","Converts keys specifying an index to its identifying string","refentry"],"mongocollection.--tostring":["MongoCollection::__toString","String representation of this collection","refentry"],"mongocollection.update":["MongoCollection::update","Update records based on a given criteria","refentry"],"mongocollection.validate":["MongoCollection::validate","Validates this collection","refentry"],"class.mongocollection":["MongoCollection","The MongoCollection class","phpdoc:classref"],"mongocursor.addoption":["MongoCursor::addOption","Adds a top-level key\/value pair to a query","refentry"],"mongocursor.awaitdata":["MongoCursor::awaitData","Sets whether this cursor will wait for a while for a tailable cursor to return more data","refentry"],"mongocursor.batchsize":["MongoCursor::batchSize","Limits the number of elements returned in one batch.","refentry"],"mongocursor.construct":["MongoCursor::__construct","Create a new cursor","refentry"],"mongocursor.count":["MongoCursor::count","Counts the number of results for this query","refentry"],"mongocursor.current":["MongoCursor::current","Returns the current element","refentry"],"mongocursor.dead":["MongoCursor::dead","Checks if there are documents that have not been sent yet from the database for this cursor","refentry"],"mongocursor.doquery":["MongoCursor::doQuery","Execute the query.","refentry"],"mongocursor.explain":["MongoCursor::explain","Return an explanation of the query, often useful for optimization and debugging","refentry"],"mongocursor.fields":["MongoCursor::fields","Sets the fields for a query","refentry"],"mongocursor.getnext":["MongoCursor::getNext","Return the next object to which this cursor points, and advance the cursor","refentry"],"mongocursor.getreadpreference":["MongoCursor::getReadPreference","Get the read preference for this query","refentry"],"mongocursor.hasnext":["MongoCursor::hasNext","Checks if there are any more elements in this cursor","refentry"],"mongocursor.hint":["MongoCursor::hint","Gives the database a hint about the query","refentry"],"mongocursor.immortal":["MongoCursor::immortal","Sets whether this cursor will timeout","refentry"],"mongocursor.info":["MongoCursor::info","Gets the query, fields, limit, and skip for this cursor","refentry"],"mongocursor.key":["MongoCursor::key","Returns the current result's _id","refentry"],"mongocursor.limit":["MongoCursor::limit","Limits the number of results returned","refentry"],"mongocursor.next":["MongoCursor::next","Advances the cursor to the next result","refentry"],"mongocursor.partial":["MongoCursor::partial","If this query should fetch partial results from mongos if a shard is down","refentry"],"mongocursor.reset":["MongoCursor::reset","Clears the cursor","refentry"],"mongocursor.rewind":["MongoCursor::rewind","Returns the cursor to the beginning of the result set","refentry"],"mongocursor.setflag":["MongoCursor::setFlag","Sets arbitrary flags in case there is no method available the specific flag","refentry"],"mongocursor.setreadpreference":["MongoCursor::setReadPreference","Set the read preference for this query","refentry"],"mongocursor.skip":["MongoCursor::skip","Skips a number of results","refentry"],"mongocursor.slaveokay":["MongoCursor::slaveOkay","Sets whether this query can be done on a secondary","refentry"],"mongocursor.snapshot":["MongoCursor::snapshot","Use snapshot mode for the query","refentry"],"mongocursor.sort":["MongoCursor::sort","Sorts the results by given fields","refentry"],"mongocursor.tailable":["MongoCursor::tailable","Sets whether this cursor will be left open after fetching the last results","refentry"],"mongocursor.timeout":["MongoCursor::timeout","Sets a client-side timeout for this query","refentry"],"mongocursor.valid":["MongoCursor::valid","Checks if the cursor is reading a valid result.","refentry"],"class.mongocursor":["MongoCursor","The MongoCursor class","phpdoc:classref"],"mongoid.construct":["MongoId::__construct","Creates a new id","refentry"],"mongoid.gethostname":["MongoId::getHostname","Gets the hostname being used for this machine's ids","refentry"],"mongoid.getinc":["MongoId::getInc","Gets the incremented value to create this id","refentry"],"mongoid.getpid":["MongoId::getPID","Gets the process ID","refentry"],"mongoid.gettimestamp":["MongoId::getTimestamp","Gets the number of seconds since the epoch that this id was created","refentry"],"mongoid.set-state":["MongoId::__set_state","Create a dummy MongoId","refentry"],"mongoid.tostring":["MongoId::__toString","Returns a hexidecimal representation of this id","refentry"],"class.mongoid":["MongoId","The MongoId class","phpdoc:classref"],"mongocode.construct":["MongoCode::__construct","Creates a new code object","refentry"],"mongocode.tostring":["MongoCode::__toString","Returns this code as a string","refentry"],"class.mongocode":["MongoCode","The MongoCode class","phpdoc:classref"],"mongodate.construct":["MongoDate::__construct","Creates a new date.","refentry"],"mongodate.tostring":["MongoDate::__toString","Returns a string representation of this date","refentry"],"class.mongodate":["MongoDate","The MongoDate class","phpdoc:classref"],"mongoregex.construct":["MongoRegex::__construct","Creates a new regular expression","refentry"],"mongoregex.tostring":["MongoRegex::__toString","A string representation of this regular expression","refentry"],"class.mongoregex":["MongoRegex","The MongoRegex class","phpdoc:classref"],"mongobindata.construct":["MongoBinData::__construct","Creates a new binary data object.","refentry"],"mongobindata.tostring":["MongoBinData::__toString","The string representation of this binary data object.","refentry"],"class.mongobindata":["MongoBinData","The MongoBinData class","phpdoc:classref"],"mongoint32.construct":["MongoInt32::__construct","Creates a new 32-bit integer.","refentry"],"mongoint32.tostring":["MongoInt32::__toString","Returns the string representation of this 32-bit integer.","refentry"],"class.mongoint32":["MongoInt32","The MongoInt32 class","phpdoc:classref"],"mongoint64.construct":["MongoInt64::__construct","Creates a new 64-bit integer.","refentry"],"mongoint64.tostring":["MongoInt64::__toString","Returns the string representation of this 64-bit integer.","refentry"],"class.mongoint64":["MongoInt64","The MongoInt64 class","phpdoc:classref"],"mongodbref.create":["MongoDBRef::create","Creates a new database reference","refentry"],"mongodbref.get":["MongoDBRef::get","Fetches the object pointed to by a reference","refentry"],"mongodbref.isref":["MongoDBRef::isRef","Checks if an array is a database reference","refentry"],"class.mongodbref":["MongoDBRef","The MongoDBRef class","phpdoc:classref"],"class.mongominkey":["MongoMinKey","The MongoMinKey class","phpdoc:classref"],"class.mongomaxkey":["MongoMaxKey","The MongoMaxKey class","phpdoc:classref"],"mongotimestamp.construct":["MongoTimestamp::__construct","Creates a new timestamp.","refentry"],"mongotimestamp.tostring":["MongoTimestamp::__toString","Returns a string representation of this timestamp","refentry"],"class.mongotimestamp":["MongoTimestamp","The MongoTimestamp class","phpdoc:classref"],"mongogridfs.construct":["MongoGridFS::__construct","Creates new file collections","refentry"],"mongogridfs.delete":["MongoGridFS::delete","Delete a file from the database","refentry"],"mongogridfs.drop":["MongoGridFS::drop","Drops the files and chunks collections","refentry"],"mongogridfs.find":["MongoGridFS::find","Queries for files","refentry"],"mongogridfs.findone":["MongoGridFS::findOne","Returns a single file matching the criteria","refentry"],"mongogridfs.get":["MongoGridFS::get","Retrieve a file from the database","refentry"],"mongogridfs.put":["MongoGridFS::put","Stores a file in the database","refentry"],"mongogridfs.remove":["MongoGridFS::remove","Removes files from the collections","refentry"],"mongogridfs.storebytes":["MongoGridFS::storeBytes","Stores a string of bytes in the database","refentry"],"mongogridfs.storefile":["MongoGridFS::storeFile","Stores a file in the database","refentry"],"mongogridfs.storeupload":["MongoGridFS::storeUpload","Stores an uploaded file in the database","refentry"],"class.mongogridfs":["MongoGridFS","The MongoGridFS class","phpdoc:classref"],"mongogridfsfile.construct":["MongoGridfsFile::__construct","Create a new GridFS file","refentry"],"mongogridfsfile.getbytes":["MongoGridFSFile::getBytes","Returns this file's contents as a string of bytes","refentry"],"mongogridfsfile.getfilename":["MongoGridFSFile::getFilename","Returns this file's filename","refentry"],"mongogridfsfile.getresource":["MongoGridFSFile::getResource","Returns a resource that can be used to read the stored file","refentry"],"mongogridfsfile.getsize":["MongoGridFSFile::getSize","Returns this file's size","refentry"],"mongogridfsfile.write":["MongoGridFSFile::write","Writes this file to the filesystem","refentry"],"class.mongogridfsfile":["MongoGridFSFile","The MongoGridFSFile class","phpdoc:classref"],"mongogridfscursor.construct":["MongoGridFSCursor::__construct","Create a new cursor","refentry"],"mongogridfscursor.current":["MongoGridFSCursor::current","Returns the current file","refentry"],"mongogridfscursor.getnext":["MongoGridFSCursor::getNext","Return the next file to which this cursor points, and advance the cursor","refentry"],"mongogridfscursor.key":["MongoGridFSCursor::key","Returns the current result's filename","refentry"],"class.mongogridfscursor":["MongoGridFSCursor","The MongoGridFSCursor class","phpdoc:classref"],"mongolog.getcallback":["MongoLog::getCallback","Retrieve the previously set callback function name","refentry"],"mongolog.getlevel":["MongoLog::getLevel","Gets the log level","refentry"],"mongolog.getmodule":["MongoLog::getModule","Gets the modules currently being logged","refentry"],"mongolog.setcallback":["MongoLog::setCallback","Set a callback function to be called on events","refentry"],"mongolog.setlevel":["MongoLog::setLevel","Sets logging level","refentry"],"mongolog.setmodule":["MongoLog::setModule","Sets driver functionality to log","refentry"],"class.mongolog":["MongoLog","The MongoLog class","phpdoc:classref"],"mongopool.getsize":["MongoPool::getSize","Get pool size for connection pools","refentry"],"mongopool.info":["MongoPool::info","Returns information about all connection pools.","refentry"],"mongopool.setsize":["MongoPool::setSize","Set the size for future connection pools.","refentry"],"class.mongopool":["MongoPool","The MongoPool class","phpdoc:classref"],"mongo.connectutil":["Mongo::connectUtil","Connects with a database server","refentry"],"mongo.construct":["Mongo::__construct","The __construct purpose","refentry"],"mongo.getpoolsize":["Mongo::getPoolSize","Get pool size for connection pools","refentry"],"mongo.getslave":["Mongo::getSlave","Returns the address being used by this for slaveOkay reads","refentry"],"mongo.getslaveokay":["Mongo::getSlaveOkay","Get slaveOkay setting for this connection","refentry"],"mongo.pooldebug":["Mongo::poolDebug","Returns information about all connection pools.","refentry"],"mongo.setpoolsize":["Mongo::setPoolSize","Set the size for future connection pools.","refentry"],"mongo.setslaveokay":["Mongo::setSlaveOkay","Change slaveOkay setting for this connection","refentry"],"mongo.switchslave":["Mongo::switchSlave","Choose a new secondary for slaveOkay reads","refentry"],"class.mongo":["Mongo","The Mongo class [deprecated]","phpdoc:classref"],"function.bson-decode":["bson_decode","Deserializes a BSON object into a PHP array","refentry"],"function.bson-encode":["bson_encode","Serializes a PHP variable into a BSON string","refentry"],"class.mongoexception":["MongoException","The MongoException class","phpdoc:classref"],"mongoresultexception.getdocument":["MongoResultException::getDocument","Retrieve the full result document","refentry"],"class.mongoresultexception":["MongoResultException","The MongoResultException class","phpdoc:classref"],"mongocursorexception.gethost":["MongoCursorException::getHost","The hostname of the server that encountered the error","refentry"],"class.mongocursorexception":["MongoCursorException","The MongoCursorException class","phpdoc:classref"],"class.mongocursortimeoutexception":["MongoCursorTimeoutException","The MongoCursorTimeoutException class","phpdoc:classref"],"class.mongoconnectionexception":["MongoConnectionException","The MongoConnectionException class","phpdoc:classref"],"class.mongogridfsexception":["MongoGridFSException","The MongoGridFSException class","phpdoc:classref"],"book.mongo":["Mongo","MongoDB","book"],"function.msql-affected-rows":["msql_affected_rows","Returns number of affected rows","refentry"],"function.msql-close":["msql_close","Close mSQL connection","refentry"],"function.msql-connect":["msql_connect","Open mSQL connection","refentry"],"function.msql-create-db":["msql_create_db","Create mSQL database","refentry"],"function.msql-createdb":["msql_createdb","Alias of msql_create_db","refentry"],"function.msql-data-seek":["msql_data_seek","Move internal row pointer","refentry"],"function.msql-db-query":["msql_db_query","Send mSQL query","refentry"],"function.msql-dbname":["msql_dbname","Alias of msql_result","refentry"],"function.msql-drop-db":["msql_drop_db","Drop (delete) mSQL database","refentry"],"function.msql-error":["msql_error","Returns error message of last msql call","refentry"],"function.msql-fetch-array":["msql_fetch_array","Fetch row as array","refentry"],"function.msql-fetch-field":["msql_fetch_field","Get field information","refentry"],"function.msql-fetch-object":["msql_fetch_object","Fetch row as object","refentry"],"function.msql-fetch-row":["msql_fetch_row","Get row as enumerated array","refentry"],"function.msql-field-flags":["msql_field_flags","Get field flags","refentry"],"function.msql-field-len":["msql_field_len","Get field length","refentry"],"function.msql-field-name":["msql_field_name","Get the name of the specified field in a result","refentry"],"function.msql-field-seek":["msql_field_seek","Set field offset","refentry"],"function.msql-field-table":["msql_field_table","Get table name for field","refentry"],"function.msql-field-type":["msql_field_type","Get field type","refentry"],"function.msql-fieldflags":["msql_fieldflags","Alias of msql_field_flags","refentry"],"function.msql-fieldlen":["msql_fieldlen","Alias of msql_field_len","refentry"],"function.msql-fieldname":["msql_fieldname","Alias of msql_field_name","refentry"],"function.msql-fieldtable":["msql_fieldtable","Alias of msql_field_table","refentry"],"function.msql-fieldtype":["msql_fieldtype","Alias of msql_field_type","refentry"],"function.msql-free-result":["msql_free_result","Free result memory","refentry"],"function.msql-list-dbs":["msql_list_dbs","List mSQL databases on server","refentry"],"function.msql-list-fields":["msql_list_fields","List result fields","refentry"],"function.msql-list-tables":["msql_list_tables","List tables in an mSQL database","refentry"],"function.msql-num-fields":["msql_num_fields","Get number of fields in result","refentry"],"function.msql-num-rows":["msql_num_rows","Get number of rows in result","refentry"],"function.msql-numfields":["msql_numfields","Alias of msql_num_fields","refentry"],"function.msql-numrows":["msql_numrows","Alias of msql_num_rows","refentry"],"function.msql-pconnect":["msql_pconnect","Open persistent mSQL connection","refentry"],"function.msql-query":["msql_query","Send mSQL query","refentry"],"function.msql-regcase":["msql_regcase","Alias of sql_regcase","refentry"],"function.msql-result":["msql_result","Get result data","refentry"],"function.msql-select-db":["msql_select_db","Select mSQL database","refentry"],"function.msql-tablename":["msql_tablename","Alias of msql_result","refentry"],"function.msql":["msql","Alias of msql_db_query","refentry"],"function.mssql-bind":["mssql_bind","Adds a parameter to a stored procedure or a remote stored procedure","refentry"],"function.mssql-close":["mssql_close","Close MS SQL Server connection","refentry"],"function.mssql-connect":["mssql_connect","Open MS SQL server connection","refentry"],"function.mssql-data-seek":["mssql_data_seek","Moves internal row pointer","refentry"],"function.mssql-execute":["mssql_execute","Executes a stored procedure on a MS SQL server database","refentry"],"function.mssql-fetch-array":["mssql_fetch_array","Fetch a result row as an associative array, a numeric array, or both","refentry"],"function.mssql-fetch-assoc":["mssql_fetch_assoc","Returns an associative array of the current row in the result","refentry"],"function.mssql-fetch-batch":["mssql_fetch_batch","Returns the next batch of records","refentry"],"function.mssql-fetch-field":["mssql_fetch_field","Get field information","refentry"],"function.mssql-fetch-object":["mssql_fetch_object","Fetch row as object","refentry"],"function.mssql-fetch-row":["mssql_fetch_row","Get row as enumerated array","refentry"],"function.mssql-field-length":["mssql_field_length","Get the length of a field","refentry"],"function.mssql-field-name":["mssql_field_name","Get the name of a field","refentry"],"function.mssql-field-seek":["mssql_field_seek","Seeks to the specified field offset","refentry"],"function.mssql-field-type":["mssql_field_type","Gets the type of a field","refentry"],"function.mssql-free-result":["mssql_free_result","Free result memory","refentry"],"function.mssql-free-statement":["mssql_free_statement","Free statement memory","refentry"],"function.mssql-get-last-message":["mssql_get_last_message","Returns the last message from the server","refentry"],"function.mssql-guid-string":["mssql_guid_string","Converts a 16 byte binary GUID to a string","refentry"],"function.mssql-init":["mssql_init","Initializes a stored procedure or a remote stored procedure","refentry"],"function.mssql-min-error-severity":["mssql_min_error_severity","Sets the minimum error severity","refentry"],"function.mssql-min-message-severity":["mssql_min_message_severity","Sets the minimum message severity","refentry"],"function.mssql-next-result":["mssql_next_result","Move the internal result pointer to the next result","refentry"],"function.mssql-num-fields":["mssql_num_fields","Gets the number of fields in result","refentry"],"function.mssql-num-rows":["mssql_num_rows","Gets the number of rows in result","refentry"],"function.mssql-pconnect":["mssql_pconnect","Open persistent MS SQL connection","refentry"],"function.mssql-query":["mssql_query","Send MS SQL query","refentry"],"function.mssql-result":["mssql_result","Get result data","refentry"],"function.mssql-rows-affected":["mssql_rows_affected","Returns the number of records affected by the query","refentry"],"function.mssql-select-db":["mssql_select_db","Select MS SQL database","refentry"],"book.mssql":["Mssql","Microsoft SQL Server","book"],"function.mysql-affected-rows":["mysql_affected_rows","Get number of affected rows in previous MySQL operation","refentry"],"function.mysql-client-encoding":["mysql_client_encoding","Returns the name of the character set","refentry"],"function.mysql-close":["mysql_close","Close MySQL connection","refentry"],"function.mysql-connect":["mysql_connect","Open a connection to a MySQL Server","refentry"],"function.mysql-create-db":["mysql_create_db","Create a MySQL database","refentry"],"function.mysql-data-seek":["mysql_data_seek","Move internal result pointer","refentry"],"function.mysql-db-name":["mysql_db_name","Retrieves database name from the call to mysql_list_dbs","refentry"],"function.mysql-db-query":["mysql_db_query","Selects a database and executes a query on it","refentry"],"function.mysql-drop-db":["mysql_drop_db","Drop (delete) a MySQL database","refentry"],"function.mysql-errno":["mysql_errno","Returns the numerical value of the error message from previous MySQL operation","refentry"],"function.mysql-error":["mysql_error","Returns the text of the error message from previous MySQL operation","refentry"],"function.mysql-escape-string":["mysql_escape_string","Escapes a string for use in a mysql_query","refentry"],"function.mysql-fetch-array":["mysql_fetch_array","Fetch a result row as an associative array, a numeric array, or both","refentry"],"function.mysql-fetch-assoc":["mysql_fetch_assoc","Fetch a result row as an associative array","refentry"],"function.mysql-fetch-field":["mysql_fetch_field","Get column information from a result and return as an object","refentry"],"function.mysql-fetch-lengths":["mysql_fetch_lengths","Get the length of each output in a result","refentry"],"function.mysql-fetch-object":["mysql_fetch_object","Fetch a result row as an object","refentry"],"function.mysql-fetch-row":["mysql_fetch_row","Get a result row as an enumerated array","refentry"],"function.mysql-field-flags":["mysql_field_flags","Get the flags associated with the specified field in a result","refentry"],"function.mysql-field-len":["mysql_field_len","Returns the length of the specified field","refentry"],"function.mysql-field-name":["mysql_field_name","Get the name of the specified field in a result","refentry"],"function.mysql-field-seek":["mysql_field_seek","Set result pointer to a specified field offset","refentry"],"function.mysql-field-table":["mysql_field_table","Get name of the table the specified field is in","refentry"],"function.mysql-field-type":["mysql_field_type","Get the type of the specified field in a result","refentry"],"function.mysql-free-result":["mysql_free_result","Free result memory","refentry"],"function.mysql-get-client-info":["mysql_get_client_info","Get MySQL client info","refentry"],"function.mysql-get-host-info":["mysql_get_host_info","Get MySQL host info","refentry"],"function.mysql-get-proto-info":["mysql_get_proto_info","Get MySQL protocol info","refentry"],"function.mysql-get-server-info":["mysql_get_server_info","Get MySQL server info","refentry"],"function.mysql-info":["mysql_info","Get information about the most recent query","refentry"],"function.mysql-insert-id":["mysql_insert_id","Get the ID generated in the last query","refentry"],"function.mysql-list-dbs":["mysql_list_dbs","List databases available on a MySQL server","refentry"],"function.mysql-list-fields":["mysql_list_fields","List MySQL table fields","refentry"],"function.mysql-list-processes":["mysql_list_processes","List MySQL processes","refentry"],"function.mysql-list-tables":["mysql_list_tables","List tables in a MySQL database","refentry"],"function.mysql-num-fields":["mysql_num_fields","Get number of fields in result","refentry"],"function.mysql-num-rows":["mysql_num_rows","Get number of rows in result","refentry"],"function.mysql-pconnect":["mysql_pconnect","Open a persistent connection to a MySQL server","refentry"],"function.mysql-ping":["mysql_ping","Ping a server connection or reconnect if there is no connection","refentry"],"function.mysql-query":["mysql_query","Send a MySQL query","refentry"],"function.mysql-real-escape-string":["mysql_real_escape_string","Escapes special characters in a string for use in an SQL statement","refentry"],"function.mysql-result":["mysql_result","Get result data","refentry"],"function.mysql-select-db":["mysql_select_db","Select a MySQL database","refentry"],"function.mysql-set-charset":["mysql_set_charset","Sets the client character set","refentry"],"function.mysql-stat":["mysql_stat","Get current system status","refentry"],"function.mysql-tablename":["mysql_tablename","Get table name of field","refentry"],"function.mysql-thread-id":["mysql_thread_id","Return the current thread ID","refentry"],"function.mysql-unbuffered-query":["mysql_unbuffered_query","Send an SQL query to MySQL without fetching and buffering the result rows.","refentry"],"book.mysql":["Mysql","Original MySQL API","book"],"mysqli.affected-rows":["mysqli::$affected_rows","Gets the number of affected rows in a previous MySQL operation","refentry"],"mysqli.autocommit":["mysqli::autocommit","Turns on or off auto-committing database modifications","refentry"],"mysqli.begin-transaction":["mysqli::begin_transaction","Starts a transaction","refentry"],"mysqli.change-user":["mysqli::change_user","Changes the user of the specified database connection","refentry"],"mysqli.character-set-name":["mysqli::character_set_name","Returns the default character set for the database connection","refentry"],"mysqli.client-info":["mysqli::$client_info","Get MySQL client info","refentry"],"mysqli.client-version":["mysqli::$client_version","Returns the MySQL client version as a string","refentry"],"mysqli.close":["mysqli::close","Closes a previously opened database connection","refentry"],"mysqli.commit":["mysqli::commit","Commits the current transaction","refentry"],"mysqli.connect-errno":["mysqli::$connect_errno","Returns the error code from last connect call","refentry"],"mysqli.connect-error":["mysqli::$connect_error","Returns a string description of the last connect error","refentry"],"mysqli.construct":["mysqli::__construct","Open a new connection to the MySQL server","refentry"],"mysqli.debug":["mysqli::debug","Performs debugging operations","refentry"],"mysqli.dump-debug-info":["mysqli::dump_debug_info","Dump debugging information into the log","refentry"],"mysqli.errno":["mysqli::$errno","Returns the error code for the most recent function call","refentry"],"mysqli.error-list":["mysqli::$error_list","Returns a list of errors from the last command executed","refentry"],"mysqli.error":["mysqli::$error","Returns a string description of the last error","refentry"],"mysqli.field-count":["mysqli::$field_count","Returns the number of columns for the most recent query","refentry"],"mysqli.get-charset":["mysqli::get_charset","Returns a character set object","refentry"],"mysqli.get-client-info":["mysqli::get_client_info","Get MySQL client info","refentry"],"mysqli.get-client-stats":["mysqli_get_client_stats","Returns client per-process statistics","refentry"],"mysqli.get-client-version":["mysqli_get_client_version","Returns the MySQL client version as an integer","refentry"],"mysqli.get-connection-stats":["mysqli::get_connection_stats","Returns statistics about the client connection","refentry"],"mysqli.get-host-info":["mysqli::$host_info","Returns a string representing the type of connection used","refentry"],"mysqli.get-proto-info":["mysqli::$protocol_version","Returns the version of the MySQL protocol used","refentry"],"mysqli.get-server-info":["mysqli::$server_info","Returns the version of the MySQL server","refentry"],"mysqli.get-server-version":["mysqli::$server_version","Returns the version of the MySQL server as an integer","refentry"],"mysqli.get-warnings":["mysqli::get_warnings","Get result of SHOW WARNINGS","refentry"],"mysqli.info":["mysqli::$info","Retrieves information about the most recently executed query","refentry"],"mysqli.init":["mysqli::init","Initializes MySQLi and returns a resource for use with mysqli_real_connect()","refentry"],"mysqli.insert-id":["mysqli::$insert_id","Returns the auto generated id used in the last query","refentry"],"mysqli.kill":["mysqli::kill","Asks the server to kill a MySQL thread","refentry"],"mysqli.more-results":["mysqli::more_results","Check if there are any more query results from a multi query","refentry"],"mysqli.multi-query":["mysqli::multi_query","Performs a query on the database","refentry"],"mysqli.next-result":["mysqli::next_result","Prepare next result from multi_query","refentry"],"mysqli.options":["mysqli::options","Set options","refentry"],"mysqli.ping":["mysqli::ping","Pings a server connection, or tries to reconnect if the connection has gone down","refentry"],"mysqli.poll":["mysqli::poll","Poll connections","refentry"],"mysqli.prepare":["mysqli::prepare","Prepare an SQL statement for execution","refentry"],"mysqli.query":["mysqli::query","Performs a query on the database","refentry"],"mysqli.real-connect":["mysqli::real_connect","Opens a connection to a mysql server","refentry"],"mysqli.real-escape-string":["mysqli::real_escape_string","Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection","refentry"],"mysqli.real-query":["mysqli::real_query","Execute an SQL query","refentry"],"mysqli.reap-async-query":["mysqli::reap_async_query","Get result from async query","refentry"],"mysqli.refresh":["mysqli::refresh","Refreshes","refentry"],"mysqli.release-savepoint":["mysqli::release_savepoint","Rolls back a transaction to the named savepoint","refentry"],"mysqli.rollback":["mysqli::rollback","Rolls back current transaction","refentry"],"mysqli.rpl-query-type":["mysqli::rpl_query_type","Returns RPL query type","refentry"],"mysqli.savepoint":["mysqli::savepoint","Set a named transaction savepoint","refentry"],"mysqli.select-db":["mysqli::select_db","Selects the default database for database queries","refentry"],"mysqli.send-query":["mysqli::send_query","Send the query and return","refentry"],"mysqli.set-charset":["mysqli::set_charset","Sets the default client character set","refentry"],"mysqli.set-local-infile-default":["mysqli::set_local_infile_default","Unsets user defined handler for load local infile command","refentry"],"mysqli.set-local-infile-handler":["mysqli::set_local_infile_handler","Set callback function for LOAD DATA LOCAL INFILE command","refentry"],"mysqli.sqlstate":["mysqli::$sqlstate","Returns the SQLSTATE error from previous MySQL operation","refentry"],"mysqli.ssl-set":["mysqli::ssl_set","Used for establishing secure connections using SSL","refentry"],"mysqli.stat":["mysqli::stat","Gets the current system status","refentry"],"mysqli.stmt-init":["mysqli::stmt_init","Initializes a statement and returns an object for use with mysqli_stmt_prepare","refentry"],"mysqli.store-result":["mysqli::store_result","Transfers a result set from the last query","refentry"],"mysqli.thread-id":["mysqli::$thread_id","Returns the thread ID for the current connection","refentry"],"mysqli.thread-safe":["mysqli::thread_safe","Returns whether thread safety is given or not","refentry"],"mysqli.use-result":["mysqli::use_result","Initiate a result set retrieval","refentry"],"mysqli.warning-count":["mysqli::$warning_count","Returns the number of warnings from the last query for the given link","refentry"],"class.mysqli":["mysqli","The mysqli class","phpdoc:classref"],"mysqli-stmt.affected-rows":["mysqli_stmt::$affected_rows","Returns the total number of rows changed, deleted, or\n inserted by the last executed statement","refentry"],"mysqli-stmt.attr-get":["mysqli_stmt::attr_get","Used to get the current value of a statement attribute","refentry"],"mysqli-stmt.attr-set":["mysqli_stmt::attr_set","Used to modify the behavior of a prepared statement","refentry"],"mysqli-stmt.bind-param":["mysqli_stmt::bind_param","Binds variables to a prepared statement as parameters","refentry"],"mysqli-stmt.bind-result":["mysqli_stmt::bind_result","Binds variables to a prepared statement for result storage","refentry"],"mysqli-stmt.close":["mysqli_stmt::close","Closes a prepared statement","refentry"],"mysqli-stmt.data-seek":["mysqli_stmt::data_seek","Seeks to an arbitrary row in statement result set","refentry"],"mysqli-stmt.errno":["mysqli_stmt::$errno","Returns the error code for the most recent statement call","refentry"],"mysqli-stmt.error-list":["mysqli_stmt::$error_list","Returns a list of errors from the last statement executed","refentry"],"mysqli-stmt.error":["mysqli_stmt::$error","Returns a string description for last statement error","refentry"],"mysqli-stmt.execute":["mysqli_stmt::execute","Executes a prepared Query","refentry"],"mysqli-stmt.fetch":["mysqli_stmt::fetch","Fetch results from a prepared statement into the bound variables","refentry"],"mysqli-stmt.field-count":["mysqli_stmt::$field_count","Returns the number of field in the given statement","refentry"],"mysqli-stmt.free-result":["mysqli_stmt::free_result","Frees stored result memory for the given statement handle","refentry"],"mysqli-stmt.get-result":["mysqli_stmt::get_result","Gets a result set from a prepared statement","refentry"],"mysqli-stmt.get-warnings":["mysqli_stmt::get_warnings","Get result of SHOW WARNINGS","refentry"],"mysqli-stmt.insert-id":["mysqli_stmt::$insert_id","Get the ID generated from the previous INSERT operation","refentry"],"mysqli-stmt.more-results":["mysqli_stmt::more_results","Check if there are more query results from a multiple query","refentry"],"mysqli-stmt.next-result":["mysqli_stmt::next_result","Reads the next result from a multiple query","refentry"],"mysqli-stmt.num-rows":["mysqli_stmt::$num_rows","Return the number of rows in statements result set","refentry"],"mysqli-stmt.param-count":["mysqli_stmt::$param_count","Returns the number of parameter for the given statement","refentry"],"mysqli-stmt.prepare":["mysqli_stmt::prepare","Prepare an SQL statement for execution","refentry"],"mysqli-stmt.reset":["mysqli_stmt::reset","Resets a prepared statement","refentry"],"mysqli-stmt.result-metadata":["mysqli_stmt::result_metadata","Returns result set metadata from a prepared statement","refentry"],"mysqli-stmt.send-long-data":["mysqli_stmt::send_long_data","Send data in blocks","refentry"],"mysqli-stmt.sqlstate":["mysqli_stmt::$sqlstate","Returns SQLSTATE error from previous statement operation","refentry"],"mysqli-stmt.store-result":["mysqli_stmt::store_result","Transfers a result set from a prepared statement","refentry"],"class.mysqli-stmt":["mysqli_stmt","The mysqli_stmt class","phpdoc:classref"],"mysqli-result.current-field":["mysqli_result::$current_field","Get current field offset of a result pointer","refentry"],"mysqli-result.data-seek":["mysqli_result::data_seek","Adjusts the result pointer to an arbitrary row in the result","refentry"],"mysqli-result.fetch-all":["mysqli_result::fetch_all","Fetches all result rows as an associative array, a numeric array, or both","refentry"],"mysqli-result.fetch-array":["mysqli_result::fetch_array","Fetch a result row as an associative, a numeric array, or both","refentry"],"mysqli-result.fetch-assoc":["mysqli_result::fetch_assoc","Fetch a result row as an associative array","refentry"],"mysqli-result.fetch-field-direct":["mysqli_result::fetch_field_direct","Fetch meta-data for a single field","refentry"],"mysqli-result.fetch-field":["mysqli_result::fetch_field","Returns the next field in the result set","refentry"],"mysqli-result.fetch-fields":["mysqli_result::fetch_fields","Returns an array of objects representing the fields in a result set","refentry"],"mysqli-result.fetch-object":["mysqli_result::fetch_object","Returns the current row of a result set as an object","refentry"],"mysqli-result.fetch-row":["mysqli_result::fetch_row","Get a result row as an enumerated array","refentry"],"mysqli-result.field-count":["mysqli_result::$field_count","Get the number of fields in a result","refentry"],"mysqli-result.field-seek":["mysqli_result::field_seek","Set result pointer to a specified field offset","refentry"],"mysqli-result.free":["mysqli_result::free","Frees the memory associated with a result","refentry"],"mysqli-result.lengths":["mysqli_result::$lengths","Returns the lengths of the columns of the current row in the result set","refentry"],"mysqli-result.num-rows":["mysqli_result::$num_rows","Gets the number of rows in a result","refentry"],"class.mysqli-result":["mysqli_result","The mysqli_result class","phpdoc:classref"],"mysqli-driver.embedded-server-end":["mysqli_driver::embedded_server_end","Stop embedded server","refentry"],"mysqli-driver.embedded-server-start":["mysqli_driver::embedded_server_start","Initialize and start embedded server","refentry"],"mysqli-driver.report-mode":["mysqli_driver::$report_mode","Enables or disables internal report functions","refentry"],"class.mysqli-driver":["mysqli_driver","The mysqli_driver class","phpdoc:classref"],"mysqli-warning.construct":["mysqli_warning::__construct","The __construct purpose","refentry"],"mysqli-warning.next":["mysqli_warning::next","The next purpose","refentry"],"class.mysqli-warning":["mysqli_warning","The mysqli_warning class","phpdoc:classref"],"class.mysqli-sql-exception":["mysqli_sql_exception","The mysqli_sql_exception class","phpdoc:classref"],"function.mysqli-bind-param":["mysqli_bind_param","Alias for mysqli_stmt_bind_param","refentry"],"function.mysqli-bind-result":["mysqli_bind_result","Alias for mysqli_stmt_bind_result","refentry"],"function.mysqli-client-encoding":["mysqli_client_encoding","Alias of mysqli_character_set_name","refentry"],"function.mysqli-connect":["mysqli_connect","Alias of mysqli::__construct","refentry"],"function.mysqli-disable-reads-from-master":["mysqli::disable_reads_from_master","Disable reads from master","refentry"],"function.mysqli-disable-rpl-parse":["mysqli_disable_rpl_parse","Disable RPL parse","refentry"],"function.mysqli-enable-reads-from-master":["mysqli_enable_reads_from_master","Enable reads from master","refentry"],"function.mysqli-enable-rpl-parse":["mysqli_enable_rpl_parse","Enable RPL parse","refentry"],"function.mysqli-escape-string":["mysqli_escape_string","Alias of mysqli_real_escape_string","refentry"],"function.mysqli-execute":["mysqli_execute","Alias for mysqli_stmt_execute","refentry"],"function.mysqli-fetch":["mysqli_fetch","Alias for mysqli_stmt_fetch","refentry"],"function.mysqli-get-cache-stats":["mysqli_get_cache_stats","Returns client Zval cache statistics","refentry"],"function.mysqli-get-metadata":["mysqli_get_metadata","Alias for mysqli_stmt_result_metadata","refentry"],"function.mysqli-master-query":["mysqli_master_query","Enforce execution of a query on the master in a master\/slave setup","refentry"],"function.mysqli-param-count":["mysqli_param_count","Alias for mysqli_stmt_param_count","refentry"],"function.mysqli-report":["mysqli_report","Alias of of mysqli_driver->report_mode","refentry"],"function.mysqli-rpl-parse-enabled":["mysqli_rpl_parse_enabled","Check if RPL parse is enabled","refentry"],"function.mysqli-rpl-probe":["mysqli_rpl_probe","RPL probe","refentry"],"function.mysqli-send-long-data":["mysqli_send_long_data","Alias for mysqli_stmt_send_long_data","refentry"],"function.mysqli-set-opt":["mysqli::set_opt","Alias of mysqli_options","refentry"],"function.mysqli-slave-query":["mysqli_slave_query","Force execution of a query on a slave in a master\/slave setup","refentry"],"book.mysqli":["Mysqli","MySQL Improved Extension","book"],"book.mysqlnd":["Mysqlnd","MySQL Native Driver","book"],"function.mysqlnd-ms-get-last-gtid":["mysqlnd_ms_get_last_gtid","Returns the latest global transaction ID","refentry"],"function.mysqlnd-ms-get-last-used-connection":["mysqlnd_ms_get_last_used_connection","Returns an array which describes the last used connection","refentry"],"function.mysqlnd-ms-get-stats":["mysqlnd_ms_get_stats","Returns query distribution and connection statistics","refentry"],"function.mysqlnd-ms-match-wild":["mysqlnd_ms_match_wild","Finds whether a table name matches a wildcard pattern or not","refentry"],"function.mysqlnd-ms-query-is-select":["mysqlnd_ms_query_is_select","Find whether to send the query to the master, the slave or the last used MySQL server","refentry"],"function.mysqlnd-ms-set-qos":["mysqlnd_ms_set_qos","Sets the quality of service needed from the cluster","refentry"],"function.mysqlnd-ms-set-user-pick-server":["mysqlnd_ms_set_user_pick_server","Sets a callback for user-defined read\/write splitting","refentry"],"book.mysqlnd-ms":["mysqlnd_ms","Mysqlnd replication and load balancing plugin","book"],"function.mysqlnd-qc-clear-cache":["mysqlnd_qc_clear_cache","Flush all cache contents","refentry"],"function.mysqlnd-qc-get-available-handlers":["mysqlnd_qc_get_available_handlers","Returns a list of available storage handler","refentry"],"function.mysqlnd-qc-get-cache-info":["mysqlnd_qc_get_cache_info","Returns information on the current handler, the number of cache entries and cache entries, if available","refentry"],"function.mysqlnd-qc-get-core-stats":["mysqlnd_qc_get_core_stats","Statistics collected by the core of the query cache","refentry"],"function.mysqlnd-qc-get-normalized-query-trace-log":["mysqlnd_qc_get_normalized_query_trace_log","Returns a normalized query trace log for each query inspected by the query cache","refentry"],"function.mysqlnd-qc-get-query-trace-log":["mysqlnd_qc_get_query_trace_log","Returns a backtrace for each query inspected by the query cache","refentry"],"function.mysqlnd-qc-set-cache-condition":["mysqlnd_qc_set_cache_condition","Set conditions for automatic caching","refentry"],"function.mysqlnd-qc-set-is-select":["mysqlnd_qc_set_is_select","Installs a callback which decides whether a statement is cached","refentry"],"function.mysqlnd-qc-set-storage-handler":["mysqlnd_qc_set_storage_handler","Change current storage handler","refentry"],"function.mysqlnd-qc-set-user-handlers":["mysqlnd_qc_set_user_handlers","Sets the callback functions for a user-defined procedural storage handler","refentry"],"book.mysqlnd-qc":["mysqlnd_qc","Mysqlnd query result cache plugin","book"],"mysqlnduhconnection.changeuser":["MysqlndUhConnection::changeUser","Changes the user of the specified mysqlnd database connection","refentry"],"mysqlnduhconnection.charsetname":["MysqlndUhConnection::charsetName","Returns the default character set for the database connection","refentry"],"mysqlnduhconnection.close":["MysqlndUhConnection::close","Closes a previously opened database connection","refentry"],"mysqlnduhconnection.connect":["MysqlndUhConnection::connect","Open a new connection to the MySQL server","refentry"],"mysqlnduhconnection.construct":["MysqlndUhConnection::__construct","The __construct purpose","refentry"],"mysqlnduhconnection.endpsession":["MysqlndUhConnection::endPSession","End a persistent connection","refentry"],"mysqlnduhconnection.escapestring":["MysqlndUhConnection::escapeString","Escapes special characters in a string for use in an SQL statement,\n taking into account the current charset of the connection","refentry"],"mysqlnduhconnection.getaffectedrows":["MysqlndUhConnection::getAffectedRows","Gets the number of affected rows in a previous MySQL operation","refentry"],"mysqlnduhconnection.geterrornumber":["MysqlndUhConnection::getErrorNumber","Returns the error code for the most recent function call","refentry"],"mysqlnduhconnection.geterrorstring":["MysqlndUhConnection::getErrorString","Returns a string description of the last error","refentry"],"mysqlnduhconnection.getfieldcount":["MysqlndUhConnection::getFieldCount","Returns the number of columns for the most recent query","refentry"],"mysqlnduhconnection.gethostinformation":["MysqlndUhConnection::getHostInformation","Returns a string representing the type of connection used","refentry"],"mysqlnduhconnection.getlastinsertid":["MysqlndUhConnection::getLastInsertId","Returns the auto generated id used in the last query.","refentry"],"mysqlnduhconnection.getlastmessage":["MysqlndUhConnection::getLastMessage","Retrieves information about the most recently executed query","refentry"],"mysqlnduhconnection.getprotocolinformation":["MysqlndUhConnection::getProtocolInformation","Returns the version of the MySQL protocol used","refentry"],"mysqlnduhconnection.getserverinformation":["MysqlndUhConnection::getServerInformation","Returns the version of the MySQL server","refentry"],"mysqlnduhconnection.getserverstatistics":["MysqlndUhConnection::getServerStatistics","Gets the current system status","refentry"],"mysqlnduhconnection.getserverversion":["MysqlndUhConnection::getServerVersion","Returns the version of the MySQL server as an integer","refentry"],"mysqlnduhconnection.getsqlstate":["MysqlndUhConnection::getSqlstate","Returns the SQLSTATE error from previous MySQL operation","refentry"],"mysqlnduhconnection.getstatistics":["MysqlndUhConnection::getStatistics","Returns statistics about the client connection.","refentry"],"mysqlnduhconnection.getthreadid":["MysqlndUhConnection::getThreadId","Returns the thread ID for the current connection","refentry"],"mysqlnduhconnection.getwarningcount":["MysqlndUhConnection::getWarningCount","Returns the number of warnings from the last query for the given link","refentry"],"mysqlnduhconnection.init":["MysqlndUhConnection::init","Initialize mysqlnd connection","refentry"],"mysqlnduhconnection.killconnection":["MysqlndUhConnection::killConnection","Asks the server to kill a MySQL thread","refentry"],"mysqlnduhconnection.listfields":["MysqlndUhConnection::listFields","List MySQL table fields","refentry"],"mysqlnduhconnection.listmethod":["MysqlndUhConnection::listMethod","Wrapper for assorted list commands","refentry"],"mysqlnduhconnection.moreresults":["MysqlndUhConnection::moreResults","Check if there are any more query results from a multi query","refentry"],"mysqlnduhconnection.nextresult":["MysqlndUhConnection::nextResult","Prepare next result from multi_query","refentry"],"mysqlnduhconnection.ping":["MysqlndUhConnection::ping","Pings a server connection, or tries to reconnect if the connection has gone down","refentry"],"mysqlnduhconnection.query":["MysqlndUhConnection::query","Performs a query on the database","refentry"],"mysqlnduhconnection.queryreadresultsetheader":["MysqlndUhConnection::queryReadResultsetHeader","Read a result set header","refentry"],"mysqlnduhconnection.reapquery":["MysqlndUhConnection::reapQuery","Get result from async query","refentry"],"mysqlnduhconnection.refreshserver":["MysqlndUhConnection::refreshServer","Flush or reset tables and caches","refentry"],"mysqlnduhconnection.restartpsession":["MysqlndUhConnection::restartPSession","Restart a persistent mysqlnd connection","refentry"],"mysqlnduhconnection.selectdb":["MysqlndUhConnection::selectDb","Selects the default database for database queries","refentry"],"mysqlnduhconnection.sendclose":["MysqlndUhConnection::sendClose","Sends a close command to MySQL","refentry"],"mysqlnduhconnection.sendquery":["MysqlndUhConnection::sendQuery","Sends a query to MySQL","refentry"],"mysqlnduhconnection.serverdumpdebuginformation":["MysqlndUhConnection::serverDumpDebugInformation","Dump debugging information into the log for the MySQL server","refentry"],"mysqlnduhconnection.setautocommit":["MysqlndUhConnection::setAutocommit","Turns on or off auto-committing database modifications","refentry"],"mysqlnduhconnection.setcharset":["MysqlndUhConnection::setCharset","Sets the default client character set","refentry"],"mysqlnduhconnection.setclientoption":["MysqlndUhConnection::setClientOption","Sets a client option","refentry"],"mysqlnduhconnection.setserveroption":["MysqlndUhConnection::setServerOption","Sets a server option","refentry"],"mysqlnduhconnection.shutdownserver":["MysqlndUhConnection::shutdownServer","The shutdownServer purpose","refentry"],"mysqlnduhconnection.simplecommand":["MysqlndUhConnection::simpleCommand","Sends a basic COM_* command","refentry"],"mysqlnduhconnection.simplecommandhandleresponse":["MysqlndUhConnection::simpleCommandHandleResponse","Process a response for a basic COM_* command send to the client","refentry"],"mysqlnduhconnection.sslset":["MysqlndUhConnection::sslSet","Used for establishing secure connections using SSL","refentry"],"mysqlnduhconnection.stmtinit":["MysqlndUhConnection::stmtInit","Initializes a statement and returns a resource for use with mysqli_statement::prepare","refentry"],"mysqlnduhconnection.storeresult":["MysqlndUhConnection::storeResult","Transfers a result set from the last query","refentry"],"mysqlnduhconnection.txcommit":["MysqlndUhConnection::txCommit","Commits the current transaction","refentry"],"mysqlnduhconnection.txrollback":["MysqlndUhConnection::txRollback","Rolls back current transaction","refentry"],"mysqlnduhconnection.useresult":["MysqlndUhConnection::useResult","Initiate a result set retrieval","refentry"],"class.mysqlnduhconnection":["MysqlndUhConnection","The MysqlndUhConnection class","phpdoc:classref"],"mysqlnduhpreparedstatement.construct":["MysqlndUhPreparedStatement::__construct","The __construct purpose","refentry"],"mysqlnduhpreparedstatement.execute":["MysqlndUhPreparedStatement::execute","Executes a prepared Query","refentry"],"mysqlnduhpreparedstatement.prepare":["MysqlndUhPreparedStatement::prepare","Prepare an SQL statement for execution","refentry"],"class.mysqlnduhpreparedstatement":["MysqlndUhPreparedStatement","The MysqlndUhPreparedStatement class","phpdoc:classref"],"function.mysqlnd-uh-convert-to-mysqlnd":["mysqlnd_uh_convert_to_mysqlnd","Converts a MySQL connection handle into a mysqlnd connection handle","refentry"],"function.mysqlnd-uh-set-connection-proxy":["mysqlnd_uh_set_connection_proxy","Installs a proxy for mysqlnd connections","refentry"],"function.mysqlnd-uh-set-statement-proxy":["mysqlnd_uh_set_statement_proxy","Installs a proxy for mysqlnd statements","refentry"],"book.mysqlnd-uh":["mysqlnd_uh","Mysqlnd user handler plugin","book"],"book.mysqlnd-mux":["mysqlnd_mux","Mysqlnd connection multiplexing plugin","book"],"function.mysqlnd-memcache-get-config":["mysqlnd_memcache_get_config","Returns information about the plugin configuration","refentry"],"function.mysqlnd-memcache-set":["mysqlnd_memcache_set","Associate a MySQL connection with a Memcache connection","refentry"],"book.mysqlnd-memcache":["mysqlnd_memcache","Mysqlnd Memcache plugin","book"],"set.mysqlinfo":["MySQL","MySQL Drivers and Plugins","set"],"function.oci-bind-array-by-name":["oci_bind_array_by_name","Binds a PHP array to an Oracle PL\/SQL array parameter","refentry"],"function.oci-bind-by-name":["oci_bind_by_name","Binds a PHP variable to an Oracle placeholder","refentry"],"function.oci-cancel":["oci_cancel","Cancels reading from cursor","refentry"],"function.oci-client-version":["oci_client_version","Returns the Oracle client library version","refentry"],"function.oci-close":["oci_close","Closes an Oracle connection","refentry"],"function.oci-commit":["oci_commit","Commits the outstanding database transaction","refentry"],"function.oci-connect":["oci_connect","Connect to an Oracle database","refentry"],"function.oci-define-by-name":["oci_define_by_name","Associates a PHP variable with a column for query fetches","refentry"],"function.oci-error":["oci_error","Returns the last error found","refentry"],"function.oci-execute":["oci_execute","Executes a statement","refentry"],"function.oci-fetch-all":["oci_fetch_all","Fetches multiple rows from a query into a two-dimensional array","refentry"],"function.oci-fetch-array":["oci_fetch_array","Returns the next row from a query as an associative or numeric array","refentry"],"function.oci-fetch-assoc":["oci_fetch_assoc","Returns the next row from a query as an associative array","refentry"],"function.oci-fetch-object":["oci_fetch_object","Returns the next row from a query as an object","refentry"],"function.oci-fetch-row":["oci_fetch_row","Returns the next row from a query as a numeric array","refentry"],"function.oci-fetch":["oci_fetch","Fetches the next row from a query into internal buffers","refentry"],"function.oci-field-is-null":["oci_field_is_null","Checks if the field is NULL","refentry"],"function.oci-field-name":["oci_field_name","Returns the name of a field from the statement","refentry"],"function.oci-field-precision":["oci_field_precision","Tell the precision of a field","refentry"],"function.oci-field-scale":["oci_field_scale","Tell the scale of the field","refentry"],"function.oci-field-size":["oci_field_size","Returns field's size","refentry"],"function.oci-field-type-raw":["oci_field_type_raw","Tell the raw Oracle data type of the field","refentry"],"function.oci-field-type":["oci_field_type","Returns field's data type","refentry"],"function.oci-free-descriptor":["oci_free_descriptor","Frees a descriptor","refentry"],"function.oci-free-statement":["oci_free_statement","Frees all resources associated with statement or cursor","refentry"],"function.oci-get-implicit-resultset":["oci_get_implicit_resultset","Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets","refentry"],"function.oci-internal-debug":["oci_internal_debug","Enables or disables internal debug output","refentry"],"function.oci-lob-copy":["oci_lob_copy","Copies large object","refentry"],"function.oci-lob-is-equal":["oci_lob_is_equal","Compares two LOB\/FILE locators for equality","refentry"],"function.oci-new-collection":["oci_new_collection","Allocates new collection object","refentry"],"function.oci-new-connect":["oci_new_connect","Connect to the Oracle server using a unique connection","refentry"],"function.oci-new-cursor":["oci_new_cursor","Allocates and returns a new cursor (statement handle)","refentry"],"function.oci-new-descriptor":["oci_new_descriptor","Initializes a new empty LOB or FILE descriptor","refentry"],"function.oci-num-fields":["oci_num_fields","Returns the number of result columns in a statement","refentry"],"function.oci-num-rows":["oci_num_rows","Returns number of rows affected during statement execution","refentry"],"function.oci-parse":["oci_parse","Prepares an Oracle statement for execution","refentry"],"function.oci-password-change":["oci_password_change","Changes password of Oracle's user","refentry"],"function.oci-pconnect":["oci_pconnect","Connect to an Oracle database using a persistent connection","refentry"],"function.oci-result":["oci_result","Returns field's value from the fetched row","refentry"],"function.oci-rollback":["oci_rollback","Rolls back the outstanding database transaction","refentry"],"function.oci-server-version":["oci_server_version","Returns the Oracle Database version","refentry"],"function.oci-set-action":["oci_set_action","Sets the action name","refentry"],"function.oci-set-client-identifier":["oci_set_client_identifier","Sets the client identifier","refentry"],"function.oci-set-client-info":["oci_set_client_info","Sets the client information","refentry"],"function.oci-set-edition":["oci_set_edition","Sets the database edition","refentry"],"function.oci-set-module-name":["oci_set_module_name","Sets the module name","refentry"],"function.oci-set-prefetch":["oci_set_prefetch","Sets number of rows to be prefetched by queries","refentry"],"function.oci-statement-type":["oci_statement_type","Returns the type of a statement","refentry"],"oci-collection.append":["OCI-Collection::append","Appends element to the collection","refentry"],"oci-collection.assign":["OCI-Collection::assign","Assigns a value to the collection from another existing collection","refentry"],"oci-collection.assignelem":["OCI-Collection::assignElem","Assigns a value to the element of the collection","refentry"],"oci-collection.free":["OCI-Collection::free","Frees the resources associated with the collection object","refentry"],"oci-collection.getelem":["OCI-Collection::getElem","Returns value of the element","refentry"],"oci-collection.max":["OCI-Collection::max","Returns the maximum number of elements in the collection","refentry"],"oci-collection.size":["OCI-Collection::size","Returns size of the collection","refentry"],"oci-collection.trim":["OCI-Collection::trim","Trims elements from the end of the collection","refentry"],"class.OCI-Collection":["OCI-Collection","The OCI-Collection class","phpdoc:classref"],"oci-lob.append":["OCI-Lob::append","Appends data from the large object to another large object","refentry"],"oci-lob.close":["OCI-Lob::close","Closes LOB descriptor","refentry"],"oci-lob.eof":["OCI-Lob::eof","Tests for end-of-file on a large object's descriptor","refentry"],"oci-lob.erase":["OCI-Lob::erase","Erases a specified portion of the internal LOB data","refentry"],"oci-lob.export":["OCI-Lob::export","Exports LOB's contents to a file","refentry"],"oci-lob.flush":["OCI-Lob::flush","Flushes\/writes buffer of the LOB to the server","refentry"],"oci-lob.free":["OCI-Lob::free","Frees resources associated with the LOB descriptor","refentry"],"oci-lob.getbuffering":["OCI-Lob::getBuffering","Returns current state of buffering for the large object","refentry"],"oci-lob.import":["OCI-Lob::import","Imports file data to the LOB","refentry"],"oci-lob.load":["OCI-Lob::load","Returns large object's contents","refentry"],"oci-lob.read":["OCI-Lob::read","Reads part of the large object","refentry"],"oci-lob.rewind":["OCI-Lob::rewind","Moves the internal pointer to the beginning of the large object","refentry"],"oci-lob.save":["OCI-Lob::save","Saves data to the large object","refentry"],"oci-lob.savefile":["OCI-Lob::saveFile","Alias of OCI-Lob::import","refentry"],"oci-lob.seek":["OCI-Lob::seek","Sets the internal pointer of the large object","refentry"],"oci-lob.setbuffering":["OCI-Lob::setBuffering","Changes current state of buffering for the large object","refentry"],"oci-lob.size":["OCI-Lob::size","Returns size of large object","refentry"],"oci-lob.tell":["OCI-Lob::tell","Returns the current position of internal pointer of large object","refentry"],"oci-lob.truncate":["OCI-Lob::truncate","Truncates large object","refentry"],"oci-lob.write":["OCI-Lob::write","Writes data to the large object","refentry"],"oci-lob.writetemporary":["OCI-Lob::writeTemporary","Writes a temporary large object","refentry"],"oci-lob.writetofile":["OCI-Lob::writeToFile","Alias of OCI-Lob::export","refentry"],"class.OCI-Lob":["OCI-Lob","The OCI-Lob class","phpdoc:classref"],"function.ocibindbyname":["ocibindbyname","Alias of oci_bind_by_name","refentry"],"function.ocicancel":["ocicancel","Alias of oci_cancel","refentry"],"function.ocicloselob":["ocicloselob","Alias of OCI-Lob::close","refentry"],"function.ocicollappend":["ocicollappend","Alias of OCI-Collection::append","refentry"],"function.ocicollassign":["ocicollassign","Alias of OCI-Collection::assign","refentry"],"function.ocicollassignelem":["ocicollassignelem","Alias of OCI-Collection::assignElem","refentry"],"function.ocicollgetelem":["ocicollgetelem","Alias of OCI-Collection::getElem","refentry"],"function.ocicollmax":["ocicollmax","Alias of OCI-Collection::max","refentry"],"function.ocicollsize":["ocicollsize","Alias of OCI-Collection::size","refentry"],"function.ocicolltrim":["ocicolltrim","Alias of OCI-Collection::trim","refentry"],"function.ocicolumnisnull":["ocicolumnisnull","Alias of oci_field_is_null","refentry"],"function.ocicolumnname":["ocicolumnname","Alias of oci_field_name","refentry"],"function.ocicolumnprecision":["ocicolumnprecision","Alias of oci_field_precision","refentry"],"function.ocicolumnscale":["ocicolumnscale","Alias of oci_field_scale","refentry"],"function.ocicolumnsize":["ocicolumnsize","Alias of oci_field_size","refentry"],"function.ocicolumntype":["ocicolumntype","Alias of oci_field_type","refentry"],"function.ocicolumntyperaw":["ocicolumntyperaw","Alias of oci_field_type_raw","refentry"],"function.ocicommit":["ocicommit","Alias of oci_commit","refentry"],"function.ocidefinebyname":["ocidefinebyname","Alias of oci_define_by_name","refentry"],"function.ocierror":["ocierror","Alias of oci_error","refentry"],"function.ociexecute":["ociexecute","Alias of oci_execute","refentry"],"function.ocifetch":["ocifetch","Alias of oci_fetch","refentry"],"function.ocifetchinto":["ocifetchinto","Obsolete variant of oci_fetch_array, oci_fetch_object,\n oci_fetch_assoc and\n oci_fetch_row","refentry"],"function.ocifetchstatement":["ocifetchstatement","Alias of oci_fetch_all","refentry"],"function.ocifreecollection":["ocifreecollection","Alias of OCI-Collection::free","refentry"],"function.ocifreecursor":["ocifreecursor","Alias of oci_free_statement","refentry"],"function.ocifreedesc":["ocifreedesc","Alias of OCI-Lob::free","refentry"],"function.ocifreestatement":["ocifreestatement","Alias of oci_free_statement","refentry"],"function.ociinternaldebug":["ociinternaldebug","Alias of oci_internal_debug","refentry"],"function.ociloadlob":["ociloadlob","Alias of OCI-Lob::load","refentry"],"function.ocilogoff":["ocilogoff","Alias of oci_close","refentry"],"function.ocilogon":["ocilogon","Alias of oci_connect","refentry"],"function.ocinewcollection":["ocinewcollection","Alias of oci_new_collection","refentry"],"function.ocinewcursor":["ocinewcursor","Alias of oci_new_cursor","refentry"],"function.ocinewdescriptor":["ocinewdescriptor","Alias of oci_new_descriptor","refentry"],"function.ocinlogon":["ocinlogon","Alias of oci_new_connect","refentry"],"function.ocinumcols":["ocinumcols","Alias of oci_num_fields","refentry"],"function.ociparse":["ociparse","Alias of oci_parse","refentry"],"function.ociplogon":["ociplogon","Alias of oci_pconnect","refentry"],"function.ociresult":["ociresult","Alias of oci_result","refentry"],"function.ocirollback":["ocirollback","Alias of oci_rollback","refentry"],"function.ocirowcount":["ocirowcount","Alias of oci_num_rows","refentry"],"function.ocisavelob":["ocisavelob","Alias of OCI-Lob::save","refentry"],"function.ocisavelobfile":["ocisavelobfile","Alias of OCI-Lob::import","refentry"],"function.ociserverversion":["ociserverversion","Alias of oci_server_version","refentry"],"function.ocisetprefetch":["ocisetprefetch","Alias of oci_set_prefetch","refentry"],"function.ocistatementtype":["ocistatementtype","Alias of oci_statement_type","refentry"],"function.ociwritelobtofile":["ociwritelobtofile","Alias of OCI-Lob::export","refentry"],"function.ociwritetemporarylob":["ociwritetemporarylob","Alias of OCI-Lob::writeTemporary","refentry"],"book.oci8":["OCI8","Oracle OCI8","book"],"function.ovrimos-close":["ovrimos_close","Closes the connection to ovrimos","refentry"],"function.ovrimos-commit":["ovrimos_commit","Commits the transaction","refentry"],"function.ovrimos-connect":["ovrimos_connect","Connect to the specified database","refentry"],"function.ovrimos-cursor":["ovrimos_cursor","Returns the name of the cursor","refentry"],"function.ovrimos-exec":["ovrimos_exec","Executes an SQL statement","refentry"],"function.ovrimos-execute":["ovrimos_execute","Executes a prepared SQL statement","refentry"],"function.ovrimos-fetch-into":["ovrimos_fetch_into","Fetches a row from the result set","refentry"],"function.ovrimos-fetch-row":["ovrimos_fetch_row","Fetches a row from the result set","refentry"],"function.ovrimos-field-len":["ovrimos_field_len","Returns the length of the output column","refentry"],"function.ovrimos-field-name":["ovrimos_field_name","Returns the output column name","refentry"],"function.ovrimos-field-num":["ovrimos_field_num","Returns the (1-based) index of the output column","refentry"],"function.ovrimos-field-type":["ovrimos_field_type","Returns the type of the output column","refentry"],"function.ovrimos-free-result":["ovrimos_free_result","Frees the specified result_id","refentry"],"function.ovrimos-longreadlen":["ovrimos_longreadlen","Specifies how many bytes are to be retrieved from long datatypes","refentry"],"function.ovrimos-num-fields":["ovrimos_num_fields","Returns the number of columns","refentry"],"function.ovrimos-num-rows":["ovrimos_num_rows","Returns the number of rows affected by update operations","refentry"],"function.ovrimos-prepare":["ovrimos_prepare","Prepares an SQL statement","refentry"],"function.ovrimos-result-all":["ovrimos_result_all","Prints the whole result set as an HTML table","refentry"],"function.ovrimos-result":["ovrimos_result","Retrieves the output column","refentry"],"function.ovrimos-rollback":["ovrimos_rollback","Rolls back the transaction","refentry"],"function.px-close":["px_close","Closes a paradox database","refentry"],"function.px-create-fp":["px_create_fp","Create a new paradox database","refentry"],"function.px-date2string":["px_date2string","Converts a date into a string.","refentry"],"function.px-delete-record":["px_delete_record","Deletes record from paradox database","refentry"],"function.px-delete":["px_delete","Deletes resource of paradox database","refentry"],"function.px-get-field":["px_get_field","Returns the specification of a single field","refentry"],"function.px-get-info":["px_get_info","Return lots of information about a paradox file","refentry"],"function.px-get-parameter":["px_get_parameter","Gets a parameter","refentry"],"function.px-get-record":["px_get_record","Returns record of paradox database","refentry"],"function.px-get-schema":["px_get_schema","Returns the database schema","refentry"],"function.px-get-value":["px_get_value","Gets a value","refentry"],"function.px-insert-record":["px_insert_record","Inserts record into paradox database","refentry"],"function.px-new":["px_new","Create a new paradox object","refentry"],"function.px-numfields":["px_numfields","Returns number of fields in a database","refentry"],"function.px-numrecords":["px_numrecords","Returns number of records in a database","refentry"],"function.px-open-fp":["px_open_fp","Open paradox database","refentry"],"function.px-put-record":["px_put_record","Stores record into paradox database","refentry"],"function.px-retrieve-record":["px_retrieve_record","Returns record of paradox database","refentry"],"function.px-set-blob-file":["px_set_blob_file","Sets the file where blobs are read from","refentry"],"function.px-set-parameter":["px_set_parameter","Sets a parameter","refentry"],"function.px-set-tablename":["px_set_tablename","Sets the name of a table (deprecated)","refentry"],"function.px-set-targetencoding":["px_set_targetencoding","Sets the encoding for character fields (deprecated)","refentry"],"function.px-set-value":["px_set_value","Sets a value","refentry"],"function.px-timestamp2string":["px_timestamp2string","Converts the timestamp into a string.","refentry"],"function.px-update-record":["px_update_record","Updates record in paradox database","refentry"],"book.paradox":["Paradox","Paradox File Access","book"],"function.pg-affected-rows":["pg_affected_rows","Returns number of affected records (tuples)","refentry"],"function.pg-cancel-query":["pg_cancel_query","Cancel an asynchronous query","refentry"],"function.pg-client-encoding":["pg_client_encoding","Gets the client encoding","refentry"],"function.pg-close":["pg_close","Closes a PostgreSQL connection","refentry"],"function.pg-connect":["pg_connect","Open a PostgreSQL connection","refentry"],"function.pg-connection-busy":["pg_connection_busy","Get connection is busy or not","refentry"],"function.pg-connection-reset":["pg_connection_reset","Reset connection (reconnect)","refentry"],"function.pg-connection-status":["pg_connection_status","Get connection status","refentry"],"function.pg-convert":["pg_convert","Convert associative array values into suitable for SQL statement","refentry"],"function.pg-copy-from":["pg_copy_from","Insert records into a table from an array","refentry"],"function.pg-copy-to":["pg_copy_to","Copy a table to an array","refentry"],"function.pg-dbname":["pg_dbname","Get the database name","refentry"],"function.pg-delete":["pg_delete","Deletes records","refentry"],"function.pg-end-copy":["pg_end_copy","Sync with PostgreSQL backend","refentry"],"function.pg-escape-bytea":["pg_escape_bytea","Escape a string for insertion into a bytea field","refentry"],"function.pg-escape-identifier":["pg_escape_identifier","Escape a identifier for insertion into a text field","refentry"],"function.pg-escape-literal":["pg_escape_literal","Escape a literal for insertion into a text field","refentry"],"function.pg-escape-string":["pg_escape_string","Escape a string for query","refentry"],"function.pg-execute":["pg_execute","Sends a request to execute a prepared statement with given parameters, and waits for the result.","refentry"],"function.pg-fetch-all-columns":["pg_fetch_all_columns","Fetches all rows in a particular result column as an array","refentry"],"function.pg-fetch-all":["pg_fetch_all","Fetches all rows from a result as an array","refentry"],"function.pg-fetch-array":["pg_fetch_array","Fetch a row as an array","refentry"],"function.pg-fetch-assoc":["pg_fetch_assoc","Fetch a row as an associative array","refentry"],"function.pg-fetch-object":["pg_fetch_object","Fetch a row as an object","refentry"],"function.pg-fetch-result":["pg_fetch_result","Returns values from a result resource","refentry"],"function.pg-fetch-row":["pg_fetch_row","Get a row as an enumerated array","refentry"],"function.pg-field-is-null":["pg_field_is_null","Test if a field is SQL NULL","refentry"],"function.pg-field-name":["pg_field_name","Returns the name of a field","refentry"],"function.pg-field-num":["pg_field_num","Returns the field number of the named field","refentry"],"function.pg-field-prtlen":["pg_field_prtlen","Returns the printed length","refentry"],"function.pg-field-size":["pg_field_size","Returns the internal storage size of the named field","refentry"],"function.pg-field-table":["pg_field_table","Returns the name or oid of the tables field","refentry"],"function.pg-field-type-oid":["pg_field_type_oid","Returns the type ID (OID) for the corresponding field number","refentry"],"function.pg-field-type":["pg_field_type","Returns the type name for the corresponding field number","refentry"],"function.pg-free-result":["pg_free_result","Free result memory","refentry"],"function.pg-get-notify":["pg_get_notify","Gets SQL NOTIFY message","refentry"],"function.pg-get-pid":["pg_get_pid","Gets the backend's process ID","refentry"],"function.pg-get-result":["pg_get_result","Get asynchronous query result","refentry"],"function.pg-host":["pg_host","Returns the host name associated with the connection","refentry"],"function.pg-insert":["pg_insert","Insert array into table","refentry"],"function.pg-last-error":["pg_last_error","Get the last error message string of a connection","refentry"],"function.pg-last-notice":["pg_last_notice","Returns the last notice message from PostgreSQL server","refentry"],"function.pg-last-oid":["pg_last_oid","Returns the last row's OID","refentry"],"function.pg-lo-close":["pg_lo_close","Close a large object","refentry"],"function.pg-lo-create":["pg_lo_create","Create a large object","refentry"],"function.pg-lo-export":["pg_lo_export","Export a large object to file","refentry"],"function.pg-lo-import":["pg_lo_import","Import a large object from file","refentry"],"function.pg-lo-open":["pg_lo_open","Open a large object","refentry"],"function.pg-lo-read-all":["pg_lo_read_all","Reads an entire large object and send straight to browser","refentry"],"function.pg-lo-read":["pg_lo_read","Read a large object","refentry"],"function.pg-lo-seek":["pg_lo_seek","Seeks position within a large object","refentry"],"function.pg-lo-tell":["pg_lo_tell","Returns current seek position a of large object","refentry"],"function.pg-lo-unlink":["pg_lo_unlink","Delete a large object","refentry"],"function.pg-lo-write":["pg_lo_write","Write to a large object","refentry"],"function.pg-meta-data":["pg_meta_data","Get meta data for table","refentry"],"function.pg-num-fields":["pg_num_fields","Returns the number of fields in a result","refentry"],"function.pg-num-rows":["pg_num_rows","Returns the number of rows in a result","refentry"],"function.pg-options":["pg_options","Get the options associated with the connection","refentry"],"function.pg-parameter-status":["pg_parameter_status","Looks up a current parameter setting of the server.","refentry"],"function.pg-pconnect":["pg_pconnect","Open a persistent PostgreSQL connection","refentry"],"function.pg-ping":["pg_ping","Ping database connection","refentry"],"function.pg-port":["pg_port","Return the port number associated with the connection","refentry"],"function.pg-prepare":["pg_prepare","Submits a request to create a prepared statement with the \n given parameters, and waits for completion.","refentry"],"function.pg-put-line":["pg_put_line","Send a NULL-terminated string to PostgreSQL backend","refentry"],"function.pg-query-params":["pg_query_params","Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text.","refentry"],"function.pg-query":["pg_query","Execute a query","refentry"],"function.pg-result-error-field":["pg_result_error_field","Returns an individual field of an error report.","refentry"],"function.pg-result-error":["pg_result_error","Get error message associated with result","refentry"],"function.pg-result-seek":["pg_result_seek","Set internal row offset in result resource","refentry"],"function.pg-result-status":["pg_result_status","Get status of query result","refentry"],"function.pg-select":["pg_select","Select records","refentry"],"function.pg-send-execute":["pg_send_execute","Sends a request to execute a prepared statement with given parameters, without waiting for the result(s).","refentry"],"function.pg-send-prepare":["pg_send_prepare","Sends a request to create a prepared statement with the given parameters, without waiting for completion.","refentry"],"function.pg-send-query-params":["pg_send_query_params","Submits a command and separate parameters to the server without waiting for the result(s).","refentry"],"function.pg-send-query":["pg_send_query","Sends asynchronous query","refentry"],"function.pg-set-client-encoding":["pg_set_client_encoding","Set the client encoding","refentry"],"function.pg-set-error-verbosity":["pg_set_error_verbosity","Determines the verbosity of messages returned by pg_last_error \n and pg_result_error.","refentry"],"function.pg-trace":["pg_trace","Enable tracing a PostgreSQL connection","refentry"],"function.pg-transaction-status":["pg_transaction_status","Returns the current in-transaction status of the server.","refentry"],"function.pg-tty":["pg_tty","Return the TTY name associated with the connection","refentry"],"function.pg-unescape-bytea":["pg_unescape_bytea","Unescape binary for bytea type","refentry"],"function.pg-untrace":["pg_untrace","Disable tracing of a PostgreSQL connection","refentry"],"function.pg-update":["pg_update","Update table","refentry"],"function.pg-version":["pg_version","Returns an array with client, protocol and server version (when available)","refentry"],"function.sqlite-array-query":["sqlite_array_query","Execute a query against a given database and returns an array","refentry"],"function.sqlite-busy-timeout":["sqlite_busy_timeout","Set busy timeout duration, or disable busy handlers","refentry"],"function.sqlite-changes":["sqlite_changes","Returns the number of rows that were changed by the most\n recent SQL statement","refentry"],"function.sqlite-close":["sqlite_close","Closes an open SQLite database","refentry"],"function.sqlite-column":["sqlite_column","Fetches a column from the current row of a result set","refentry"],"function.sqlite-create-aggregate":["sqlite_create_aggregate","Register an aggregating UDF for use in SQL statements","refentry"],"function.sqlite-create-function":["sqlite_create_function","Registers a "regular" User Defined Function for use in SQL statements","refentry"],"function.sqlite-current":["sqlite_current","Fetches the current row from a result set as an array","refentry"],"function.sqlite-error-string":["sqlite_error_string","Returns the textual description of an error code","refentry"],"function.sqlite-escape-string":["sqlite_escape_string","Escapes a string for use as a query parameter","refentry"],"function.sqlite-exec":["sqlite_exec","Executes a result-less query against a given database","refentry"],"function.sqlite-factory":["sqlite_factory","Opens an SQLite database and returns an SQLiteDatabase object","refentry"],"function.sqlite-fetch-all":["sqlite_fetch_all","Fetches all rows from a result set as an array of arrays","refentry"],"function.sqlite-fetch-array":["sqlite_fetch_array","Fetches the next row from a result set as an array","refentry"],"function.sqlite-fetch-column-types":["sqlite_fetch_column_types","Return an array of column types from a particular table","refentry"],"function.sqlite-fetch-object":["sqlite_fetch_object","Fetches the next row from a result set as an object","refentry"],"function.sqlite-fetch-single":["sqlite_fetch_single","Fetches the first column of a result set as a string","refentry"],"function.sqlite-fetch-string":["sqlite_fetch_string","Alias of sqlite_fetch_single","refentry"],"function.sqlite-field-name":["sqlite_field_name","Returns the name of a particular field","refentry"],"function.sqlite-has-more":["sqlite_has_more","Finds whether or not more rows are available","refentry"],"function.sqlite-has-prev":["sqlite_has_prev","Returns whether or not a previous row is available","refentry"],"function.sqlite-key":["sqlite_key","Returns the current row index","refentry"],"function.sqlite-last-error":["sqlite_last_error","Returns the error code of the last error for a database","refentry"],"function.sqlite-last-insert-rowid":["sqlite_last_insert_rowid","Returns the rowid of the most recently inserted row","refentry"],"function.sqlite-libencoding":["sqlite_libencoding","Returns the encoding of the linked SQLite library","refentry"],"function.sqlite-libversion":["sqlite_libversion","Returns the version of the linked SQLite library","refentry"],"function.sqlite-next":["sqlite_next","Seek to the next row number","refentry"],"function.sqlite-num-fields":["sqlite_num_fields","Returns the number of fields in a result set","refentry"],"function.sqlite-num-rows":["sqlite_num_rows","Returns the number of rows in a buffered result set","refentry"],"function.sqlite-open":["sqlite_open","Opens an SQLite database and create the database if it does not exist","refentry"],"function.sqlite-popen":["sqlite_popen","Opens a persistent handle to an SQLite database and create the database if it does not exist","refentry"],"function.sqlite-prev":["sqlite_prev","Seek to the previous row number of a result set","refentry"],"function.sqlite-query":["sqlite_query","Executes a query against a given database and returns a result handle","refentry"],"function.sqlite-rewind":["sqlite_rewind","Seek to the first row number","refentry"],"function.sqlite-seek":["sqlite_seek","Seek to a particular row number of a buffered result set","refentry"],"function.sqlite-single-query":["sqlite_single_query","Executes a query and returns either an array for one single column or the value of the first row","refentry"],"function.sqlite-udf-decode-binary":["sqlite_udf_decode_binary","Decode binary data passed as parameters to an UDF","refentry"],"function.sqlite-udf-encode-binary":["sqlite_udf_encode_binary","Encode binary data before returning it from an UDF","refentry"],"function.sqlite-unbuffered-query":["sqlite_unbuffered_query","Execute a query that does not prefetch and buffer all data","refentry"],"function.sqlite-valid":["sqlite_valid","Returns whether more rows are available","refentry"],"sqlite3.busytimeout":["SQLite3::busyTimeout","Sets the busy connection handler","refentry"],"sqlite3.changes":["SQLite3::changes","Returns the number of database rows that were changed (or inserted or\n deleted) by the most recent SQL statement","refentry"],"sqlite3.close":["SQLite3::close","Closes the database connection","refentry"],"sqlite3.construct":["SQLite3::__construct","Instantiates an SQLite3 object and opens an SQLite 3 database","refentry"],"sqlite3.createaggregate":["SQLite3::createAggregate","Registers a PHP function for use as an SQL aggregate function","refentry"],"sqlite3.createcollation":["SQLite3::createCollation","Registers a PHP function for use as an SQL collating function","refentry"],"sqlite3.createfunction":["SQLite3::createFunction","Registers a PHP function for use as an SQL scalar function","refentry"],"sqlite3.escapestring":["SQLite3::escapeString","Returns a string that has been properly escaped","refentry"],"sqlite3.exec":["SQLite3::exec","Executes a result-less query against a given database","refentry"],"sqlite3.lasterrorcode":["SQLite3::lastErrorCode","Returns the numeric result code of the most recent failed SQLite request","refentry"],"sqlite3.lasterrormsg":["SQLite3::lastErrorMsg","Returns English text describing the most recent failed SQLite request","refentry"],"sqlite3.lastinsertrowid":["SQLite3::lastInsertRowID","Returns the row ID of the most recent INSERT into the database","refentry"],"sqlite3.loadextension":["SQLite3::loadExtension","Attempts to load an SQLite extension library","refentry"],"sqlite3.open":["SQLite3::open","Opens an SQLite database","refentry"],"sqlite3.prepare":["SQLite3::prepare","Prepares an SQL statement for execution","refentry"],"sqlite3.query":["SQLite3::query","Executes an SQL query","refentry"],"sqlite3.querysingle":["SQLite3::querySingle","Executes a query and returns a single result","refentry"],"sqlite3.version":["SQLite3::version","Returns the SQLite3 library version as a string constant and as a number","refentry"],"class.sqlite3":["SQLite3","The SQLite3 class","phpdoc:classref"],"sqlite3stmt.bindparam":["SQLite3Stmt::bindParam","Binds a parameter to a statement variable","refentry"],"sqlite3stmt.bindvalue":["SQLite3Stmt::bindValue","Binds the value of a parameter to a statement variable","refentry"],"sqlite3stmt.clear":["SQLite3Stmt::clear","Clears all current bound parameters","refentry"],"sqlite3stmt.close":["SQLite3Stmt::close","Closes the prepared statement","refentry"],"sqlite3stmt.execute":["SQLite3Stmt::execute","Executes a prepared statement and returns a result set object","refentry"],"sqlite3stmt.paramcount":["SQLite3Stmt::paramCount","Returns the number of parameters within the prepared statement","refentry"],"sqlite3stmt.reset":["SQLite3Stmt::reset","Resets the prepared statement","refentry"],"class.sqlite3stmt":["SQLite3Stmt","The SQLite3Stmt class","phpdoc:classref"],"sqlite3result.columnname":["SQLite3Result::columnName","Returns the name of the nth column","refentry"],"sqlite3result.columntype":["SQLite3Result::columnType","Returns the type of the nth column","refentry"],"sqlite3result.fetcharray":["SQLite3Result::fetchArray","Fetches a result row as an associative or numerically indexed array or both","refentry"],"sqlite3result.finalize":["SQLite3Result::finalize","Closes the result set","refentry"],"sqlite3result.numcolumns":["SQLite3Result::numColumns","Returns the number of columns in the result set","refentry"],"sqlite3result.reset":["SQLite3Result::reset","Resets the result set back to the first row","refentry"],"class.sqlite3result":["SQLite3Result","The SQLite3Result class","phpdoc:classref"],"book.sqlite3":["SQLite3","SQLite3","book"],"function.sqlsrv-begin-transaction":["sqlsrv_begin_transaction","Begins a database transaction","refentry"],"function.sqlsrv-cancel":["sqlsrv_cancel","Cancels a statement","refentry"],"function.sqlsrv-client-info":["sqlsrv_client_info","Returns information about the client and specified connection","refentry"],"function.sqlsrv-close":["sqlsrv_close","Closes an open connection and releases resourses associated with the connection","refentry"],"function.sqlsrv-commit":["sqlsrv_commit","Commits a transaction that was begun with sqlsrv_begin_transaction","refentry"],"function.sqlsrv-configure":["sqlsrv_configure","Changes the driver error handling and logging configurations","refentry"],"function.sqlsrv-connect":["sqlsrv_connect","Opens a connection to a Microsoft SQL Server database","refentry"],"function.sqlsrv-errors":["sqlsrv_errors","Returns error and warning information about the last SQLSRV operation performed","refentry"],"function.sqlsrv-execute":["sqlsrv_execute","Executes a statement prepared with sqlsrv_prepare","refentry"],"function.sqlsrv-fetch-array":["sqlsrv_fetch_array","Returns a row as an array","refentry"],"function.sqlsrv-fetch-object":["sqlsrv_fetch_object","Retrieves the next row of data in a result set as an object","refentry"],"function.sqlsrv-fetch":["sqlsrv_fetch","Makes the next row in a result set available for reading","refentry"],"function.sqlsrv-field-metadata":["sqlsrv_field_metadata","Retrieves metadata for the fields of a statement prepared by \n sqlsrv_prepare or sqlsrv_query","refentry"],"function.sqlsrv-free-stmt":["sqlsrv_free_stmt","Frees all resources for the specified statement","refentry"],"function.sqlsrv-get-config":["sqlsrv_get_config","Returns the value of the specified configuration setting","refentry"],"function.sqlsrv-get-field":["sqlsrv_get_field","Gets field data from the currently selected row","refentry"],"function.sqlsrv-has-rows":["sqlsrv_has_rows","Indicates whether the specified statement has rows","refentry"],"function.sqlsrv-next-result":["sqlsrv_next_result","Makes the next result of the specified statement active","refentry"],"function.sqlsrv-num-fields":["sqlsrv_num_fields","Retrieves the number of fields (columns) on a statement","refentry"],"function.sqlsrv-num-rows":["sqlsrv_num_rows","Retrieves the number of rows in a result set","refentry"],"function.sqlsrv-prepare":["sqlsrv_prepare","Prepares a query for execution","refentry"],"function.sqlsrv-query":["sqlsrv_query","Prepares and executes a query.","refentry"],"function.sqlsrv-rollback":["sqlsrv_rollback","Rolls back a transaction that was begun with \n sqlsrv_begin_transaction","refentry"],"function.sqlsrv-rows-affected":["sqlsrv_rows_affected","Returns the number of rows modified by the last INSERT, UPDATE, or \n DELETE query executed","refentry"],"function.sqlsrv-send-stream-data":["sqlsrv_send_stream_data","Sends data from parameter streams to the server","refentry"],"function.sqlsrv-server-info":["sqlsrv_server_info","Returns information about the server","refentry"],"book.sqlsrv":["SQLSRV","Microsoft SQL Server Driver for PHP","book"],"function.sybase-affected-rows":["sybase_affected_rows","Gets number of affected rows in last query","refentry"],"function.sybase-close":["sybase_close","Closes a Sybase connection","refentry"],"function.sybase-connect":["sybase_connect","Opens a Sybase server connection","refentry"],"function.sybase-data-seek":["sybase_data_seek","Moves internal row pointer","refentry"],"function.sybase-deadlock-retry-count":["sybase_deadlock_retry_count","Sets the deadlock retry count","refentry"],"function.sybase-fetch-array":["sybase_fetch_array","Fetch row as array","refentry"],"function.sybase-fetch-assoc":["sybase_fetch_assoc","Fetch a result row as an associative array","refentry"],"function.sybase-fetch-field":["sybase_fetch_field","Get field information from a result","refentry"],"function.sybase-fetch-object":["sybase_fetch_object","Fetch a row as an object","refentry"],"function.sybase-fetch-row":["sybase_fetch_row","Get a result row as an enumerated array","refentry"],"function.sybase-field-seek":["sybase_field_seek","Sets field offset","refentry"],"function.sybase-free-result":["sybase_free_result","Frees result memory","refentry"],"function.sybase-get-last-message":["sybase_get_last_message","Returns the last message from the server","refentry"],"function.sybase-min-client-severity":["sybase_min_client_severity","Sets minimum client severity","refentry"],"function.sybase-min-error-severity":["sybase_min_error_severity","Sets minimum error severity","refentry"],"function.sybase-min-message-severity":["sybase_min_message_severity","Sets minimum message severity","refentry"],"function.sybase-min-server-severity":["sybase_min_server_severity","Sets minimum server severity","refentry"],"function.sybase-num-fields":["sybase_num_fields","Gets the number of fields in a result set","refentry"],"function.sybase-num-rows":["sybase_num_rows","Get number of rows in a result set","refentry"],"function.sybase-pconnect":["sybase_pconnect","Open persistent Sybase connection","refentry"],"function.sybase-query":["sybase_query","Sends a Sybase query","refentry"],"function.sybase-result":["sybase_result","Get result data","refentry"],"function.sybase-select-db":["sybase_select_db","Selects a Sybase database","refentry"],"function.sybase-set-message-handler":["sybase_set_message_handler","Sets the handler called when a server message is raised","refentry"],"function.sybase-unbuffered-query":["sybase_unbuffered_query","Send a Sybase query and do not block","refentry"],"tokyotyrant.add":["TokyoTyrant::add","Adds to a numeric key","refentry"],"tokyotyrant.connect":["TokyoTyrant::connect","Connect to a database","refentry"],"tokyotyrant.connecturi":["TokyoTyrant::connectUri","Connects to a database","refentry"],"tokyotyrant.construct":["TokyoTyrant::__construct","Construct a new TokyoTyrant object","refentry"],"tokyotyrant.copy":["TokyoTyrant::copy","Copies the database","refentry"],"tokyotyrant.ext":["TokyoTyrant::ext","Execute a remote script","refentry"],"tokyotyrant.fwmkeys":["TokyoTyrant::fwmKeys","Returns the forward matching keys","refentry"],"tokyotyrant.get":["TokyoTyrant::get","The get purpose","refentry"],"tokyotyrant.getiterator":["TokyoTyrant::getIterator","Get an iterator","refentry"],"tokyotyrant.num":["TokyoTyrant::num","Number of records in the database","refentry"],"tokyotyrant.out":["TokyoTyrant::out","Removes records","refentry"],"tokyotyrant.put":["TokyoTyrant::put","Puts values","refentry"],"tokyotyrant.putcat":["TokyoTyrant::putCat","Concatenates to a record","refentry"],"tokyotyrant.putkeep":["TokyoTyrant::putKeep","Puts a record","refentry"],"tokyotyrant.putnr":["TokyoTyrant::putNr","Puts value","refentry"],"tokyotyrant.putshl":["TokyoTyrant::putShl","Concatenates to a record","refentry"],"tokyotyrant.restore":["TokyoTyrant::restore","Restore the database","refentry"],"tokyotyrant.setmaster":["TokyoTyrant::setMaster","Set the replication master","refentry"],"tokyotyrant.size":["TokyoTyrant::size","Returns the size of the value","refentry"],"tokyotyrant.stat":["TokyoTyrant::stat","Get statistics","refentry"],"tokyotyrant.sync":["TokyoTyrant::sync","Synchronize the database","refentry"],"tokyotyrant.tune":["TokyoTyrant::tune","Tunes connection values","refentry"],"tokyotyrant.vanish":["TokyoTyrant::vanish","Empties the database","refentry"],"class.tokyotyrant":["TokyoTyrant","The TokyoTyrant class","phpdoc:classref"],"tokyotyranttable.add":["TokyoTyrantTable::add","Adds a record","refentry"],"tokyotyranttable.genuid":["TokyoTyrantTable::genUid","Generate unique id","refentry"],"tokyotyranttable.get":["TokyoTyrantTable::get","Get a row","refentry"],"tokyotyranttable.getiterator":["TokyoTyrantTable::getIterator","Get an iterator","refentry"],"tokyotyranttable.getquery":["TokyoTyrantTable::getQuery","Get a query object","refentry"],"tokyotyranttable.out":["TokyoTyrantTable::out","Remove records","refentry"],"tokyotyranttable.put":["TokyoTyrantTable::put","Store a row","refentry"],"tokyotyranttable.putcat":["TokyoTyrantTable::putCat","Concatenates to a row","refentry"],"tokyotyranttable.putkeep":["TokyoTyrantTable::putKeep","Put a new record","refentry"],"tokyotyranttable.putnr":["TokyoTyrantTable::putNr","Puts value","refentry"],"tokyotyranttable.putshl":["TokyoTyrantTable::putShl","Concatenates to a record","refentry"],"tokyotyranttable.setindex":["TokyoTyrantTable::setIndex","Sets index","refentry"],"class.tokyotyranttable":["TokyoTyrantTable","The TokyoTyrantTable class","phpdoc:classref"],"tokyotyrantquery.addcond":["TokyoTyrantQuery::addCond","Adds a condition to the query","refentry"],"tokyotyrantquery.construct":["TokyoTyrantQuery::__construct","Construct a new query","refentry"],"tokyotyrantquery.count":["TokyoTyrantQuery::count","Counts records","refentry"],"tokyotyrantquery.current":["TokyoTyrantQuery::current","Returns the current element","refentry"],"tokyotyrantquery.hint":["TokyoTyrantQuery::hint","Get the hint string of the query","refentry"],"tokyotyrantquery.key":["TokyoTyrantQuery::key","Returns the current key","refentry"],"tokyotyrantquery.metasearch":["TokyoTyrantQuery::metaSearch","Retrieve records with multiple queries","refentry"],"tokyotyrantquery.next":["TokyoTyrantQuery::next","Moves the iterator to next entry","refentry"],"tokyotyrantquery.out":["TokyoTyrantQuery::out","Removes records based on query","refentry"],"tokyotyrantquery.rewind":["TokyoTyrantQuery::rewind","Rewinds the iterator","refentry"],"tokyotyrantquery.search":["TokyoTyrantQuery::search","Searches records","refentry"],"tokyotyrantquery.setlimit":["TokyoTyrantQuery::setLimit","Limit results","refentry"],"tokyotyrantquery.setorder":["TokyoTyrantQuery::setOrder","Orders results","refentry"],"tokyotyrantquery.valid":["TokyoTyrantQuery::valid","Checks the validity of current item","refentry"],"class.tokyotyrantquery":["TokyoTyrantQuery","The TokyoTyrantQuery class","phpdoc:classref"],"tokyotyrantiterator.construct":["TokyoTyrantIterator::__construct","Construct an iterator","refentry"],"tokyotyrantiterator.current":["TokyoTyrantIterator::current","Get the current value","refentry"],"tokyotyrantiterator.key":["TokyoTyrantIterator::key","Returns the current key","refentry"],"tokyotyrantiterator.next":["TokyoTyrantIterator::next","Move to next key","refentry"],"tokyotyrantiterator.rewind":["TokyoTyrantIterator::rewind","Rewinds the iterator","refentry"],"tokyotyrantiterator.valid":["TokyoTyrantIterator::valid","Rewinds the iterator","refentry"],"class.tokyotyrantiterator":["TokyoTyrantIterator","The TokyoTyrantIterator class","phpdoc:classref"],"class.tokyotyrantexception":["TokyoTyrantException","The TokyoTyrantException class","phpdoc:classref"],"book.tokyo-tyrant":["tokyo_tyrant","tokyo_tyrant","book"],"function.cal-days-in-month":["cal_days_in_month","Return the number of days in a month for a given year and calendar","refentry"],"function.cal-from-jd":["cal_from_jd","Converts from Julian Day Count to a supported calendar","refentry"],"function.cal-info":["cal_info","Returns information about a particular calendar","refentry"],"function.cal-to-jd":["cal_to_jd","Converts from a supported calendar to Julian Day Count","refentry"],"function.easter-date":["easter_date","Get Unix timestamp for midnight on Easter of a given year","refentry"],"function.easter-days":["easter_days","Get number of days after March 21 on which Easter falls for a given year","refentry"],"function.frenchtojd":["FrenchToJD","Converts a date from the French Republican Calendar to a Julian Day Count","refentry"],"function.gregoriantojd":["GregorianToJD","Converts a Gregorian date to Julian Day Count","refentry"],"function.jddayofweek":["JDDayOfWeek","Returns the day of the week","refentry"],"function.jdmonthname":["JDMonthName","Returns a month name","refentry"],"function.jdtofrench":["JDToFrench","Converts a Julian Day Count to the French Republican Calendar","refentry"],"function.jdtogregorian":["JDToGregorian","Converts Julian Day Count to Gregorian date","refentry"],"function.jdtojewish":["jdtojewish","Converts a Julian day count to a Jewish calendar date","refentry"],"function.jdtojulian":["JDToJulian","Converts a Julian Day Count to a Julian Calendar Date","refentry"],"function.jdtounix":["jdtounix","Convert Julian Day to Unix timestamp","refentry"],"function.jewishtojd":["JewishToJD","Converts a date in the Jewish Calendar to Julian Day Count","refentry"],"function.juliantojd":["JulianToJD","Converts a Julian Calendar date to Julian Day Count","refentry"],"function.unixtojd":["unixtojd","Convert Unix timestamp to Julian Day","refentry"],"datetime.add":["DateTime::add","Adds an amount of days, months, years, hours, minutes and seconds to a\n DateTime object","refentry"],"datetime.construct":["DateTime::__construct","Returns new DateTime object","refentry"],"datetime.createfromformat":["DateTime::createFromFormat","Returns new DateTime object formatted according to the specified format","refentry"],"datetime.getlasterrors":["DateTime::getLastErrors","Returns the warnings and errors","refentry"],"datetime.modify":["DateTime::modify","Alters the timestamp","refentry"],"datetime.set-state":["DateTime::__set_state","The __set_state handler","refentry"],"datetime.setdate":["DateTime::setDate","Sets the date","refentry"],"datetime.setisodate":["DateTime::setISODate","Sets the ISO date","refentry"],"datetime.settime":["DateTime::setTime","Sets the time","refentry"],"datetime.settimestamp":["DateTime::setTimestamp","Sets the date and time based on an Unix timestamp","refentry"],"datetime.settimezone":["DateTime::setTimezone","Sets the time zone for the DateTime object","refentry"],"datetime.sub":["DateTime::sub","Subtracts an amount of days, months, years, hours, minutes and seconds from\n a DateTime object","refentry"],"class.datetime":["DateTime","The DateTime class","phpdoc:classref"],"datetimeimmutable.add":["DateTimeImmutable::add","Adds an amount of days, months, years, hours, minutes and seconds","refentry"],"datetimeimmutable.construct":["DateTimeImmutable::__construct","Returns new DateTimeImmutable object","refentry"],"datetimeimmutable.createfromformat":["DateTimeImmutable::createFromFormat","Returns new DateTimeImmutable object formatted according to the specified format","refentry"],"datetimeimmutable.getlasterrors":["DateTimeImmutable::getLastErrors","Returns the warnings and errors","refentry"],"datetimeimmutable.modify":["DateTimeImmutable::modify","Alters the timestamp","refentry"],"datetimeimmutable.set-state":["DateTimeImmutable::__set_state","The __set_state handler","refentry"],"datetimeimmutable.setdate":["DateTimeImmutable::setDate","Sets the date","refentry"],"datetimeimmutable.setisodate":["DateTimeImmutable::setISODate","Sets the ISO date","refentry"],"datetimeimmutable.settime":["DateTimeImmutable::setTime","Sets the time","refentry"],"datetimeimmutable.settimestamp":["DateTimeImmutable::setTimestamp","Sets the date and time based on an Unix timestamp","refentry"],"datetimeimmutable.settimezone":["DateTimeImmutable::setTimezone","Sets the time zone","refentry"],"datetimeimmutable.sub":["DateTimeImmutable::sub","Subtracts an amount of days, months, years, hours, minutes and seconds","refentry"],"class.datetimeimmutable":["DateTimeImmutable","The DateTimeImmutable class","phpdoc:classref"],"datetime.diff":["DateTime::diff","Returns the difference between two DateTime objects","refentry"],"datetime.format":["DateTime::format","Returns date formatted according to given format","refentry"],"datetime.getoffset":["DateTime::getOffset","Returns the timezone offset","refentry"],"datetime.gettimestamp":["DateTime::getTimestamp","Gets the Unix timestamp","refentry"],"datetime.gettimezone":["DateTime::getTimezone","Return time zone relative to given DateTime","refentry"],"datetime.wakeup":["DateTime::__wakeup","The __wakeup handler","refentry"],"class.datetimeinterface":["DateTimeInterface","The DateTimeInterface interface","phpdoc:classref"],"datetimezone.construct":["DateTimeZone::__construct","Creates new DateTimeZone object","refentry"],"datetimezone.getlocation":["DateTimeZone::getLocation","Returns location information for a timezone","refentry"],"datetimezone.getname":["DateTimeZone::getName","Returns the name of the timezone","refentry"],"datetimezone.getoffset":["DateTimeZone::getOffset","Returns the timezone offset from GMT","refentry"],"datetimezone.gettransitions":["DateTimeZone::getTransitions","Returns all transitions for the timezone","refentry"],"datetimezone.listabbreviations":["DateTimeZone::listAbbreviations","Returns associative array containing dst, offset and the timezone name","refentry"],"datetimezone.listidentifiers":["DateTimeZone::listIdentifiers","Returns a numerically indexed array containing all defined timezone identifiers","refentry"],"class.datetimezone":["DateTimeZone","The DateTimeZone class","phpdoc:classref"],"dateinterval.construct":["DateInterval::__construct","Creates a new DateInterval object","refentry"],"dateinterval.createfromdatestring":["DateInterval::createFromDateString","Sets up a DateInterval from the relative parts of the string","refentry"],"dateinterval.format":["DateInterval::format","Formats the interval","refentry"],"class.dateinterval":["DateInterval","The DateInterval class","phpdoc:classref"],"dateperiod.construct":["DatePeriod::__construct","Creates a new DatePeriod object","refentry"],"class.dateperiod":["DatePeriod","The DatePeriod class","phpdoc:classref"],"function.checkdate":["checkdate","Validate a Gregorian date","refentry"],"function.date-add":["date_add","Alias of DateTime::add","refentry"],"function.date-create-from-format":["date_create_from_format","Alias of DateTime::createFromFormat","refentry"],"function.date-create-immutable-from-format":["date_create_immutable_from_format","Alias of DateTimeImmutable::createFromFormat","refentry"],"function.date-create-immutable":["date_create_immutable","Alias of DateTimeImmutable::__construct","refentry"],"function.date-create":["date_create","Alias of DateTime::__construct","refentry"],"function.date-date-set":["date_date_set","Alias of DateTime::setDate","refentry"],"function.date-default-timezone-get":["date_default_timezone_get","Gets the default timezone used by all date\/time functions in a script","refentry"],"function.date-default-timezone-set":["date_default_timezone_set","Sets the default timezone used by all date\/time functions in a script","refentry"],"function.date-diff":["date_diff","Alias of DateTime::diff","refentry"],"function.date-format":["date_format","Alias of DateTime::format","refentry"],"function.date-get-last-errors":["date_get_last_errors","Alias of DateTime::getLastErrors","refentry"],"function.date-interval-create-from-date-string":["date_interval_create_from_date_string","Alias of DateInterval::createFromDateString","refentry"],"function.date-interval-format":["date_interval_format","Alias of DateInterval::format","refentry"],"function.date-isodate-set":["date_isodate_set","Alias of DateTime::setISODate","refentry"],"function.date-modify":["date_modify","Alias of DateTime::modify","refentry"],"function.date-offset-get":["date_offset_get","Alias of DateTime::getOffset","refentry"],"function.date-parse-from-format":["date_parse_from_format","Get info about given date formatted according to the specified format","refentry"],"function.date-parse":["date_parse","Returns associative array with detailed info about given date","refentry"],"function.date-sub":["date_sub","Alias of DateTime::sub","refentry"],"function.date-sun-info":["date_sun_info","Returns an array with information about sunset\/sunrise and twilight begin\/end","refentry"],"function.date-sunrise":["date_sunrise","Returns time of sunrise for a given day and location","refentry"],"function.date-sunset":["date_sunset","Returns time of sunset for a given day and location","refentry"],"function.date-time-set":["date_time_set","Alias of DateTime::setTime","refentry"],"function.date-timestamp-get":["date_timestamp_get","Alias of DateTime::getTimestamp","refentry"],"function.date-timestamp-set":["date_timestamp_set","Alias of DateTime::setTimestamp","refentry"],"function.date-timezone-get":["date_timezone_get","Alias of DateTime::getTimezone","refentry"],"function.date-timezone-set":["date_timezone_set","Alias of DateTime::setTimezone","refentry"],"function.date":["date","Format a local time\/date","refentry"],"function.getdate":["getdate","Get date\/time information","refentry"],"function.gettimeofday":["gettimeofday","Get current time","refentry"],"function.gmdate":["gmdate","Format a GMT\/UTC date\/time","refentry"],"function.gmmktime":["gmmktime","Get Unix timestamp for a GMT date","refentry"],"function.gmstrftime":["gmstrftime","Format a GMT\/UTC time\/date according to locale settings","refentry"],"function.idate":["idate","Format a local time\/date as integer","refentry"],"function.localtime":["localtime","Get the local time","refentry"],"function.microtime":["microtime","Return current Unix timestamp with microseconds","refentry"],"function.mktime":["mktime","Get Unix timestamp for a date","refentry"],"function.strftime":["strftime","Format a local time\/date according to locale settings","refentry"],"function.strptime":["strptime","Parse a time\/date generated with strftime","refentry"],"function.strtotime":["strtotime","Parse about any English textual datetime description into a Unix timestamp","refentry"],"function.time":["time","Return current Unix timestamp","refentry"],"function.timezone-abbreviations-list":["timezone_abbreviations_list","Alias of DateTimeZone::listAbbreviations","refentry"],"function.timezone-identifiers-list":["timezone_identifiers_list","Alias of DateTimeZone::listIdentifiers","refentry"],"function.timezone-location-get":["timezone_location_get","Alias of DateTimeZone::getLocation","refentry"],"function.timezone-name-from-abbr":["timezone_name_from_abbr","Returns the timezone name from abbreviation","refentry"],"function.timezone-name-get":["timezone_name_get","Alias of DateTimeZone::getName","refentry"],"function.timezone-offset-get":["timezone_offset_get","Alias of DateTimeZone::getOffset","refentry"],"function.timezone-open":["timezone_open","Alias of DateTimeZone::__construct","refentry"],"function.timezone-transitions-get":["timezone_transitions_get","Alias of DateTimeZone::getTransitions","refentry"],"function.timezone-version-get":["timezone_version_get","Gets the version of the timezonedb","refentry"],"book.datetime":["Date\/Time","Date and Time","book"],"function.dio-close":["dio_close","Closes the file descriptor given by fd","refentry"],"function.dio-fcntl":["dio_fcntl","Performs a c library fcntl on fd","refentry"],"function.dio-open":["dio_open","Opens a file (creating it if necessary) at a lower level than the\n C library input\/ouput stream functions allow.","refentry"],"function.dio-read":["dio_read","Reads bytes from a file descriptor","refentry"],"function.dio-seek":["dio_seek","Seeks to pos on fd from whence","refentry"],"function.dio-stat":["dio_stat","Gets stat information about the file descriptor fd","refentry"],"function.dio-tcsetattr":["dio_tcsetattr","Sets terminal attributes and baud rate for a serial port","refentry"],"function.dio-truncate":["dio_truncate","Truncates file descriptor fd to offset bytes","refentry"],"function.dio-write":["dio_write","Writes data to fd with optional truncation at length","refentry"],"directory.close":["Directory::close","Close directory handle","refentry"],"directory.read":["Directory::read","Read entry from directory handle","refentry"],"directory.rewind":["Directory::rewind","Rewind directory handle","refentry"],"class.directory":["Directory","The Directory class","phpdoc:classref"],"function.chdir":["chdir","Change directory","refentry"],"function.chroot":["chroot","Change the root directory","refentry"],"function.closedir":["closedir","Close directory handle","refentry"],"function.dir":["dir","Return an instance of the Directory class","refentry"],"function.getcwd":["getcwd","Gets the current working directory","refentry"],"function.opendir":["opendir","Open directory handle","refentry"],"function.readdir":["readdir","Read entry from directory handle","refentry"],"function.rewinddir":["rewinddir","Rewind directory handle","refentry"],"function.scandir":["scandir","List files and directories inside the specified path","refentry"],"function.finfo-buffer":["finfo_buffer","Return information about a string buffer","refentry"],"function.finfo-close":["finfo_close","Close fileinfo resource","refentry"],"function.finfo-file":["finfo_file","Return information about a file","refentry"],"function.finfo-open":["finfo_open","Create a new fileinfo resource","refentry"],"function.finfo-set-flags":["finfo_set_flags","Set libmagic configuration options","refentry"],"function.mime-content-type":["mime_content_type","Detect MIME Content-type for a file (deprecated)","refentry"],"book.fileinfo":["Fileinfo","File Information","book"],"function.basename":["basename","Returns trailing name component of path","refentry"],"function.chgrp":["chgrp","Changes file group","refentry"],"function.chmod":["chmod","Changes file mode","refentry"],"function.chown":["chown","Changes file owner","refentry"],"function.clearstatcache":["clearstatcache","Clears file status cache","refentry"],"function.copy":["copy","Copies file","refentry"],"function.delete":["delete","See unlink or unset","refentry"],"function.dirname":["dirname","Returns parent directory's path","refentry"],"function.disk-free-space":["disk_free_space","Returns available space on filesystem or disk partition","refentry"],"function.disk-total-space":["disk_total_space","Returns the total size of a filesystem or disk partition","refentry"],"function.diskfreespace":["diskfreespace","Alias of disk_free_space","refentry"],"function.fclose":["fclose","Closes an open file pointer","refentry"],"function.feof":["feof","Tests for end-of-file on a file pointer","refentry"],"function.fflush":["fflush","Flushes the output to a file","refentry"],"function.fgetc":["fgetc","Gets character from file pointer","refentry"],"function.fgetcsv":["fgetcsv","Gets line from file pointer and parse for CSV fields","refentry"],"function.fgets":["fgets","Gets line from file pointer","refentry"],"function.fgetss":["fgetss","Gets line from file pointer and strip HTML tags","refentry"],"function.file-exists":["file_exists","Checks whether a file or directory exists","refentry"],"function.file-get-contents":["file_get_contents","Reads entire file into a string","refentry"],"function.file-put-contents":["file_put_contents","Write a string to a file","refentry"],"function.file":["file","Reads entire file into an array","refentry"],"function.fileatime":["fileatime","Gets last access time of file","refentry"],"function.filectime":["filectime","Gets inode change time of file","refentry"],"function.filegroup":["filegroup","Gets file group","refentry"],"function.fileinode":["fileinode","Gets file inode","refentry"],"function.filemtime":["filemtime","Gets file modification time","refentry"],"function.fileowner":["fileowner","Gets file owner","refentry"],"function.fileperms":["fileperms","Gets file permissions","refentry"],"function.filesize":["filesize","Gets file size","refentry"],"function.filetype":["filetype","Gets file type","refentry"],"function.flock":["flock","Portable advisory file locking","refentry"],"function.fnmatch":["fnmatch","Match filename against a pattern","refentry"],"function.fopen":["fopen","Opens file or URL","refentry"],"function.fpassthru":["fpassthru","Output all remaining data on a file pointer","refentry"],"function.fputcsv":["fputcsv","Format line as CSV and write to file pointer","refentry"],"function.fputs":["fputs","Alias of fwrite","refentry"],"function.fread":["fread","Binary-safe file read","refentry"],"function.fscanf":["fscanf","Parses input from a file according to a format","refentry"],"function.fseek":["fseek","Seeks on a file pointer","refentry"],"function.fstat":["fstat","Gets information about a file using an open file pointer","refentry"],"function.ftell":["ftell","Returns the current position of the file read\/write pointer","refentry"],"function.ftruncate":["ftruncate","Truncates a file to a given length","refentry"],"function.fwrite":["fwrite","Binary-safe file write","refentry"],"function.glob":["glob","Find pathnames matching a pattern","refentry"],"function.is-dir":["is_dir","Tells whether the filename is a directory","refentry"],"function.is-executable":["is_executable","Tells whether the filename is executable","refentry"],"function.is-file":["is_file","Tells whether the filename is a regular file","refentry"],"function.is-link":["is_link","Tells whether the filename is a symbolic link","refentry"],"function.is-readable":["is_readable","Tells whether a file exists and is readable","refentry"],"function.is-uploaded-file":["is_uploaded_file","Tells whether the file was uploaded via HTTP POST","refentry"],"function.is-writable":["is_writable","Tells whether the filename is writable","refentry"],"function.is-writeable":["is_writeable","Alias of is_writable","refentry"],"function.lchgrp":["lchgrp","Changes group ownership of symlink","refentry"],"function.lchown":["lchown","Changes user ownership of symlink","refentry"],"function.link":["link","Create a hard link","refentry"],"function.linkinfo":["linkinfo","Gets information about a link","refentry"],"function.lstat":["lstat","Gives information about a file or symbolic link","refentry"],"function.mkdir":["mkdir","Makes directory","refentry"],"function.move-uploaded-file":["move_uploaded_file","Moves an uploaded file to a new location","refentry"],"function.parse-ini-file":["parse_ini_file","Parse a configuration file","refentry"],"function.parse-ini-string":["parse_ini_string","Parse a configuration string","refentry"],"function.pathinfo":["pathinfo","Returns information about a file path","refentry"],"function.pclose":["pclose","Closes process file pointer","refentry"],"function.popen":["popen","Opens process file pointer","refentry"],"function.readfile":["readfile","Outputs a file","refentry"],"function.readlink":["readlink","Returns the target of a symbolic link","refentry"],"function.realpath-cache-get":["realpath_cache_get","Get realpath cache entries","refentry"],"function.realpath-cache-size":["realpath_cache_size","Get realpath cache size","refentry"],"function.realpath":["realpath","Returns canonicalized absolute pathname","refentry"],"function.rename":["rename","Renames a file or directory","refentry"],"function.rewind":["rewind","Rewind the position of a file pointer","refentry"],"function.rmdir":["rmdir","Removes directory","refentry"],"function.set-file-buffer":["set_file_buffer","Alias of stream_set_write_buffer","refentry"],"function.stat":["stat","Gives information about a file","refentry"],"function.symlink":["symlink","Creates a symbolic link","refentry"],"function.tempnam":["tempnam","Create file with unique file name","refentry"],"function.tmpfile":["tmpfile","Creates a temporary file","refentry"],"function.touch":["touch","Sets access and modification time of file","refentry"],"function.umask":["umask","Changes the current umask","refentry"],"function.unlink":["unlink","Deletes a file","refentry"],"function.inotify-add-watch":["inotify_add_watch","Add a watch to an initialized inotify instance","refentry"],"function.inotify-init":["inotify_init","Initialize an inotify instance","refentry"],"function.inotify-queue-len":["inotify_queue_len","Return a number upper than zero if there are pending events","refentry"],"function.inotify-read":["inotify_read","Read events from an inotify instance","refentry"],"function.inotify-rm-watch":["inotify_rm_watch","Remove an existing watch from an inotify instance","refentry"],"function.setproctitle":["setproctitle","Set the process title","refentry"],"function.setthreadtitle":["setthreadtitle","Set the thread title","refentry"],"book.proctitle":["Proctitle","Proctitle","book"],"function.xattr-get":["xattr_get","Get an extended attribute","refentry"],"function.xattr-list":["xattr_list","Get a list of extended attributes","refentry"],"function.xattr-remove":["xattr_remove","Remove an extended attribute","refentry"],"function.xattr-set":["xattr_set","Set an extended attribute","refentry"],"function.xattr-supported":["xattr_supported","Check if filesystem supports extended attributes","refentry"],"function.xdiff-file-bdiff-size":["xdiff_file_bdiff_size","Read a size of file created by applying a binary diff","refentry"],"function.xdiff-file-bdiff":["xdiff_file_bdiff","Make binary diff of two files","refentry"],"function.xdiff-file-bpatch":["xdiff_file_bpatch","Patch a file with a binary diff","refentry"],"function.xdiff-file-diff-binary":["xdiff_file_diff_binary","Alias of xdiff_file_bdiff","refentry"],"function.xdiff-file-diff":["xdiff_file_diff","Make unified diff of two files","refentry"],"function.xdiff-file-merge3":["xdiff_file_merge3","Merge 3 files into one","refentry"],"function.xdiff-file-patch-binary":["xdiff_file_patch_binary","Alias of xdiff_file_bpatch","refentry"],"function.xdiff-file-patch":["xdiff_file_patch","Patch a file with an unified diff","refentry"],"function.xdiff-file-rabdiff":["xdiff_file_rabdiff","Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm","refentry"],"function.xdiff-string-bdiff-size":["xdiff_string_bdiff_size","Read a size of file created by applying a binary diff","refentry"],"function.xdiff-string-bdiff":["xdiff_string_bdiff","Make binary diff of two strings","refentry"],"function.xdiff-string-bpatch":["xdiff_string_bpatch","Patch a string with a binary diff","refentry"],"function.xdiff-string-diff-binary":["xdiff_string_diff_binary","Alias of xdiff_string_bdiff","refentry"],"function.xdiff-string-diff":["xdiff_string_diff","Make unified diff of two strings","refentry"],"function.xdiff-string-merge3":["xdiff_string_merge3","Merge 3 strings into one","refentry"],"function.xdiff-string-patch-binary":["xdiff_string_patch_binary","Alias of xdiff_string_bpatch","refentry"],"function.xdiff-string-patch":["xdiff_string_patch","Patch a string with an unified diff","refentry"],"function.xdiff-string-rabdiff":["xdiff_string_rabdiff","Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm","refentry"],"function.enchant-broker-describe":["enchant_broker_describe","Enumerates the Enchant providers","refentry"],"function.enchant-broker-dict-exists":["enchant_broker_dict_exists","Whether a dictionary exists or not. Using non-empty tag","refentry"],"function.enchant-broker-free-dict":["enchant_broker_free_dict","Free a dictionary resource","refentry"],"function.enchant-broker-free":["enchant_broker_free","Free the broker resource and its dictionnaries","refentry"],"function.enchant-broker-get-error":["enchant_broker_get_error","Returns the last error of the broker","refentry"],"function.enchant-broker-init":["enchant_broker_init","create a new broker object capable of requesting","refentry"],"function.enchant-broker-list-dicts":["enchant_broker_list_dicts","Returns a list of available dictionaries","refentry"],"function.enchant-broker-request-dict":["enchant_broker_request_dict","create a new dictionary using a tag","refentry"],"function.enchant-broker-request-pwl-dict":["enchant_broker_request_pwl_dict","creates a dictionary using a PWL file","refentry"],"function.enchant-broker-set-ordering":["enchant_broker_set_ordering","Declares a preference of dictionaries to use for the language","refentry"],"function.enchant-dict-add-to-personal":["enchant_dict_add_to_personal","add a word to personal word list","refentry"],"function.enchant-dict-add-to-session":["enchant_dict_add_to_session","add 'word' to this spell-checking session","refentry"],"function.enchant-dict-check":["enchant_dict_check","Check whether a word is correctly spelled or not","refentry"],"function.enchant-dict-describe":["enchant_dict_describe","Describes an individual dictionary","refentry"],"function.enchant-dict-get-error":["enchant_dict_get_error","Returns the last error of the current spelling-session","refentry"],"function.enchant-dict-is-in-session":["enchant_dict_is_in_session","whether or not 'word' exists in this spelling-session","refentry"],"function.enchant-dict-quick-check":["enchant_dict_quick_check","Check the word is correctly spelled and provide suggestions","refentry"],"function.enchant-dict-store-replacement":["enchant_dict_store_replacement","Add a correction for a word","refentry"],"function.enchant-dict-suggest":["enchant_dict_suggest","Will return a list of values if any of those pre-conditions are not met","refentry"],"book.enchant":["Enchant","Enchant spelling library","book"],"function.fribidi-log2vis":["fribidi_log2vis","Convert a logical string to a visual one","refentry"],"gender-gender.connect":["Gender\\Gender::connect","Connect to an external name dictionary.","refentry"],"gender-gender.construct":["Gender\\Gender::__construct","Construct the Gender object.","refentry"],"gender-gender.country":["Gender\\Gender::country","Get textual country representation","refentry"],"gender-gender.get":["Gender\\Gender::get","Get gender of a name.","refentry"],"gender-gender.isnick":["Gender\\Gender::isNick","Check if the name0 is an alias of the name1.","refentry"],"gender-gender.similarnames":["Gender\\Gender::similarNames","Get similar names.","refentry"],"class.gender":["Gender\\Gender","The Gender\\Gender class","phpdoc:classref"],"book.gender":["Gender","Determine gender of firstnames","book"],"function.bind-textdomain-codeset":["bind_textdomain_codeset","Specify the character encoding in which the messages from the DOMAIN message catalog will be returned","refentry"],"function.bindtextdomain":["bindtextdomain","Sets the path for a domain","refentry"],"function.dcgettext":["dcgettext","Overrides the domain for a single lookup","refentry"],"function.dcngettext":["dcngettext","Plural version of dcgettext","refentry"],"function.dgettext":["dgettext","Override the current domain","refentry"],"function.dngettext":["dngettext","Plural version of dgettext","refentry"],"function.gettext":["gettext","Lookup a message in the current domain","refentry"],"function.ngettext":["ngettext","Plural version of gettext","refentry"],"function.textdomain":["textdomain","Sets the default domain","refentry"],"function.iconv-get-encoding":["iconv_get_encoding","Retrieve internal configuration variables of iconv extension","refentry"],"function.iconv-mime-decode-headers":["iconv_mime_decode_headers","Decodes multiple MIME header fields at once","refentry"],"function.iconv-mime-decode":["iconv_mime_decode","Decodes a MIME header field","refentry"],"function.iconv-mime-encode":["iconv_mime_encode","Composes a MIME header field","refentry"],"function.iconv-set-encoding":["iconv_set_encoding","Set current setting for character encoding conversion","refentry"],"function.iconv-strlen":["iconv_strlen","Returns the character count of string","refentry"],"function.iconv-strpos":["iconv_strpos","Finds position of first occurrence of a needle within a haystack","refentry"],"function.iconv-strrpos":["iconv_strrpos","Finds the last occurrence of a needle within a haystack","refentry"],"function.iconv-substr":["iconv_substr","Cut out part of a string","refentry"],"function.iconv":["iconv","Convert string to requested character encoding","refentry"],"function.ob-iconv-handler":["ob_iconv_handler","Convert character encoding as output buffer handler","refentry"],"collator.asort":["Collator::asort","Sort array maintaining index association","refentry"],"collator.compare":["Collator::compare","Compare two Unicode strings","refentry"],"collator.construct":["Collator::__construct","Create a collator","refentry"],"collator.create":["Collator::create","Create a collator","refentry"],"collator.getattribute":["Collator::getAttribute","Get collation attribute value","refentry"],"collator.geterrorcode":["Collator::getErrorCode","Get collator's last error code","refentry"],"collator.geterrormessage":["Collator::getErrorMessage","Get text for collator's last error code","refentry"],"collator.getlocale":["Collator::getLocale","Get the locale name of the collator","refentry"],"collator.getsortkey":["Collator::getSortKey","Get sorting key for a string","refentry"],"collator.getstrength":["Collator::getStrength","Get current collation strength","refentry"],"collator.setattribute":["Collator::setAttribute","Set collation attribute","refentry"],"collator.setstrength":["Collator::setStrength","Set collation strength","refentry"],"collator.sortwithsortkeys":["Collator::sortWithSortKeys","Sort array using specified collator and sort keys","refentry"],"collator.sort":["Collator::sort","Sort array using specified collator","refentry"],"class.collator":["Collator","The Collator class","phpdoc:classref"],"numberformatter.create":["NumberFormatter::create","Create a number formatter","refentry"],"numberformatter.formatcurrency":["NumberFormatter::formatCurrency","Format a currency value","refentry"],"numberformatter.format":["NumberFormatter::format","Format a number","refentry"],"numberformatter.getattribute":["NumberFormatter::getAttribute","Get an attribute","refentry"],"numberformatter.geterrorcode":["NumberFormatter::getErrorCode","Get formatter's last error code.","refentry"],"numberformatter.geterrormessage":["NumberFormatter::getErrorMessage","Get formatter's last error message.","refentry"],"numberformatter.getlocale":["NumberFormatter::getLocale","Get formatter locale","refentry"],"numberformatter.getpattern":["NumberFormatter::getPattern","Get formatter pattern","refentry"],"numberformatter.getsymbol":["NumberFormatter::getSymbol","Get a symbol value","refentry"],"numberformatter.gettextattribute":["NumberFormatter::getTextAttribute","Get a text attribute","refentry"],"numberformatter.parsecurrency":["NumberFormatter::parseCurrency","Parse a currency number","refentry"],"numberformatter.parse":["NumberFormatter::parse","Parse a number","refentry"],"numberformatter.setattribute":["NumberFormatter::setAttribute","Set an attribute","refentry"],"numberformatter.setpattern":["NumberFormatter::setPattern","Set formatter pattern","refentry"],"numberformatter.setsymbol":["NumberFormatter::setSymbol","Set a symbol value","refentry"],"numberformatter.settextattribute":["NumberFormatter::setTextAttribute","Set a text attribute","refentry"],"class.numberformatter":["NumberFormatter","The NumberFormatter class","phpdoc:classref"],"locale.acceptfromhttp":["Locale::acceptFromHttp","Tries to find out best available locale based on HTTP "Accept-Language" header","refentry"],"locale.canonicalize":["Locale::canonicalize","Canonicalize the locale string","refentry"],"locale.composelocale":["Locale::composeLocale","Returns a correctly ordered and delimited locale ID","refentry"],"locale.filtermatches":["Locale::filterMatches","Checks if a language tag filter matches with locale","refentry"],"locale.getallvariants":["Locale::getAllVariants","Gets the variants for the input locale","refentry"],"locale.getdefault":["Locale::getDefault","Gets the default locale value from the INTL global 'default_locale'","refentry"],"locale.getdisplaylanguage":["Locale::getDisplayLanguage","Returns an appropriately localized display name for language of the inputlocale","refentry"],"locale.getdisplayname":["Locale::getDisplayName","Returns an appropriately localized display name for the input locale","refentry"],"locale.getdisplayregion":["Locale::getDisplayRegion","Returns an appropriately localized display name for region of the input locale","refentry"],"locale.getdisplayscript":["Locale::getDisplayScript","Returns an appropriately localized display name for script of the input locale","refentry"],"locale.getdisplayvariant":["Locale::getDisplayVariant","Returns an appropriately localized display name for variants of the input locale","refentry"],"locale.getkeywords":["Locale::getKeywords","Gets the keywords for the input locale","refentry"],"locale.getprimarylanguage":["Locale::getPrimaryLanguage","Gets the primary language for the input locale","refentry"],"locale.getregion":["Locale::getRegion","Gets the region for the input locale","refentry"],"locale.getscript":["Locale::getScript","Gets the script for the input locale","refentry"],"locale.lookup":["Locale::lookup","Searches the language tag list for the best match to the language","refentry"],"locale.parselocale":["Locale::parseLocale","Returns a key-value array of locale ID subtag elements.","refentry"],"locale.setdefault":["Locale::setDefault","sets the default runtime locale","refentry"],"class.locale":["Locale","The Locale class","phpdoc:classref"],"normalizer.isnormalized":["Normalizer::isNormalized","Checks if the provided string is already in the specified normalization\n form.","refentry"],"normalizer.normalize":["Normalizer::normalize","Normalizes the input provided and returns the normalized string","refentry"],"class.normalizer":["Normalizer","The Normalizer class","phpdoc:classref"],"messageformatter.create":["MessageFormatter::create","Constructs a new Message Formatter","refentry"],"messageformatter.formatmessage":["MessageFormatter::formatMessage","Quick format message","refentry"],"messageformatter.format":["MessageFormatter::format","Format the message","refentry"],"messageformatter.geterrorcode":["MessageFormatter::getErrorCode","Get the error code from last operation","refentry"],"messageformatter.geterrormessage":["MessageFormatter::getErrorMessage","Get the error text from the last operation","refentry"],"messageformatter.getlocale":["MessageFormatter::getLocale","Get the locale for which the formatter was created.","refentry"],"messageformatter.getpattern":["MessageFormatter::getPattern","Get the pattern used by the formatter","refentry"],"messageformatter.parsemessage":["MessageFormatter::parseMessage","Quick parse input string","refentry"],"messageformatter.parse":["MessageFormatter::parse","Parse input string according to pattern","refentry"],"messageformatter.setpattern":["MessageFormatter::setPattern","Set the pattern used by the formatter","refentry"],"class.messageformatter":["MessageFormatter","The MessageFormatter class","phpdoc:classref"],"intlcalendar.add":["IntlCalendar::add","Add a (signed) amount of time to a field","refentry"],"intlcalendar.after":["IntlCalendar::after","Whether this object\u02bcs time is after that of the passed object","refentry"],"intlcalendar.before":["IntlCalendar::before","Whether this object\u02bcs time is before that of the passed object","refentry"],"intlcalendar.clear":["IntlCalendar::clear","Clear a field or all fields","refentry"],"intlcalendar.construct":["IntlCalendar::__construct","Private constructor for disallowing instantiation","refentry"],"intlcalendar.createinstance":["IntlCalendar::createInstance","Create a new IntlCalendar","refentry"],"intlcalendar.equals":["IntlCalendar::equals","Compare time of two IntlCalendar objects for equality","refentry"],"intlcalendar.fielddifference":["IntlCalendar::fieldDifference","Calculate difference between given time and this object\u02bcs time","refentry"],"intlcalendar.fromdatetime":["IntlCalendar::fromDateTime","Create an IntlCalendar from a DateTime object or string","refentry"],"intlcalendar.get":["IntlCalendar::get","Get the value for a field","refentry"],"intlcalendar.getactualmaximum":["IntlCalendar::getActualMaximum","The maximum value for a field, considering the object\u02bcs current time","refentry"],"intlcalendar.getactualminimum":["IntlCalendar::getActualMinimum","The minimum value for a field, considering the object\u02bcs current time","refentry"],"intlcalendar.getavailablelocales":["IntlCalendar::getAvailableLocales","Get array of locales for which there is data","refentry"],"intlcalendar.getdayofweektype":["IntlCalendar::getDayOfWeekType","Tell whether a day is a weekday, weekend or a day that has a transition between the two","refentry"],"intlcalendar.geterrorcode":["IntlCalendar::getErrorCode","Get last error code on the object","refentry"],"intlcalendar.geterrormessage":["IntlCalendar::getErrorMessage","Get last error message on the object","refentry"],"intlcalendar.getfirstdayofweek":["IntlCalendar::getFirstDayOfWeek","Get the first day of the week for the calendar\u02bcs locale","refentry"],"intlcalendar.getgreatestminimum":["IntlCalendar::getGreatestMinimum","Get the largest local minimum value for a field","refentry"],"intlcalendar.getkeywordvaluesforlocale":["IntlCalendar::getKeywordValuesForLocale","Get set of locale keyword values","refentry"],"intlcalendar.getleastmaximum":["IntlCalendar::getLeastMaximum","Get the smallest local maximum for a field","refentry"],"intlcalendar.getlocale":["IntlCalendar::getLocale","Get the locale associated with the object","refentry"],"intlcalendar.getmaximum":["IntlCalendar::getMaximum","Get the global maximum value for a field","refentry"],"intlcalendar.getminimaldaysinfirstweek":["IntlCalendar::getMinimalDaysInFirstWeek","Get minimal number of days the first week in a year or month can have","refentry"],"intlcalendar.getminimum":["IntlCalendar::getMinimum","Get the global minimum value for a field","refentry"],"intlcalendar.getnow":["IntlCalendar::getNow","Get number representing the current time","refentry"],"intlcalendar.getrepeatedwalltimeoption":["IntlCalendar::getRepeatedWallTimeOption","Get behavior for handling repeating wall time","refentry"],"intlcalendar.getskippedwalltimeoption":["IntlCalendar::getSkippedWallTimeOption","Get behavior for handling skipped wall time","refentry"],"intlcalendar.gettime":["IntlCalendar::getTime","Get time currently represented by the object","refentry"],"intlcalendar.gettimezone":["IntlCalendar::getTimeZone","Get the object\u02bcs timezone","refentry"],"intlcalendar.gettype":["IntlCalendar::getType","Get the calendar type","refentry"],"intlcalendar.getweekendtransition":["IntlCalendar::getWeekendTransition","Get time of the day at which weekend begins or ends","refentry"],"intlcalendar.indaylighttime":["IntlCalendar::inDaylightTime","Whether the object\u02bcs time is in Daylight Savings Time","refentry"],"intlcalendar.isequivalentto":["IntlCalendar::isEquivalentTo","Whether another calendar is equal but for a different time","refentry"],"intlcalendar.islenient":["IntlCalendar::isLenient","Whether date\/time interpretation is in lenient mode","refentry"],"intlcalendar.isset":["IntlCalendar::isSet","Whether a field is set","refentry"],"intlcalendar.isweekend":["IntlCalendar::isWeekend","Whether a certain date\/time is in the weekend","refentry"],"intlcalendar.roll":["IntlCalendar::roll","Add value to field without carrying into more significant fields","refentry"],"intlcalendar.set":["IntlCalendar::set","Set a time field or several common fields at once","refentry"],"intlcalendar.setfirstdayofweek":["IntlCalendar::setFirstDayOfWeek","Set the day on which the week is deemed to start","refentry"],"intlcalendar.setlenient":["IntlCalendar::setLenient","Set whether date\/time interpretation is to be lenient","refentry"],"intlcalendar.setrepeatedwalltimeoption":["IntlCalendar::setRepeatedWallTimeOption","Set behavior for handling repeating wall times at negative timezone offset transitions","refentry"],"intlcalendar.setskippedwalltimeoption":["IntlCalendar::setSkippedWallTimeOption","Set behavior for handling skipped wall times at positive timezone offset transitions","refentry"],"intlcalendar.settime":["IntlCalendar::setTime","Set the calendar time in milliseconds since the epoch","refentry"],"intlcalendar.settimezone":["IntlCalendar::setTimeZone","Set the timezone used by this calendar","refentry"],"intlcalendar.todatetime":["IntlCalendar::toDateTime","Convert an IntlCalendar into a DateTime object","refentry"],"class.intlcalendar":["IntlCalendar","The IntlCalendar class","phpdoc:classref"],"intltimezone.countequivalentids":["IntlTimeZone::countEquivalentIDs","Get the number of IDs in the equivalency group that includes the given ID","refentry"],"intltimezone.createdefault":["IntlTimeZone::createDefault","Create a new copy of the default timezone for this host","refentry"],"intltimezone.createenumeration":["IntlTimeZone::createEnumeration","Get an enumeration over time zone IDs associated with the\n given country or offset","refentry"],"intltimezone.createtimezone":["IntlTimeZone::createTimeZone","Create a timezone object for the given ID","refentry"],"intltimezone.fromdatetimezone":["IntlTimeZone::fromDateTimeZone","Create a timezone object from DateTimeZone","refentry"],"intltimezone.getcanonicalid":["IntlTimeZone::getCanonicalID","Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID","refentry"],"intltimezone.getdisplayname":["IntlTimeZone::getDisplayName","Get a name of this time zone suitable for presentation to the user","refentry"],"intltimezone.getdstsavings":["IntlTimeZone::getDSTSavings","Get the amount of time to be added to local standard time to get local wall clock time","refentry"],"intltimezone.getequivalentid":["IntlTimeZone::getEquivalentID","Get an ID in the equivalency group that includes the given ID","refentry"],"intltimezone.geterrorcode":["IntlTimeZone::getErrorCode","Get last error code on the object","refentry"],"intltimezone.geterrormessage":["IntlTimeZone::getErrorMessage","Get last error message on the object","refentry"],"intltimezone.getgmt":["IntlTimeZone::getGMT","Create GMT (UTC) timezone","refentry"],"intltimezone.getid":["IntlTimeZone::getID","Get timezone ID","refentry"],"intltimezone.getoffset":["IntlTimeZone::getOffset","Get the time zone raw and GMT offset for the given moment in time","refentry"],"intltimezone.getrawoffset":["IntlTimeZone::getRawOffset","Get the raw GMT offset (before taking daylight savings time into account","refentry"],"intltimezone.gettzdataversion":["IntlTimeZone::getTZDataVersion","Get the timezone data version currently used by ICU","refentry"],"intltimezone.hassamerules":["IntlTimeZone::hasSameRules","Check if this zone has the same rules and offset as another zone","refentry"],"intltimezone.todatetimezone":["IntlTimeZone::toDateTimeZone","Convert to DateTimeZone object","refentry"],"intltimezone.usedaylighttime":["IntlTimeZone::useDaylightTime","Check if this time zone uses daylight savings time","refentry"],"class.intltimezone":["IntlTimeZone","The IntlTimeZone class","phpdoc:classref"],"intldateformatter.create":["IntlDateFormatter::create","Create a date formatter","refentry"],"intldateformatter.format":["IntlDateFormatter::format","Format the date\/time value as a string","refentry"],"intldateformatter.formatobject":["IntlDateFormatter::formatObject","Formats an object","refentry"],"intldateformatter.getcalendar":["IntlDateFormatter::getCalendar","Get the calendar type used for the IntlDateFormatter","refentry"],"intldateformatter.getdatetype":["IntlDateFormatter::getDateType","Get the datetype used for the IntlDateFormatter","refentry"],"intldateformatter.geterrorcode":["IntlDateFormatter::getErrorCode","Get the error code from last operation","refentry"],"intldateformatter.geterrormessage":["IntlDateFormatter::getErrorMessage","Get the error text from the last operation.","refentry"],"intldateformatter.getlocale":["IntlDateFormatter::getLocale","Get the locale used by formatter","refentry"],"intldateformatter.getpattern":["IntlDateFormatter::getPattern","Get the pattern used for the IntlDateFormatter","refentry"],"intldateformatter.gettimetype":["IntlDateFormatter::getTimeType","Get the timetype used for the IntlDateFormatter","refentry"],"intldateformatter.gettimezoneid":["IntlDateFormatter::getTimeZoneId","Get the timezone-id used for the IntlDateFormatter","refentry"],"intldateformatter.getcalendarobject":["IntlDateFormatter::getCalendarObject","Get copy of formatter\u02bcs calendar object","refentry"],"intldateformatter.gettimezone":["IntlDateFormatter::getTimeZone","Get formatter\u02bcs timezone","refentry"],"intldateformatter.islenient":["IntlDateFormatter::isLenient","Get the lenient used for the IntlDateFormatter","refentry"],"intldateformatter.localtime":["IntlDateFormatter::localtime","Parse string to a field-based time value","refentry"],"intldateformatter.parse":["IntlDateFormatter::parse","Parse string to a timestamp value","refentry"],"intldateformatter.setcalendar":["IntlDateFormatter::setCalendar","Sets the calendar type used by the formatter","refentry"],"intldateformatter.setlenient":["IntlDateFormatter::setLenient","Set the leniency of the parser","refentry"],"intldateformatter.setpattern":["IntlDateFormatter::setPattern","Set the pattern used for the IntlDateFormatter","refentry"],"intldateformatter.settimezoneid":["IntlDateFormatter::setTimeZoneId","Sets the time zone to use","refentry"],"intldateformatter.settimezone":["IntlDateFormatter::setTimeZone","Sets formatter\u02bcs timezone","refentry"],"class.intldateformatter":["IntlDateFormatter","The IntlDateFormatter class","phpdoc:classref"],"resourcebundle.count":["ResourceBundle::count","Get number of elements in the bundle","refentry"],"resourcebundle.create":["ResourceBundle::create","Create a resource bundle","refentry"],"resourcebundle.geterrorcode":["ResourceBundle::getErrorCode","Get bundle's last error code.","refentry"],"resourcebundle.geterrormessage":["ResourceBundle::getErrorMessage","Get bundle's last error message.","refentry"],"resourcebundle.get":["ResourceBundle::get","Get data from the bundle","refentry"],"resourcebundle.locales":["ResourceBundle::getLocales","Get supported locales","refentry"],"class.resourcebundle":["ResourceBundle","The ResourceBundle class","phpdoc:classref"],"spoofchecker.areconfusable":["Spoofchecker::areConfusable","Checks if a given text contains any confusable characters","refentry"],"spoofchecker.construct":["Spoofchecker::__construct","Constructor","refentry"],"spoofchecker.issuspicious":["Spoofchecker::isSuspicious","Checks if a given text contains any suspicious characters","refentry"],"spoofchecker.setallowedlocales":["Spoofchecker::setAllowedLocales","Locales to use when running checks","refentry"],"spoofchecker.setchecks":["Spoofchecker::setChecks","Set the checks to run","refentry"],"class.spoofchecker":["Spoofchecker","The Spoofchecker class","phpdoc:classref"],"transliterator.construct":["Transliterator::__construct","Private constructor to deny instantiation","refentry"],"transliterator.create":["Transliterator::create","Create a transliterator","refentry"],"transliterator.createfromrules":["Transliterator::createFromRules","Create transliterator from rules","refentry"],"transliterator.createinverse":["Transliterator::createInverse","Create an inverse transliterator","refentry"],"transliterator.geterrorcode":["Transliterator::getErrorCode","Get last error code","refentry"],"transliterator.geterrormessage":["Transliterator::getErrorMessage","Get last error message","refentry"],"transliterator.listids":["Transliterator::listIDs","Get transliterator IDs","refentry"],"transliterator.transliterate":["Transliterator::transliterate","Transliterate a string","refentry"],"class.transliterator":["Transliterator","The Transliterator class","phpdoc:classref"],"intlbreakiterator.construct":["IntlBreakIterator::__construct","Private constructor for disallowing instantiation","refentry"],"intlbreakiterator.createcharacterinstance":["IntlBreakIterator::createCharacterInstance","Create break iterator for boundaries of combining character sequences","refentry"],"intlbreakiterator.createcodepointinstance":["IntlBreakIterator::createCodePointInstance","Create break iterator for boundaries of code points","refentry"],"intlbreakiterator.createlineinstance":["IntlBreakIterator::createLineInstance","Create break iterator for logically possible line breaks","refentry"],"intlbreakiterator.createsentenceinstance":["IntlBreakIterator::createSentenceInstance","Create break iterator for sentence breaks","refentry"],"intlbreakiterator.createtitleinstance":["IntlBreakIterator::createTitleInstance","Create break iterator for title-casing breaks","refentry"],"intlbreakiterator.createwordinstance":["IntlBreakIterator::createWordInstance","Create break iterator for word breaks","refentry"],"intlbreakiterator.current":["IntlBreakIterator::current","Get index of current position","refentry"],"intlbreakiterator.first":["IntlBreakIterator::first","Set position to the first character in the text","refentry"],"intlbreakiterator.following":["IntlBreakIterator::following","Advance the iterator to the first boundary following specified offset","refentry"],"intlbreakiterator.geterrorcode":["IntlBreakIterator::getErrorCode","Get last error code on the object","refentry"],"intlbreakiterator.geterrormessage":["IntlBreakIterator::getErrorMessage","Get last error message on the object","refentry"],"intlbreakiterator.getlocale":["IntlBreakIterator::getLocale","Get the locale associated with the object","refentry"],"intlbreakiterator.getpartsiterator":["IntlBreakIterator::getPartsIterator","Create iterator for navigating fragments between boundaries","refentry"],"intlbreakiterator.gettext":["IntlBreakIterator::getText","Get the text being scanned","refentry"],"intlbreakiterator.isboundary":["IntlBreakIterator::isBoundary","Tell whether an offset is a boundary\u02bcs offset","refentry"],"intlbreakiterator.last":["IntlBreakIterator::last","Set the iterator position to index beyond the last character","refentry"],"intlbreakiterator.next":["IntlBreakIterator::next","Advance the iterator the next boundary","refentry"],"intlbreakiterator.preceding":["IntlBreakIterator::preceding","Set the iterator position to the first boundary before an offset","refentry"],"intlbreakiterator.previous":["IntlBreakIterator::previous","Set the iterator position to the boundary immediately before the current","refentry"],"intlbreakiterator.settext":["IntlBreakIterator::setText","Set the text being scanned","refentry"],"class.intlbreakiterator":["IntlBreakIterator","The IntlBreakIterator class","phpdoc:classref"],"intlrulebasedbreakiterator.construct":["IntlRuleBasedBreakIterator::__construct","Create iterator from ruleset","refentry"],"intlrulebasedbreakiterator.getbinaryrules":["IntlRuleBasedBreakIterator::getBinaryRules","Get the binary form of compiled rules","refentry"],"intlrulebasedbreakiterator.getrules":["IntlRuleBasedBreakIterator::getRules","Get the rule set used to create this object","refentry"],"intlrulebasedbreakiterator.getrulestatus":["IntlRuleBasedBreakIterator::getRuleStatus","Get the largest status value from the break rules that determined the current break position","refentry"],"intlrulebasedbreakiterator.getrulestatusvec":["IntlRuleBasedBreakIterator::getRuleStatusVec","Get the status values from the break rules that determined the current break position","refentry"],"class.intlrulebasedbreakiterator":["IntlRuleBasedBreakIterator","The IntlRuleBasedBreakIterator class","phpdoc:classref"],"intlcodepointbreakiterator.getlastcodepoint":["IntlCodePointBreakIterator::getLastCodePoint","Get last code point passed over after advancing or receding the iterator","refentry"],"class.intlcodepointbreakiterator":["IntlCodePointBreakIterator","The IntlCodePointBreakIterator class","phpdoc:classref"],"intlpartsiterator.getbreakiterator":["IntlPartsIterator::getBreakIterator","Get IntlBreakIterator backing this parts iterator","refentry"],"class.intlpartsiterator":["IntlPartsIterator","The IntlPartsIterator class","phpdoc:classref"],"uconverter.construct":["UConverter::__construct","Create UConverter object","refentry"],"uconverter.convert":["UConverter::convert","Convert string from one charset to another","refentry"],"uconverter.fromucallback":["UConverter::fromUCallback","Default "from" callback function","refentry"],"uconverter.getaliases":["UConverter::getAliases","Get the aliases of the given name","refentry"],"uconverter.getavailable":["UConverter::getAvailable","Get the available canonical converter names","refentry"],"uconverter.getdestinationencoding":["UConverter::getDestinationEncoding","Get the destination encoding","refentry"],"uconverter.getdestinationtype":["UConverter::getDestinationType","Get the destination converter type","refentry"],"uconverter.geterrorcode":["UConverter::getErrorCode","Get last error code on the object","refentry"],"uconverter.geterrormessage":["UConverter::getErrorMessage","Get last error message on the object","refentry"],"uconverter.getsourceencoding":["UConverter::getSourceEncoding","Get the source encoding","refentry"],"uconverter.getsourcetype":["UConverter::getSourceType","Get the source convertor type","refentry"],"uconverter.getstandards":["UConverter::getStandards","Get standards associated to converter names","refentry"],"uconverter.getsubstchars":["UConverter::getSubstChars","Get substitution chars","refentry"],"uconverter.reasontext":["UConverter::reasonText","Get string representation of the callback reason","refentry"],"uconverter.setdestinationencoding":["UConverter::setDestinationEncoding","Set the destination encoding","refentry"],"uconverter.setsourceencoding":["UConverter::setSourceEncoding","Set the source encoding","refentry"],"uconverter.setsubstchars":["UConverter::setSubstChars","Set the substitution chars","refentry"],"uconverter.toucallback":["UConverter::toUCallback","Default "to" callback function","refentry"],"uconverter.transcode":["UConverter::transcode","Convert string from one charset to another","refentry"],"class.uconverter":["UConverter","The UConverter class","phpdoc:classref"],"function.grapheme-extract":["grapheme_extract","Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8.","refentry"],"function.grapheme-stripos":["grapheme_stripos","Find position (in grapheme units) of first occurrence of a case-insensitive string","refentry"],"function.grapheme-stristr":["grapheme_stristr","Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack.","refentry"],"function.grapheme-strlen":["grapheme_strlen","Get string length in grapheme units","refentry"],"function.grapheme-strpos":["grapheme_strpos","Find position (in grapheme units) of first occurrence of a string","refentry"],"function.grapheme-strripos":["grapheme_strripos","Find position (in grapheme units) of last occurrence of a case-insensitive string","refentry"],"function.grapheme-strrpos":["grapheme_strrpos","Find position (in grapheme units) of last occurrence of a string","refentry"],"function.grapheme-strstr":["grapheme_strstr","Returns part of haystack string from the first occurrence of needle to the end of haystack.","refentry"],"function.grapheme-substr":["grapheme_substr","Return part of a string","refentry"],"function.idn-to-ascii":["idn_to_ascii","Convert domain name to IDNA ASCII form.","refentry"],"function.idn-to-unicode":["idn_to_unicode","Alias of idn_to_utf8","refentry"],"function.idn-to-utf8":["idn_to_utf8","Convert domain name from IDNA ASCII to Unicode.","refentry"],"class.intlexception":["IntlException","Exception class for intl errors","phpdoc:classref"],"intliterator.current":["IntlIterator::current","Get the current element","refentry"],"intliterator.key":["IntlIterator::key","Get the current key","refentry"],"intliterator.next":["IntlIterator::next","Move forward to the next element","refentry"],"intliterator.rewind":["IntlIterator::rewind","Rewind the iterator to the first element","refentry"],"intliterator.valid":["IntlIterator::valid","Check if curent position is valid","refentry"],"class.intliterator":["IntlIterator","The IntlIterator class","phpdoc:classref"],"function.intl-error-name":["intl_error_name","Get symbolic name for a given error code","refentry"],"function.intl-get-error-code":["intl_get_error_code","Get the last error code","refentry"],"function.intl-get-error-message":["intl_get_error_message","Get description of the last error","refentry"],"function.intl-is-failure":["intl_is_failure","Check whether the given error code indicates failure","refentry"],"book.intl":["intl","Internationalization Functions","book"],"function.mb-check-encoding":["mb_check_encoding","Check if the string is valid for the specified encoding","refentry"],"function.mb-convert-case":["mb_convert_case","Perform case folding on a string","refentry"],"function.mb-convert-encoding":["mb_convert_encoding","Convert character encoding","refentry"],"function.mb-convert-kana":["mb_convert_kana","Convert "kana" one from another ("zen-kaku", "han-kaku" and more)","refentry"],"function.mb-convert-variables":["mb_convert_variables","Convert character code in variable(s)","refentry"],"function.mb-decode-mimeheader":["mb_decode_mimeheader","Decode string in MIME header field","refentry"],"function.mb-decode-numericentity":["mb_decode_numericentity","Decode HTML numeric string reference to character","refentry"],"function.mb-detect-encoding":["mb_detect_encoding","Detect character encoding","refentry"],"function.mb-detect-order":["mb_detect_order","Set\/Get character encoding detection order","refentry"],"function.mb-encode-mimeheader":["mb_encode_mimeheader","Encode string for MIME header","refentry"],"function.mb-encode-numericentity":["mb_encode_numericentity","Encode character to HTML numeric string reference","refentry"],"function.mb-encoding-aliases":["mb_encoding_aliases","Get aliases of a known encoding type","refentry"],"function.mb-ereg-match":["mb_ereg_match","Regular expression match for multibyte string","refentry"],"function.mb-ereg-replace-callback":["mb_ereg_replace_callback","Perform a regular expresssion seach and replace with multibyte support using a callback","refentry"],"function.mb-ereg-replace":["mb_ereg_replace","Replace regular expression with multibyte support","refentry"],"function.mb-ereg-search-getpos":["mb_ereg_search_getpos","Returns start point for next regular expression match","refentry"],"function.mb-ereg-search-getregs":["mb_ereg_search_getregs","Retrieve the result from the last multibyte regular expression match","refentry"],"function.mb-ereg-search-init":["mb_ereg_search_init","Setup string and regular expression for a multibyte regular expression match","refentry"],"function.mb-ereg-search-pos":["mb_ereg_search_pos","Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string","refentry"],"function.mb-ereg-search-regs":["mb_ereg_search_regs","Returns the matched part of a multibyte regular expression","refentry"],"function.mb-ereg-search-setpos":["mb_ereg_search_setpos","Set start point of next regular expression match","refentry"],"function.mb-ereg-search":["mb_ereg_search","Multibyte regular expression match for predefined multibyte string","refentry"],"function.mb-ereg":["mb_ereg","Regular expression match with multibyte support","refentry"],"function.mb-eregi-replace":["mb_eregi_replace","Replace regular expression with multibyte support ignoring case","refentry"],"function.mb-eregi":["mb_eregi","Regular expression match ignoring case with multibyte support","refentry"],"function.mb-get-info":["mb_get_info","Get internal settings of mbstring","refentry"],"function.mb-http-input":["mb_http_input","Detect HTTP input character encoding","refentry"],"function.mb-http-output":["mb_http_output","Set\/Get HTTP output character encoding","refentry"],"function.mb-internal-encoding":["mb_internal_encoding","Set\/Get internal character encoding","refentry"],"function.mb-language":["mb_language","Set\/Get current language","refentry"],"function.mb-list-encodings":["mb_list_encodings","Returns an array of all supported encodings","refentry"],"function.mb-output-handler":["mb_output_handler","Callback function converts character encoding in output buffer","refentry"],"function.mb-parse-str":["mb_parse_str","Parse GET\/POST\/COOKIE data and set global variable","refentry"],"function.mb-preferred-mime-name":["mb_preferred_mime_name","Get MIME charset string","refentry"],"function.mb-regex-encoding":["mb_regex_encoding","Set\/Get character encoding for multibyte regex","refentry"],"function.mb-regex-set-options":["mb_regex_set_options","Set\/Get the default options for mbregex functions","refentry"],"function.mb-send-mail":["mb_send_mail","Send encoded mail","refentry"],"function.mb-split":["mb_split","Split multibyte string using regular expression","refentry"],"function.mb-strcut":["mb_strcut","Get part of string","refentry"],"function.mb-strimwidth":["mb_strimwidth","Get truncated string with specified width","refentry"],"function.mb-stripos":["mb_stripos","Finds position of first occurrence of a string within another, case insensitive","refentry"],"function.mb-stristr":["mb_stristr","Finds first occurrence of a string within another, case insensitive","refentry"],"function.mb-strlen":["mb_strlen","Get string length","refentry"],"function.mb-strpos":["mb_strpos","Find position of first occurrence of string in a string","refentry"],"function.mb-strrchr":["mb_strrchr","Finds the last occurrence of a character in a string within another","refentry"],"function.mb-strrichr":["mb_strrichr","Finds the last occurrence of a character in a string within another, case insensitive","refentry"],"function.mb-strripos":["mb_strripos","Finds position of last occurrence of a string within another, case insensitive","refentry"],"function.mb-strrpos":["mb_strrpos","Find position of last occurrence of a string in a string","refentry"],"function.mb-strstr":["mb_strstr","Finds first occurrence of a string within another","refentry"],"function.mb-strtolower":["mb_strtolower","Make a string lowercase","refentry"],"function.mb-strtoupper":["mb_strtoupper","Make a string uppercase","refentry"],"function.mb-strwidth":["mb_strwidth","Return width of string","refentry"],"function.mb-substitute-character":["mb_substitute_character","Set\/Get substitution character","refentry"],"function.mb-substr-count":["mb_substr_count","Count the number of substring occurrences","refentry"],"function.mb-substr":["mb_substr","Get part of string","refentry"],"function.pspell-add-to-personal":["pspell_add_to_personal","Add the word to a personal wordlist","refentry"],"function.pspell-add-to-session":["pspell_add_to_session","Add the word to the wordlist in the current session","refentry"],"function.pspell-check":["pspell_check","Check a word","refentry"],"function.pspell-clear-session":["pspell_clear_session","Clear the current session","refentry"],"function.pspell-config-create":["pspell_config_create","Create a config used to open a dictionary","refentry"],"function.pspell-config-data-dir":["pspell_config_data_dir","location of language data files","refentry"],"function.pspell-config-dict-dir":["pspell_config_dict_dir","Location of the main word list","refentry"],"function.pspell-config-ignore":["pspell_config_ignore","Ignore words less than N characters long","refentry"],"function.pspell-config-mode":["pspell_config_mode","Change the mode number of suggestions returned","refentry"],"function.pspell-config-personal":["pspell_config_personal","Set a file that contains personal wordlist","refentry"],"function.pspell-config-repl":["pspell_config_repl","Set a file that contains replacement pairs","refentry"],"function.pspell-config-runtogether":["pspell_config_runtogether","Consider run-together words as valid compounds","refentry"],"function.pspell-config-save-repl":["pspell_config_save_repl","Determine whether to save a replacement pairs list\n along with the wordlist","refentry"],"function.pspell-new-config":["pspell_new_config","Load a new dictionary with settings based on a given config","refentry"],"function.pspell-new-personal":["pspell_new_personal","Load a new dictionary with personal wordlist","refentry"],"function.pspell-new":["pspell_new","Load a new dictionary","refentry"],"function.pspell-save-wordlist":["pspell_save_wordlist","Save the personal wordlist to a file","refentry"],"function.pspell-store-replacement":["pspell_store_replacement","Store a replacement pair for a word","refentry"],"function.pspell-suggest":["pspell_suggest","Suggest spellings of a word","refentry"],"function.recode-file":["recode_file","Recode from file to file according to recode request","refentry"],"function.recode-string":["recode_string","Recode a string according to a recode request","refentry"],"function.recode":["recode","Alias of recode_string","refentry"],"book.recode":["Recode","GNU Recode","book"],"function.cairo-create":["cairo_create","Returns a new CairoContext object on the requested surface.","refentry"],"function.cairo-font-face-get-type":["cairo_font_face_get_type","Description","refentry"],"function.cairo-font-face-status":["cairo_font_face_status","Description","refentry"],"function.cairo-font-options-create":["cairo_font_options_create","Description","refentry"],"function.cairo-font-options-equal":["cairo_font_options_equal","Description","refentry"],"function.cairo-font-options-get-antialias":["cairo_font_options_get_antialias","Description","refentry"],"function.cairo-font-options-get-hint-metrics":["cairo_font_options_get_hint_metrics","Description","refentry"],"function.cairo-font-options-get-hint-style":["cairo_font_options_get_hint_style","Description","refentry"],"function.cairo-font-options-get-subpixel-order":["cairo_font_options_get_subpixel_order","Description","refentry"],"function.cairo-font-options-hash":["cairo_font_options_hash","Description","refentry"],"function.cairo-font-options-merge":["cairo_font_options_merge","Description","refentry"],"function.cairo-font-options-set-antialias":["cairo_font_options_set_antialias","Description","refentry"],"function.cairo-font-options-set-hint-metrics":["cairo_font_options_set_hint_metrics","Description","refentry"],"function.cairo-font-options-set-hint-style":["cairo_font_options_set_hint_style","Description","refentry"],"function.cairo-font-options-set-subpixel-order":["cairo_font_options_set_subpixel_order","Description","refentry"],"function.cairo-font-options-status":["cairo_font_options_status","Description","refentry"],"function.cairo-format-stride-for-width":["cairo_format_stride_for_width","Description","refentry"],"function.cairo-image-surface-create-for-data":["cairo_image_surface_create_for_data","Description","refentry"],"function.cairo-image-surface-create-from-png":["cairo_image_surface_create_from_png","Description","refentry"],"function.cairo-image-surface-create":["cairo_image_surface_create","Description","refentry"],"function.cairo-image-surface-get-data":["cairo_image_surface_get_data","Description","refentry"],"function.cairo-image-surface-get-format":["cairo_image_surface_get_format","Description","refentry"],"function.cairo-image-surface-get-height":["cairo_image_surface_get_height","Description","refentry"],"function.cairo-image-surface-get-stride":["cairo_image_surface_get_stride","Description","refentry"],"function.cairo-image-surface-get-width":["cairo_image_surface_get_width","Description","refentry"],"function.cairo-matrix-create-scale":["cairo_matrix_create_scale","Alias of CairoMatrix::initScale","refentry"],"function.cairo-matrix-create-translate":["cairo_matrix_create_translate","Alias of CairoMatrix::initTranslate","refentry"],"function.cairo-matrix-invert":["cairo_matrix_invert","Description","refentry"],"function.cairo-matrix-multiply":["cairo_matrix_multiply","Description","refentry"],"function.cairo-matrix-rotate":["cairo_matrix_rotate","Description","refentry"],"function.cairo-matrix-transform-distance":["cairo_matrix_transform_distance","Description","refentry"],"function.cairo-matrix-transform-point":["cairo_matrix_transform_point","Description","refentry"],"function.cairo-matrix-translate":["cairo_matrix_translate","Description","refentry"],"function.cairo-pattern-add-color-stop-rgb":["cairo_pattern_add_color_stop_rgb","Description","refentry"],"function.cairo-pattern-add-color-stop-rgba":["cairo_pattern_add_color_stop_rgba","Description","refentry"],"function.cairo-pattern-create-for-surface":["cairo_pattern_create_for_surface","Description","refentry"],"function.cairo-pattern-create-linear":["cairo_pattern_create_linear","Description","refentry"],"function.cairo-pattern-create-radial":["cairo_pattern_create_radial","Description","refentry"],"function.cairo-pattern-create-rgb":["cairo_pattern_create_rgb","Description","refentry"],"function.cairo-pattern-create-rgba":["cairo_pattern_create_rgba","Description","refentry"],"function.cairo-pattern-get-color-stop-count":["cairo_pattern_get_color_stop_count","Description","refentry"],"function.cairo-pattern-get-color-stop-rgba":["cairo_pattern_get_color_stop_rgba","Description","refentry"],"function.cairo-pattern-get-extend":["cairo_pattern_get_extend","Description","refentry"],"function.cairo-pattern-get-filter":["cairo_pattern_get_filter","Description","refentry"],"function.cairo-pattern-get-linear-points":["cairo_pattern_get_linear_points","Description","refentry"],"function.cairo-pattern-get-matrix":["cairo_pattern_get_matrix","Description","refentry"],"function.cairo-pattern-get-radial-circles":["cairo_pattern_get_radial_circles","Description","refentry"],"function.cairo-pattern-get-rgba":["cairo_pattern_get_rgba","Description","refentry"],"function.cairo-pattern-get-surface":["cairo_pattern_get_surface","Description","refentry"],"function.cairo-pattern-get-type":["cairo_pattern_get_type","Description","refentry"],"function.cairo-pattern-set-extend":["cairo_pattern_set_extend","Description","refentry"],"function.cairo-pattern-set-filter":["cairo_pattern_set_filter","Description","refentry"],"function.cairo-pattern-set-matrix":["cairo_pattern_set_matrix","Description","refentry"],"function.cairo-pattern-status":["cairo_pattern_status","Description","refentry"],"function.cairo-pdf-surface-create":["cairo_pdf_surface_create","Description","refentry"],"function.cairo-pdf-surface-set-size":["cairo_pdf_surface_set_size","Description","refentry"],"function.cairo-ps-get-levels":["cairo_ps_get_levels","Description","refentry"],"function.cairo-ps-level-to-string":["cairo_ps_level_to_string","Description","refentry"],"function.cairo-ps-surface-create":["cairo_ps_surface_create","Description","refentry"],"function.cairo-ps-surface-dsc-begin-page-setup":["cairo_ps_surface_dsc_begin_page_setup","Description","refentry"],"function.cairo-ps-surface-dsc-begin-setup":["cairo_ps_surface_dsc_begin_setup","Description","refentry"],"function.cairo-ps-surface-dsc-comment":["cairo_ps_surface_dsc_comment","Description","refentry"],"function.cairo-ps-surface-get-eps":["cairo_ps_surface_get_eps","Description","refentry"],"function.cairo-ps-surface-restrict-to-level":["cairo_ps_surface_restrict_to_level","Description","refentry"],"function.cairo-ps-surface-set-eps":["cairo_ps_surface_set_eps","Description","refentry"],"function.cairo-ps-surface-set-size":["cairo_ps_surface_set_size","Description","refentry"],"function.cairo-scaled-font-create":["cairo_scaled_font_create","Description","refentry"],"function.cairo-scaled-font-extents":["cairo_scaled_font_extents","Description","refentry"],"function.cairo-scaled-font-get-ctm":["cairo_scaled_font_get_ctm","Description","refentry"],"function.cairo-scaled-font-get-font-face":["cairo_scaled_font_get_font_face","Description","refentry"],"function.cairo-scaled-font-get-font-matrix":["cairo_scaled_font_get_font_matrix","Description","refentry"],"function.cairo-scaled-font-get-font-options":["cairo_scaled_font_get_font_options","Description","refentry"],"function.cairo-scaled-font-get-scale-matrix":["cairo_scaled_font_get_scale_matrix","Description","refentry"],"function.cairo-scaled-font-get-type":["cairo_scaled_font_get_type","Description","refentry"],"function.cairo-scaled-font-glyph-extents":["cairo_scaled_font_glyph_extents","Description","refentry"],"function.cairo-scaled-font-status":["cairo_scaled_font_status","Description","refentry"],"function.cairo-scaled-font-text-extents":["cairo_scaled_font_text_extents","Description","refentry"],"function.cairo-surface-copy-page":["cairo_surface_copy_page","Description","refentry"],"function.cairo-surface-create-similar":["cairo_surface_create_similar","Description","refentry"],"function.cairo-surface-finish":["cairo_surface_finish","Description","refentry"],"function.cairo-surface-flush":["cairo_surface_flush","Description","refentry"],"function.cairo-surface-get-content":["cairo_surface_get_content","Description","refentry"],"function.cairo-surface-get-device-offset":["cairo_surface_get_device_offset","Description","refentry"],"function.cairo-surface-get-font-options":["cairo_surface_get_font_options","Description","refentry"],"function.cairo-surface-get-type":["cairo_surface_get_type","Description","refentry"],"function.cairo-surface-mark-dirty-rectangle":["cairo_surface_mark_dirty_rectangle","Description","refentry"],"function.cairo-surface-mark-dirty":["cairo_surface_mark_dirty","Description","refentry"],"function.cairo-surface-set-device-offset":["cairo_surface_set_device_offset","Description","refentry"],"function.cairo-surface-set-fallback-resolution":["cairo_surface_set_fallback_resolution","Description","refentry"],"function.cairo-surface-show-page":["cairo_surface_show_page","Description","refentry"],"function.cairo-surface-status":["cairo_surface_status","Description","refentry"],"function.cairo-surface-write-to-png":["cairo_surface_write_to_png","Description","refentry"],"function.cairo-svg-surface-create":["cairo_svg_surface_create","Description","refentry"],"function.cairo-svg-surface-restrict-to-version":["cairo_svg_surface_restrict_to_version","Description","refentry"],"function.cairo-svg-version-to-string":["cairo_svg_version_to_string","Description","refentry"],"cairo.availablefonts":["Cairo::availableFonts","Retrieves the availables font types","refentry"],"cairo.availablesurfaces":["Cairo::availableSurfaces","Retrieves all available surfaces","refentry"],"cairo.statustostring":["Cairo::statusToString","Retrieves the current status as string","refentry"],"cairo.version":["Cairo::version","Retrives cairo's library version","refentry"],"cairo.versionstring":["Cairo::versionString","Retrieves cairo version as string","refentry"],"class.cairo":["Cairo","The Cairo class","phpdoc:classref"],"cairocontext.appendpath":["CairoContext::appendPath","Appends a path to current path","refentry"],"cairocontext.arc":["CairoContext::arc","Adds a circular arc","refentry"],"cairocontext.arcnegative":["CairoContext::arcNegative","Adds a negative arc","refentry"],"cairocontext.clip":["CairoContext::clip","Establishes a new clip region","refentry"],"cairocontext.clipextents":["CairoContext::clipExtents","Computes the area inside the current clip","refentry"],"cairocontext.clippreserve":["CairoContext::clipPreserve","Establishes a new clip region from the current clip","refentry"],"cairocontext.cliprectanglelist":["CairoContext::clipRectangleList","Retrieves the current clip as a list of rectangles","refentry"],"cairocontext.closepath":["CairoContext::closePath","Closes the current path","refentry"],"cairocontext.construct":["CairoContext::__construct","Creates a new CairoContext","refentry"],"cairocontext.copypage":["CairoContext::copyPage","Emits the current page","refentry"],"cairocontext.copypath":["CairoContext::copyPath","Creates a copy of the current path","refentry"],"cairocontext.copypathflat":["CairoContext::copyPathFlat","Gets a flattened copy of the current path","refentry"],"cairocontext.curveto":["CairoContext::curveTo","Adds a curve","refentry"],"cairocontext.devicetouser":["CairoContext::deviceToUser","Transform a coordinate","refentry"],"cairocontext.devicetouserdistance":["CairoContext::deviceToUserDistance","Transform a distance","refentry"],"cairocontext.fill":["CairoContext::fill","Fills the current path","refentry"],"cairocontext.fillextents":["CairoContext::fillExtents","Computes the filled area","refentry"],"cairocontext.fillpreserve":["CairoContext::fillPreserve","Fills and preserve the current path","refentry"],"cairocontext.fontextents":["CairoContext::fontExtents","Get the font extents","refentry"],"cairocontext.getantialias":["CairoContext::getAntialias","Retrives the current antialias mode","refentry"],"cairocontext.getcurrentpoint":["CairoContext::getCurrentPoint","The getCurrentPoint purpose","refentry"],"cairocontext.getdash":["CairoContext::getDash","The getDash purpose","refentry"],"cairocontext.getdashcount":["CairoContext::getDashCount","The getDashCount purpose","refentry"],"cairocontext.getfillrule":["CairoContext::getFillRule","The getFillRule purpose","refentry"],"cairocontext.getfontface":["CairoContext::getFontFace","The getFontFace purpose","refentry"],"cairocontext.getfontmatrix":["CairoContext::getFontMatrix","The getFontMatrix purpose","refentry"],"cairocontext.getfontoptions":["CairoContext::getFontOptions","The getFontOptions purpose","refentry"],"cairocontext.getgrouptarget":["CairoContext::getGroupTarget","The getGroupTarget purpose","refentry"],"cairocontext.getlinecap":["CairoContext::getLineCap","The getLineCap purpose","refentry"],"cairocontext.getlinejoin":["CairoContext::getLineJoin","The getLineJoin purpose","refentry"],"cairocontext.getlinewidth":["CairoContext::getLineWidth","The getLineWidth purpose","refentry"],"cairocontext.getmatrix":["CairoContext::getMatrix","The getMatrix purpose","refentry"],"cairocontext.getmiterlimit":["CairoContext::getMiterLimit","The getMiterLimit purpose","refentry"],"cairocontext.getoperator":["CairoContext::getOperator","The getOperator purpose","refentry"],"cairocontext.getscaledfont":["CairoContext::getScaledFont","The getScaledFont purpose","refentry"],"cairocontext.getsource":["CairoContext::getSource","The getSource purpose","refentry"],"cairocontext.gettarget":["CairoContext::getTarget","The getTarget purpose","refentry"],"cairocontext.gettolerance":["CairoContext::getTolerance","The getTolerance purpose","refentry"],"cairocontext.glyphpath":["CairoContext::glyphPath","The glyphPath purpose","refentry"],"cairocontext.hascurrentpoint":["CairoContext::hasCurrentPoint","The hasCurrentPoint purpose","refentry"],"cairocontext.identitymatrix":["CairoContext::identityMatrix","The identityMatrix purpose","refentry"],"cairocontext.infill":["CairoContext::inFill","The inFill purpose","refentry"],"cairocontext.instroke":["CairoContext::inStroke","The inStroke purpose","refentry"],"cairocontext.lineto":["CairoContext::lineTo","The lineTo purpose","refentry"],"cairocontext.mask":["CairoContext::mask","The mask purpose","refentry"],"cairocontext.masksurface":["CairoContext::maskSurface","The maskSurface purpose","refentry"],"cairocontext.moveto":["CairoContext::moveTo","The moveTo purpose","refentry"],"cairocontext.newpath":["CairoContext::newPath","The newPath purpose","refentry"],"cairocontext.newsubpath":["CairoContext::newSubPath","The newSubPath purpose","refentry"],"cairocontext.paint":["CairoContext::paint","The paint purpose","refentry"],"cairocontext.paintwithalpha":["CairoContext::paintWithAlpha","The paintWithAlpha purpose","refentry"],"cairocontext.pathextents":["CairoContext::pathExtents","The pathExtents purpose","refentry"],"cairocontext.popgroup":["CairoContext::popGroup","The popGroup purpose","refentry"],"cairocontext.popgrouptosource":["CairoContext::popGroupToSource","The popGroupToSource purpose","refentry"],"cairocontext.pushgroup":["CairoContext::pushGroup","The pushGroup purpose","refentry"],"cairocontext.pushgroupwithcontent":["CairoContext::pushGroupWithContent","The pushGroupWithContent purpose","refentry"],"cairocontext.rectangle":["CairoContext::rectangle","The rectangle purpose","refentry"],"cairocontext.relcurveto":["CairoContext::relCurveTo","The relCurveTo purpose","refentry"],"cairocontext.rellineto":["CairoContext::relLineTo","The relLineTo purpose","refentry"],"cairocontext.relmoveto":["CairoContext::relMoveTo","The relMoveTo purpose","refentry"],"cairocontext.resetclip":["CairoContext::resetClip","The resetClip purpose","refentry"],"cairocontext.restore":["CairoContext::restore","The restore purpose","refentry"],"cairocontext.rotate":["CairoContext::rotate","The rotate purpose","refentry"],"cairocontext.save":["CairoContext::save","The save purpose","refentry"],"cairocontext.scale":["CairoContext::scale","The scale purpose","refentry"],"cairocontext.selectfontface":["CairoContext::selectFontFace","The selectFontFace purpose","refentry"],"cairocontext.setantialias":["CairoContext::setAntialias","The setAntialias purpose","refentry"],"cairocontext.setdash":["CairoContext::setDash","The setDash purpose","refentry"],"cairocontext.setfillrule":["CairoContext::setFillRule","The setFillRule purpose","refentry"],"cairocontext.setfontface":["CairoContext::setFontFace","The setFontFace purpose","refentry"],"cairocontext.setfontmatrix":["CairoContext::setFontMatrix","The setFontMatrix purpose","refentry"],"cairocontext.setfontoptions":["CairoContext::setFontOptions","The setFontOptions purpose","refentry"],"cairocontext.setfontsize":["CairoContext::setFontSize","The setFontSize purpose","refentry"],"cairocontext.setlinecap":["CairoContext::setLineCap","The setLineCap purpose","refentry"],"cairocontext.setlinejoin":["CairoContext::setLineJoin","The setLineJoin purpose","refentry"],"cairocontext.setlinewidth":["CairoContext::setLineWidth","The setLineWidth purpose","refentry"],"cairocontext.setmatrix":["CairoContext::setMatrix","The setMatrix purpose","refentry"],"cairocontext.setmiterlimit":["CairoContext::setMiterLimit","The setMiterLimit purpose","refentry"],"cairocontext.setoperator":["CairoContext::setOperator","The setOperator purpose","refentry"],"cairocontext.setscaledfont":["CairoContext::setScaledFont","The setScaledFont purpose","refentry"],"cairocontext.setsource":["CairoContext::setSource","The setSource purpose","refentry"],"cairocontext.setsourcergb":["CairoContext::setSourceRGB","The setSourceRGB purpose","refentry"],"cairocontext.setsourcergba":["CairoContext::setSourceRGBA","The setSourceRGBA purpose","refentry"],"cairocontext.setsourcesurface":["CairoContext::setSourceSurface","The setSourceSurface purpose","refentry"],"cairocontext.settolerance":["CairoContext::setTolerance","The setTolerance purpose","refentry"],"cairocontext.showpage":["CairoContext::showPage","The showPage purpose","refentry"],"cairocontext.showtext":["CairoContext::showText","The showText purpose","refentry"],"cairocontext.status":["CairoContext::status","The status purpose","refentry"],"cairocontext.stroke":["CairoContext::stroke","The stroke purpose","refentry"],"cairocontext.strokeextents":["CairoContext::strokeExtents","The strokeExtents purpose","refentry"],"cairocontext.strokepreserve":["CairoContext::strokePreserve","The strokePreserve purpose","refentry"],"cairocontext.textextents":["CairoContext::textExtents","The textExtents purpose","refentry"],"cairocontext.textpath":["CairoContext::textPath","The textPath purpose","refentry"],"cairocontext.transform":["CairoContext::transform","The transform purpose","refentry"],"cairocontext.translate":["CairoContext::translate","The translate purpose","refentry"],"cairocontext.usertodevice":["CairoContext::userToDevice","The userToDevice purpose","refentry"],"cairocontext.usertodevicedistance":["CairoContext::userToDeviceDistance","The userToDeviceDistance purpose","refentry"],"class.cairocontext":["CairoContext","The CairoContext class","phpdoc:classref"],"class.cairoexception":["CairoException","The CairoException class","phpdoc:classref"],"class.cairostatus":["CairoStatus","The CairoStatus class","phpdoc:classref"],"cairosurface.construct":["CairoSurface::__construct","The __construct purpose","refentry"],"cairosurface.copypage":["CairoSurface::copyPage","The copyPage purpose","refentry"],"cairosurface.createsimilar":["CairoSurface::createSimilar","The createSimilar purpose","refentry"],"cairosurface.finish":["CairoSurface::finish","The finish purpose","refentry"],"cairosurface.flush":["CairoSurface::flush","The flush purpose","refentry"],"cairosurface.getcontent":["CairoSurface::getContent","The getContent purpose","refentry"],"cairosurface.getdeviceoffset":["CairoSurface::getDeviceOffset","The getDeviceOffset purpose","refentry"],"cairosurface.getfontoptions":["CairoSurface::getFontOptions","The getFontOptions purpose","refentry"],"cairosurface.gettype":["CairoSurface::getType","The getType purpose","refentry"],"cairosurface.markdirty":["CairoSurface::markDirty","The markDirty purpose","refentry"],"cairosurface.markdirtyrectangle":["CairoSurface::markDirtyRectangle","The markDirtyRectangle purpose","refentry"],"cairosurface.setdeviceoffset":["CairoSurface::setDeviceOffset","The setDeviceOffset purpose","refentry"],"cairosurface.setfallbackresolution":["CairoSurface::setFallbackResolution","The setFallbackResolution purpose","refentry"],"cairosurface.showpage":["CairoSurface::showPage","The showPage purpose","refentry"],"cairosurface.status":["CairoSurface::status","The status purpose","refentry"],"cairosurface.writetopng":["CairoSurface::writeToPng","The writeToPng purpose","refentry"],"class.cairosurface":["CairoSurface","The CairoSurface class","phpdoc:classref"],"cairosvgsurface.construct":["CairoSvgSurface::__construct","The __construct purpose","refentry"],"cairosvgsurface.getversions":["CairoSvgSurface::getVersions","Used to retrieve a list of supported SVG versions","refentry"],"cairosvgsurface.restricttoversion":["CairoSvgSurface::restrictToVersion","The restrictToVersion purpose","refentry"],"cairosvgsurface.versiontostring":["CairoSvgSurface::versionToString","The versionToString purpose","refentry"],"class.cairosvgsurface":["CairoSvgSurface","Svg Surface Backend","phpdoc:classref"],"cairoimagesurface.construct":["CairoImageSurface::__construct","Creates a new CairoImageSurface","refentry"],"cairoimagesurface.createfordata":["CairoImageSurface::createForData","The createForData purpose","refentry"],"cairoimagesurface.createfrompng":["CairoImageSurface::createFromPng","Creates a new CairoImageSurface form a png image file","refentry"],"cairoimagesurface.getdata":["CairoImageSurface::getData","Gets the image data as string","refentry"],"cairoimagesurface.getformat":["CairoImageSurface::getFormat","Get the image format","refentry"],"cairoimagesurface.getheight":["CairoImageSurface::getHeight","Retrieves the height of the CairoImageSurface","refentry"],"cairoimagesurface.getstride":["CairoImageSurface::getStride","The getStride purpose","refentry"],"cairoimagesurface.getwidth":["CairoImageSurface::getWidth","Retrieves the width of the CairoImageSurface","refentry"],"class.cairoimagesurface":["CairoImageSurface","The CairoImageSurface class","phpdoc:classref"],"cairopdfsurface.construct":["CairoPdfSurface::__construct","The __construct purpose","refentry"],"cairopdfsurface.setsize":["CairoPdfSurface::setSize","The setSize purpose","refentry"],"class.cairopdfsurface":["CairoPdfSurface","The CairoPdfSurface class","phpdoc:classref"],"cairopssurface.construct":["CairoPsSurface::__construct","The __construct purpose","refentry"],"cairopssurface.dscbeginpagesetup":["CairoPsSurface::dscBeginPageSetup","The dscBeginPageSetup purpose","refentry"],"cairopssurface.dscbeginsetup":["CairoPsSurface::dscBeginSetup","The dscBeginSetup purpose","refentry"],"cairopssurface.dsccomment":["CairoPsSurface::dscComment","The dscComment purpose","refentry"],"cairopssurface.geteps":["CairoPsSurface::getEps","The getEps purpose","refentry"],"cairopssurface.getlevels":["CairoPsSurface::getLevels","The getLevels purpose","refentry"],"cairopssurface.leveltostring":["CairoPsSurface::levelToString","The levelToString purpose","refentry"],"cairopssurface.restricttolevel":["CairoPsSurface::restrictToLevel","The restrictToLevel purpose","refentry"],"cairopssurface.seteps":["CairoPsSurface::setEps","The setEps purpose","refentry"],"cairopssurface.setsize":["CairoPsSurface::setSize","The setSize purpose","refentry"],"class.cairopssurface":["CairoPsSurface","The CairoPsSurface class","phpdoc:classref"],"class.cairosurfacetype":["CairoSurfaceType","The CairoSurfaceType class","phpdoc:classref"],"cairofontface.construct":["CairoFontFace::__construct","Creates a new CairoFontFace object","refentry"],"cairofontface.gettype":["CairoFontFace::getType","Retrieves the font face type","refentry"],"cairofontface.status":["CairoFontFace::status","Check for CairoFontFace errors","refentry"],"class.cairofontface":["CairoFontFace","The CairoFontFace class","phpdoc:classref"],"cairofontoptions.construct":["CairoFontOptions::__construct","The __construct purpose","refentry"],"cairofontoptions.equal":["CairoFontOptions::equal","The equal purpose","refentry"],"cairofontoptions.getantialias":["CairoFontOptions::getAntialias","The getAntialias purpose","refentry"],"cairofontoptions.gethintmetrics":["CairoFontOptions::getHintMetrics","The getHintMetrics purpose","refentry"],"cairofontoptions.gethintstyle":["CairoFontOptions::getHintStyle","The getHintStyle purpose","refentry"],"cairofontoptions.getsubpixelorder":["CairoFontOptions::getSubpixelOrder","The getSubpixelOrder purpose","refentry"],"cairofontoptions.hash":["CairoFontOptions::hash","The hash purpose","refentry"],"cairofontoptions.merge":["CairoFontOptions::merge","The merge purpose","refentry"],"cairofontoptions.setantialias":["CairoFontOptions::setAntialias","The setAntialias purpose","refentry"],"cairofontoptions.sethintmetrics":["CairoFontOptions::setHintMetrics","The setHintMetrics purpose","refentry"],"cairofontoptions.sethintstyle":["CairoFontOptions::setHintStyle","The setHintStyle purpose","refentry"],"cairofontoptions.setsubpixelorder":["CairoFontOptions::setSubpixelOrder","The setSubpixelOrder purpose","refentry"],"cairofontoptions.status":["CairoFontOptions::status","The status purpose","refentry"],"class.cairofontoptions":["CairoFontOptions","The CairoFontOptions class","phpdoc:classref"],"class.cairofontslant":["CairoFontSlant","The CairoFontSlant class","phpdoc:classref"],"class.cairofonttype":["CairoFontType","The CairoFontType class","phpdoc:classref"],"class.cairofontweight":["CairoFontWeight","The CairoFontWeight class","phpdoc:classref"],"cairoscaledfont.construct":["CairoScaledFont::__construct","The __construct purpose","refentry"],"cairoscaledfont.extents":["CairoScaledFont::extents","The extents purpose","refentry"],"cairoscaledfont.getctm":["CairoScaledFont::getCtm","The getCtm purpose","refentry"],"cairoscaledfont.getfontface":["CairoScaledFont::getFontFace","The getFontFace purpose","refentry"],"cairoscaledfont.getfontmatrix":["CairoScaledFont::getFontMatrix","The getFontMatrix purpose","refentry"],"cairoscaledfont.getfontoptions":["CairoScaledFont::getFontOptions","The getFontOptions purpose","refentry"],"cairoscaledfont.getscalematrix":["CairoScaledFont::getScaleMatrix","The getScaleMatrix purpose","refentry"],"cairoscaledfont.gettype":["CairoScaledFont::getType","The getType purpose","refentry"],"cairoscaledfont.glyphextents":["CairoScaledFont::glyphExtents","The glyphExtents purpose","refentry"],"cairoscaledfont.status":["CairoScaledFont::status","The status purpose","refentry"],"cairoscaledfont.textextents":["CairoScaledFont::textExtents","The textExtents purpose","refentry"],"class.cairoscaledfont":["CairoScaledFont","The CairoScaledFont class","phpdoc:classref"],"class.cairotoyfontface":["CairoToyFontFace","The CairoToyFontFace class","phpdoc:classref"],"class.cairopatterntype":["CairoPatternType","The CairoPatternType class","phpdoc:classref"],"cairopattern.construct":["CairoPattern::__construct","The __construct purpose","refentry"],"cairopattern.getmatrix":["CairoPattern::getMatrix","The getMatrix purpose","refentry"],"cairopattern.gettype":["CairoPattern::getType","The getType purpose","refentry"],"cairopattern.setmatrix":["CairoPattern::setMatrix","The setMatrix purpose","refentry"],"cairopattern.status":["CairoPattern::status","The status purpose","refentry"],"class.cairopattern":["CairoPattern","The CairoPattern class","phpdoc:classref"],"cairogradientpattern.addcolorstoprgb":["CairoGradientPattern::addColorStopRgb","The addColorStopRgb purpose","refentry"],"cairogradientpattern.addcolorstoprgba":["CairoGradientPattern::addColorStopRgba","The addColorStopRgba purpose","refentry"],"cairogradientpattern.getcolorstopcount":["CairoGradientPattern::getColorStopCount","The getColorStopCount purpose","refentry"],"cairogradientpattern.getcolorstoprgba":["CairoGradientPattern::getColorStopRgba","The getColorStopRgba purpose","refentry"],"cairogradientpattern.getextend":["CairoGradientPattern::getExtend","The getExtend purpose","refentry"],"cairogradientpattern.setextend":["CairoGradientPattern::setExtend","The setExtend purpose","refentry"],"class.cairogradientpattern":["CairoGradientPattern","The CairoGradientPattern class","phpdoc:classref"],"cairosolidpattern.construct":["CairoSolidPattern::__construct","The __construct purpose","refentry"],"cairosolidpattern.getrgba":["CairoSolidPattern::getRgba","The getRgba purpose","refentry"],"class.cairosolidpattern":["CairoSolidPattern","The CairoSolidPattern class","phpdoc:classref"],"cairosurfacepattern.construct":["CairoSurfacePattern::__construct","The __construct purpose","refentry"],"cairosurfacepattern.getextend":["CairoSurfacePattern::getExtend","The getExtend purpose","refentry"],"cairosurfacepattern.getfilter":["CairoSurfacePattern::getFilter","The getFilter purpose","refentry"],"cairosurfacepattern.getsurface":["CairoSurfacePattern::getSurface","The getSurface purpose","refentry"],"cairosurfacepattern.setextend":["CairoSurfacePattern::setExtend","The setExtend purpose","refentry"],"cairosurfacepattern.setfilter":["CairoSurfacePattern::setFilter","The setFilter purpose","refentry"],"class.cairosurfacepattern":["CairoSurfacePattern","The CairoSurfacePattern class","phpdoc:classref"],"cairolineargradient.construct":["CairoLinearGradient::__construct","The __construct purpose","refentry"],"cairolineargradient.getpoints":["CairoLinearGradient::getPoints","The getPoints purpose","refentry"],"class.cairolineargradient":["CairoLinearGradient","The CairoLinearGradient class","phpdoc:classref"],"cairoradialgradient.construct":["CairoRadialGradient::__construct","The __construct purpose","refentry"],"cairoradialgradient.getcircles":["CairoRadialGradient::getCircles","The getCircles purpose","refentry"],"class.cairoradialgradient":["CairoRadialGradient","The CairoRadialGradient class","phpdoc:classref"],"class.cairoantialias":["CairoAntialias","The CairoAntialias class","phpdoc:classref"],"class.cairocontent":["CairoContent","The CairoContent class","phpdoc:classref"],"class.cairoextend":["CairoExtend","The CairoExtend class","phpdoc:classref"],"cairoformat.strideforwidth":["CairoFormat::strideForWidth","Provides an appropiate stride to use","refentry"],"class.cairoformat":["CairoFormat","The CairoFormat class","phpdoc:classref"],"class.cairofillrule":["CairoFillRule","The CairoFillRule class","phpdoc:classref"],"class.cairofilter":["CairoFilter","The CairoFilter class","phpdoc:classref"],"class.cairohintmetrics":["CairoHintMetrics","The CairoHintMetrics class","phpdoc:classref"],"class.cairohintstyle":["CairoHintStyle","The CairoHintStyle class","phpdoc:classref"],"class.cairolinecap":["CairoLineCap","The CairoLineCap class","phpdoc:classref"],"class.cairolinejoin":["CairoLineJoin","The CairoLineJoin class","phpdoc:classref"],"cairomatrix.construct":["CairoMatrix::__construct","Creates a new CairoMatrix object","refentry"],"cairomatrix.initidentity":["CairoMatrix::initIdentity","Creates a new identity matrix","refentry"],"cairomatrix.initrotate":["CairoMatrix::initRotate","Creates a new rotated matrix","refentry"],"cairomatrix.initscale":["CairoMatrix::initScale","Creates a new scaling matrix","refentry"],"cairomatrix.inittranslate":["CairoMatrix::initTranslate","Creates a new translation matrix","refentry"],"cairomatrix.invert":["CairoMatrix::invert","The invert purpose","refentry"],"cairomatrix.multiply":["CairoMatrix::multiply","The multiply purpose","refentry"],"cairomatrix.rotate":["CairoMatrix::rotate","The rotate purpose","refentry"],"cairomatrix.scale":["CairoMatrix::scale","Applies scaling to a matrix","refentry"],"cairomatrix.transformdistance":["CairoMatrix::transformDistance","The transformDistance purpose","refentry"],"cairomatrix.transformpoint":["CairoMatrix::transformPoint","The transformPoint purpose","refentry"],"cairomatrix.translate":["CairoMatrix::translate","The translate purpose","refentry"],"class.cairomatrix":["CairoMatrix","The CairoMatrix class","phpdoc:classref"],"class.cairooperator":["CairoOperator","The CairoOperator class","phpdoc:classref"],"class.cairopath":["CairoPath","The CairoPath class","phpdoc:classref"],"class.cairopslevel":["CairoPsLevel","The CairoPsLevel class","phpdoc:classref"],"class.cairosubpixelorder":["CairoSubpixelOrder","The CairoSubpixelOrder class","phpdoc:classref"],"class.cairosvgversion":["CairoSvgVersion","The CairoSvgVersion class","phpdoc:classref"],"book.cairo":["Cairo","Cairo","book"],"function.exif-imagetype":["exif_imagetype","Determine the type of an image","refentry"],"function.exif-read-data":["exif_read_data","Reads the EXIF headers from JPEG or TIFF","refentry"],"function.exif-tagname":["exif_tagname","Get the header name for an index","refentry"],"function.exif-thumbnail":["exif_thumbnail","Retrieve the embedded thumbnail of a TIFF or JPEG image","refentry"],"function.read-exif-data":["read_exif_data","Alias of exif_read_data","refentry"],"book.exif":["Exif","Exchangeable image information","book"],"function.gd-info":["gd_info","Retrieve information about the currently installed GD library","refentry"],"function.getimagesize":["getimagesize","Get the size of an image","refentry"],"function.getimagesizefromstring":["getimagesizefromstring","Get the size of an image from a string","refentry"],"function.image-type-to-extension":["image_type_to_extension","Get file extension for image type","refentry"],"function.image-type-to-mime-type":["image_type_to_mime_type","Get Mime-Type for image-type returned by getimagesize,\n exif_read_data, exif_thumbnail, exif_imagetype","refentry"],"function.image2wbmp":["image2wbmp","Output image to browser or file","refentry"],"function.imageaffine":["imageaffine","Return an image containing the affine tramsformed src image, using an optional clipping area","refentry"],"function.imageaffinematrixconcat":["imageaffinematrixconcat","Concat two matrices (as in doing many ops in one go)","refentry"],"function.imageaffinematrixget":["imageaffinematrixget","Return an image containing the affine tramsformed src image, using an optional clipping area","refentry"],"function.imagealphablending":["imagealphablending","Set the blending mode for an image","refentry"],"function.imageantialias":["imageantialias","Should antialias functions be used or not","refentry"],"function.imagearc":["imagearc","Draws an arc","refentry"],"function.imagechar":["imagechar","Draw a character horizontally","refentry"],"function.imagecharup":["imagecharup","Draw a character vertically","refentry"],"function.imagecolorallocate":["imagecolorallocate","Allocate a color for an image","refentry"],"function.imagecolorallocatealpha":["imagecolorallocatealpha","Allocate a color for an image","refentry"],"function.imagecolorat":["imagecolorat","Get the index of the color of a pixel","refentry"],"function.imagecolorclosest":["imagecolorclosest","Get the index of the closest color to the specified color","refentry"],"function.imagecolorclosestalpha":["imagecolorclosestalpha","Get the index of the closest color to the specified color + alpha","refentry"],"function.imagecolorclosesthwb":["imagecolorclosesthwb","Get the index of the color which has the hue, white and blackness","refentry"],"function.imagecolordeallocate":["imagecolordeallocate","De-allocate a color for an image","refentry"],"function.imagecolorexact":["imagecolorexact","Get the index of the specified color","refentry"],"function.imagecolorexactalpha":["imagecolorexactalpha","Get the index of the specified color + alpha","refentry"],"function.imagecolormatch":["imagecolormatch","Makes the colors of the palette version of an image more closely match the true color version","refentry"],"function.imagecolorresolve":["imagecolorresolve","Get the index of the specified color or its closest possible alternative","refentry"],"function.imagecolorresolvealpha":["imagecolorresolvealpha","Get the index of the specified color + alpha or its closest possible alternative","refentry"],"function.imagecolorset":["imagecolorset","Set the color for the specified palette index","refentry"],"function.imagecolorsforindex":["imagecolorsforindex","Get the colors for an index","refentry"],"function.imagecolorstotal":["imagecolorstotal","Find out the number of colors in an image's palette","refentry"],"function.imagecolortransparent":["imagecolortransparent","Define a color as transparent","refentry"],"function.imageconvolution":["imageconvolution","Apply a 3x3 convolution matrix, using coefficient and offset","refentry"],"function.imagecopy":["imagecopy","Copy part of an image","refentry"],"function.imagecopymerge":["imagecopymerge","Copy and merge part of an image","refentry"],"function.imagecopymergegray":["imagecopymergegray","Copy and merge part of an image with gray scale","refentry"],"function.imagecopyresampled":["imagecopyresampled","Copy and resize part of an image with resampling","refentry"],"function.imagecopyresized":["imagecopyresized","Copy and resize part of an image","refentry"],"function.imagecreate":["imagecreate","Create a new palette based image","refentry"],"function.imagecreatefromgd2":["imagecreatefromgd2","Create a new image from GD2 file or URL","refentry"],"function.imagecreatefromgd2part":["imagecreatefromgd2part","Create a new image from a given part of GD2 file or URL","refentry"],"function.imagecreatefromgd":["imagecreatefromgd","Create a new image from GD file or URL","refentry"],"function.imagecreatefromgif":["imagecreatefromgif","Create a new image from file or URL","refentry"],"function.imagecreatefromjpeg":["imagecreatefromjpeg","Create a new image from file or URL","refentry"],"function.imagecreatefrompng":["imagecreatefrompng","Create a new image from file or URL","refentry"],"function.imagecreatefromstring":["imagecreatefromstring","Create a new image from the image stream in the string","refentry"],"function.imagecreatefromwbmp":["imagecreatefromwbmp","Create a new image from file or URL","refentry"],"function.imagecreatefromwebp":["imagecreatefromwebp","Create a new image from file or URL","refentry"],"function.imagecreatefromxbm":["imagecreatefromxbm","Create a new image from file or URL","refentry"],"function.imagecreatefromxpm":["imagecreatefromxpm","Create a new image from file or URL","refentry"],"function.imagecreatetruecolor":["imagecreatetruecolor","Create a new true color image","refentry"],"function.imagecrop":["imagecrop","Crop an image using the given coordinates and size, x, y, width and height","refentry"],"function.imagecropauto":["imagecropauto","Crop an image automatically using one of the available modes","refentry"],"function.imagedashedline":["imagedashedline","Draw a dashed line","refentry"],"function.imagedestroy":["imagedestroy","Destroy an image","refentry"],"function.imageellipse":["imageellipse","Draw an ellipse","refentry"],"function.imagefill":["imagefill","Flood fill","refentry"],"function.imagefilledarc":["imagefilledarc","Draw a partial arc and fill it","refentry"],"function.imagefilledellipse":["imagefilledellipse","Draw a filled ellipse","refentry"],"function.imagefilledpolygon":["imagefilledpolygon","Draw a filled polygon","refentry"],"function.imagefilledrectangle":["imagefilledrectangle","Draw a filled rectangle","refentry"],"function.imagefilltoborder":["imagefilltoborder","Flood fill to specific color","refentry"],"function.imagefilter":["imagefilter","Applies a filter to an image","refentry"],"function.imageflip":["imageflip","Flips an image using a given mode","refentry"],"function.imagefontheight":["imagefontheight","Get font height","refentry"],"function.imagefontwidth":["imagefontwidth","Get font width","refentry"],"function.imageftbbox":["imageftbbox","Give the bounding box of a text using fonts via freetype2","refentry"],"function.imagefttext":["imagefttext","Write text to the image using fonts using FreeType 2","refentry"],"function.imagegammacorrect":["imagegammacorrect","Apply a gamma correction to a GD image","refentry"],"function.imagegd2":["imagegd2","Output GD2 image to browser or file","refentry"],"function.imagegd":["imagegd","Output GD image to browser or file","refentry"],"function.imagegif":["imagegif","Output image to browser or file","refentry"],"function.imagegrabscreen":["imagegrabscreen","Captures the whole screen","refentry"],"function.imagegrabwindow":["imagegrabwindow","Captures a window","refentry"],"function.imageinterlace":["imageinterlace","Enable or disable interlace","refentry"],"function.imageistruecolor":["imageistruecolor","Finds whether an image is a truecolor image","refentry"],"function.imagejpeg":["imagejpeg","Output image to browser or file","refentry"],"function.imagelayereffect":["imagelayereffect","Set the alpha blending flag to use the bundled libgd layering effects","refentry"],"function.imageline":["imageline","Draw a line","refentry"],"function.imageloadfont":["imageloadfont","Load a new font","refentry"],"function.imagepalettecopy":["imagepalettecopy","Copy the palette from one image to another","refentry"],"function.imagepalettetotruecolor":["imagepalettetotruecolor","Converts a palette based image to true color","refentry"],"function.imagepng":["imagepng","Output a PNG image to either the browser or a file","refentry"],"function.imagepolygon":["imagepolygon","Draws a polygon","refentry"],"function.imagepsbbox":["imagepsbbox","Give the bounding box of a text rectangle using PostScript Type1 fonts","refentry"],"function.imagepsencodefont":["imagepsencodefont","Change the character encoding vector of a font","refentry"],"function.imagepsextendfont":["imagepsextendfont","Extend or condense a font","refentry"],"function.imagepsfreefont":["imagepsfreefont","Free memory used by a PostScript Type 1 font","refentry"],"function.imagepsloadfont":["imagepsloadfont","Load a PostScript Type 1 font from file","refentry"],"function.imagepsslantfont":["imagepsslantfont","Slant a font","refentry"],"function.imagepstext":["imagepstext","Draws a text over an image using PostScript Type1 fonts","refentry"],"function.imagerectangle":["imagerectangle","Draw a rectangle","refentry"],"function.imagerotate":["imagerotate","Rotate an image with a given angle","refentry"],"function.imagesavealpha":["imagesavealpha","Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images","refentry"],"function.imagescale":["imagescale","Scale an image using the given new width and height","refentry"],"function.imagesetbrush":["imagesetbrush","Set the brush image for line drawing","refentry"],"function.imagesetinterpolation":["imagesetinterpolation","Set the interpolation method","refentry"],"function.imagesetpixel":["imagesetpixel","Set a single pixel","refentry"],"function.imagesetstyle":["imagesetstyle","Set the style for line drawing","refentry"],"function.imagesetthickness":["imagesetthickness","Set the thickness for line drawing","refentry"],"function.imagesettile":["imagesettile","Set the tile image for filling","refentry"],"function.imagestring":["imagestring","Draw a string horizontally","refentry"],"function.imagestringup":["imagestringup","Draw a string vertically","refentry"],"function.imagesx":["imagesx","Get image width","refentry"],"function.imagesy":["imagesy","Get image height","refentry"],"function.imagetruecolortopalette":["imagetruecolortopalette","Convert a true color image to a palette image","refentry"],"function.imagettfbbox":["imagettfbbox","Give the bounding box of a text using TrueType fonts","refentry"],"function.imagettftext":["imagettftext","Write text to the image using TrueType fonts","refentry"],"function.imagetypes":["imagetypes","Return the image types supported by this PHP build","refentry"],"function.imagewbmp":["imagewbmp","Output image to browser or file","refentry"],"function.imagewebp":["imagewebp","Output an WebP image to browser or file","refentry"],"function.imagexbm":["imagexbm","Output an XBM image to browser or file","refentry"],"function.iptcembed":["iptcembed","Embeds binary IPTC data into a JPEG image","refentry"],"function.iptcparse":["iptcparse","Parse a binary IPTC block into single tags.","refentry"],"function.jpeg2wbmp":["jpeg2wbmp","Convert JPEG image file to WBMP image file","refentry"],"function.png2wbmp":["png2wbmp","Convert PNG image file to WBMP image file","refentry"],"book.image":["GD","Image Processing and GD","book"],"gmagick.addimage":["Gmagick::addimage","Adds new image to Gmagick object image list","refentry"],"gmagick.addnoiseimage":["Gmagick::addnoiseimage","Adds random noise to the image","refentry"],"gmagick.annotateimage":["Gmagick::annotateimage","Annotates an image with text","refentry"],"gmagick.blurimage":["Gmagick::blurimage","Adds blur filter to image","refentry"],"gmagick.borderimage":["Gmagick::borderimage","Surrounds the image with a border","refentry"],"gmagick.charcoalimage":["Gmagick::charcoalimage","Simulates a charcoal drawing","refentry"],"gmagick.chopimage":["Gmagick::chopimage","Removes a region of an image and trims","refentry"],"gmagick.clear":["Gmagick::clear","Clears all resources associated to Gmagick object","refentry"],"gmagick.commentimage":["Gmagick::commentimage","Adds a comment to your image","refentry"],"gmagick.compositeimage":["Gmagick::compositeimage","Composite one image onto another","refentry"],"gmagick.construct":["Gmagick::__construct","The Gmagick constructor","refentry"],"gmagick.cropimage":["Gmagick::cropimage","Extracts a region of the image","refentry"],"gmagick.cropthumbnailimage":["Gmagick::cropthumbnailimage","Creates a crop thumbnail","refentry"],"gmagick.current":["Gmagick::current","The current purpose","refentry"],"gmagick.cyclecolormapimage":["Gmagick::cyclecolormapimage","Displaces an image's colormap","refentry"],"gmagick.deconstructimages":["Gmagick::deconstructimages","Returns certain pixel differences between images","refentry"],"gmagick.despeckleimage":["Gmagick::despeckleimage","The despeckleimage purpose","refentry"],"gmagick.destroy":["Gmagick::destroy","The destroy purpose","refentry"],"gmagick.drawimage":["Gmagick::drawimage","Renders the GmagickDraw object on the current image","refentry"],"gmagick.edgeimage":["Gmagick::edgeimage","Enhance edges within the image","refentry"],"gmagick.embossimage":["Gmagick::embossimage","Returns a grayscale image with a three-dimensional effect","refentry"],"gmagick.enhanceimage":["Gmagick::enhanceimage","Improves the quality of a noisy image","refentry"],"gmagick.equalizeimage":["Gmagick::equalizeimage","Equalizes the image histogram","refentry"],"gmagick.flipimage":["Gmagick::flipimage","Creates a vertical mirror image","refentry"],"gmagick.flopimage":["Gmagick::flopimage","The flopimage purpose","refentry"],"gmagick.frameimage":["Gmagick::frameimage","Adds a simulated three-dimensional border","refentry"],"gmagick.gammaimage":["Gmagick::gammaimage","Gamma-corrects an image","refentry"],"gmagick.getcopyright":["Gmagick::getcopyright","Returns the GraphicsMagick API copyright as a string","refentry"],"gmagick.getfilename":["Gmagick::getfilename","The filename associated with an image sequence","refentry"],"gmagick.getimagebackgroundcolor":["Gmagick::getimagebackgroundcolor","Returns the image background color","refentry"],"gmagick.getimageblueprimary":["Gmagick::getimageblueprimary","Returns the chromaticy blue primary point","refentry"],"gmagick.getimagebordercolor":["Gmagick::getimagebordercolor","Returns the image border color","refentry"],"gmagick.getimagechanneldepth":["Gmagick::getimagechanneldepth","Gets the depth for a particular image channel","refentry"],"gmagick.getimagecolors":["Gmagick::getimagecolors","Returns the color of the specified colormap index","refentry"],"gmagick.getimagecolorspace":["Gmagick::getimagecolorspace","Gets the image colorspace","refentry"],"gmagick.getimagecompose":["Gmagick::getimagecompose","Returns the composite operator associated with the image","refentry"],"gmagick.getimagedelay":["Gmagick::getimagedelay","Gets the image delay","refentry"],"gmagick.getimagedepth":["Gmagick::getimagedepth","Gets the depth of the image","refentry"],"gmagick.getimagedispose":["Gmagick::getimagedispose","Gets the image disposal method","refentry"],"gmagick.getimageextrema":["Gmagick::getimageextrema","Gets the extrema for the image","refentry"],"gmagick.getimagefilename":["Gmagick::getimagefilename","Returns the filename of a particular image in a sequence","refentry"],"gmagick.getimageformat":["Gmagick::getimageformat","Returns the format of a particular image in a sequence","refentry"],"gmagick.getimagegamma":["Gmagick::getimagegamma","Gets the image gamma","refentry"],"gmagick.getimagegreenprimary":["Gmagick::getimagegreenprimary","Returns the chromaticy green primary point","refentry"],"gmagick.getimageheight":["Gmagick::getimageheight","Returns the image height","refentry"],"gmagick.getimagehistogram":["Gmagick::getimagehistogram","Gets the image histogram","refentry"],"gmagick.getimageindex":["Gmagick::getimageindex","Gets the index of the current active image","refentry"],"gmagick.getimageinterlacescheme":["Gmagick::getimageinterlacescheme","Gets the image interlace scheme","refentry"],"gmagick.getimageiterations":["Gmagick::getimageiterations","Gets the image iterations","refentry"],"gmagick.getimagematte":["Gmagick::getimagematte","Return if the image has a matte channel","refentry"],"gmagick.getimagemattecolor":["Gmagick::getimagemattecolor","Returns the image matte color","refentry"],"gmagick.getimageprofile":["Gmagick::getimageprofile","Returns the named image profile.","refentry"],"gmagick.getimageredprimary":["Gmagick::getimageredprimary","Returns the chromaticity red primary point","refentry"],"gmagick.getimagerenderingintent":["Gmagick::getimagerenderingintent","Gets the image rendering intent","refentry"],"gmagick.getimageresolution":["Gmagick::getimageresolution","Gets the image X and Y resolution","refentry"],"gmagick.getimagescene":["Gmagick::getimagescene","Gets the image scene","refentry"],"gmagick.getimagesignature":["Gmagick::getimagesignature","Generates an SHA-256 message digest","refentry"],"gmagick.getimagetype":["Gmagick::getimagetype","Gets the potential image type.","refentry"],"gmagick.getimageunits":["Gmagick::getimageunits","Gets the image units of resolution","refentry"],"gmagick.getimagewhitepoint":["Gmagick::getimagewhitepoint","Returns the chromaticity white point","refentry"],"gmagick.getimagewidth":["Gmagick::getimagewidth","Returns the width of the image","refentry"],"gmagick.getpackagename":["Gmagick::getpackagename","Returns the GraphicsMagick package name.","refentry"],"gmagick.getquantumdepth":["Gmagick::getquantumdepth","Returns the Gmagick quantum depth as a string.","refentry"],"gmagick.getreleasedate":["Gmagick::getreleasedate","Returns the GraphicsMagick release date as a string.","refentry"],"gmagick.getsamplingfactors":["Gmagick::getsamplingfactors","Gets the horizontal and vertical sampling factor.","refentry"],"gmagick.getsize":["Gmagick::getsize","Returns the size associated with the Gmagick object","refentry"],"gmagick.getversion":["Gmagick::getversion","Returns the GraphicsMagick API version","refentry"],"gmagick.hasnextimage":["Gmagick::hasnextimage","Checks if the object has more images","refentry"],"gmagick.haspreviousimage":["Gmagick::haspreviousimage","Checks if the object has a previous image","refentry"],"gmagick.implodeimage":["Gmagick::implodeimage","Creates a new image as a copy","refentry"],"gmagick.labelimage":["Gmagick::labelimage","Adds a label to an image.","refentry"],"gmagick.levelimage":["Gmagick::levelimage","Adjusts the levels of an image","refentry"],"gmagick.magnifyimage":["Gmagick::magnifyimage","Scales an image proportionally 2x","refentry"],"gmagick.mapimage":["Gmagick::mapimage","Replaces the colors of an image with the closest color from a reference image.","refentry"],"gmagick.medianfilterimage":["Gmagick::medianfilterimage","Applies a digital filter","refentry"],"gmagick.minifyimage":["Gmagick::minifyimage","Scales an image proportionally to half its size","refentry"],"gmagick.modulateimage":["Gmagick::modulateimage","Control the brightness, saturation, and hue","refentry"],"gmagick.motionblurimage":["Gmagick::motionblurimage","Simulates motion blur","refentry"],"gmagick.newimage":["Gmagick::newimage","Creates a new image","refentry"],"gmagick.nextimage":["Gmagick::nextimage","Moves to the next image","refentry"],"gmagick.normalizeimage":["Gmagick::normalizeimage","Enhances the contrast of a color image","refentry"],"gmagick.oilpaintimage":["Gmagick::oilpaintimage","Simulates an oil painting","refentry"],"gmagick.previousimage":["Gmagick::previousimage","Move to the previous image in the object","refentry"],"gmagick.profileimage":["Gmagick::profileimage","Adds or removes a profile from an image","refentry"],"gmagick.quantizeimage":["Gmagick::quantizeimage","Analyzes the colors within a reference image","refentry"],"gmagick.quantizeimages":["Gmagick::quantizeimages","The quantizeimages purpose","refentry"],"gmagick.queryfontmetrics":["Gmagick::queryfontmetrics","Returns an array representing the font metrics","refentry"],"gmagick.queryfonts":["Gmagick::queryfonts","Returns the configured fonts","refentry"],"gmagick.queryformats":["Gmagick::queryformats","Returns formats supported by Gmagick.","refentry"],"gmagick.radialblurimage":["Gmagick::radialblurimage","Radial blurs an image","refentry"],"gmagick.raiseimage":["Gmagick::raiseimage","Creates a simulated 3d button-like effect","refentry"],"gmagick.read":["Gmagick::read","Reads image from filename","refentry"],"gmagick.readimage":["Gmagick::readimage","Reads image from filename","refentry"],"gmagick.readimageblob":["Gmagick::readimageblob","Reads image from a binary string","refentry"],"gmagick.readimagefile":["Gmagick::readimagefile","The readimagefile purpose","refentry"],"gmagick.reducenoiseimage":["Gmagick::reducenoiseimage","Smooths the contours of an image","refentry"],"gmagick.removeimage":["Gmagick::removeimage","Removes an image from the image list","refentry"],"gmagick.removeimageprofile":["Gmagick::removeimageprofile","Removes the named image profile and returns it","refentry"],"gmagick.resampleimage":["Gmagick::resampleimage","Resample image to desired resolution","refentry"],"gmagick.resizeimage":["Gmagick::resizeimage","Scales an image","refentry"],"gmagick.rollimage":["Gmagick::rollimage","Offsets an image","refentry"],"gmagick.rotateimage":["Gmagick::rotateimage","Rotates an image","refentry"],"gmagick.scaleimage":["Gmagick::scaleimage","Scales the size of an image","refentry"],"gmagick.separateimagechannel":["Gmagick::separateimagechannel","Separates a channel from the image","refentry"],"gmagick.setfilename":["Gmagick::setfilename","Sets the filename before you read or write the image","refentry"],"gmagick.setimagebackgroundcolor":["Gmagick::setimagebackgroundcolor","Sets the image background color.","refentry"],"gmagick.setimageblueprimary":["Gmagick::setimageblueprimary","Sets the image chromaticity blue primary point.","refentry"],"gmagick.setimagebordercolor":["Gmagick::setimagebordercolor","Sets the image border color.","refentry"],"gmagick.setimagechanneldepth":["Gmagick::setimagechanneldepth","Sets the depth of a particular image channel","refentry"],"gmagick.setimagecolorspace":["Gmagick::setimagecolorspace","Sets the image colorspace","refentry"],"gmagick.setimagecompose":["Gmagick::setimagecompose","Sets the image composite operator","refentry"],"gmagick.setimagedelay":["Gmagick::setimagedelay","Sets the image delay","refentry"],"gmagick.setimagedepth":["Gmagick::setimagedepth","Sets the image depth","refentry"],"gmagick.setimagedispose":["Gmagick::setimagedispose","Sets the image disposal method","refentry"],"gmagick.setimagefilename":["Gmagick::setimagefilename","Sets the filename of a particular image in a sequence","refentry"],"gmagick.setimageformat":["Gmagick::setimageformat","Sets the format of a particular image","refentry"],"gmagick.setimagegamma":["Gmagick::setimagegamma","Sets the image gamma","refentry"],"gmagick.setimagegreenprimary":["Gmagick::setimagegreenprimary","TSets the image chromaticity green primary point.","refentry"],"gmagick.setimageindex":["Gmagick::setimageindex","Set the iterator to the position in the image list specified with the index parameter","refentry"],"gmagick.setimageinterlacescheme":["Gmagick::setimageinterlacescheme","Sets the interlace scheme of the image.","refentry"],"gmagick.setimageiterations":["Gmagick::setimageiterations","Sets the image iterations.","refentry"],"gmagick.setimageprofile":["Gmagick::setimageprofile","Adds a named profile to the Gmagick object","refentry"],"gmagick.setimageredprimary":["Gmagick::setimageredprimary","Sets the image chromaticity red primary point.","refentry"],"gmagick.setimagerenderingintent":["Gmagick::setimagerenderingintent","Sets the image rendering intent","refentry"],"gmagick.setimageresolution":["Gmagick::setimageresolution","Sets the image resolution","refentry"],"gmagick.setimagescene":["Gmagick::setimagescene","Sets the image scene","refentry"],"gmagick.setimagetype":["Gmagick::setimagetype","Sets the image type","refentry"],"gmagick.setimageunits":["Gmagick::setimageunits","Sets the image units of resolution.","refentry"],"gmagick.setimagewhitepoint":["Gmagick::setimagewhitepoint","Sets the image chromaticity white point.","refentry"],"gmagick.setsamplingfactors":["Gmagick::setsamplingfactors","Sets the image sampling factors.","refentry"],"gmagick.setsize":["Gmagick::setsize","Sets the size of the Gmagick object","refentry"],"gmagick.shearimage":["Gmagick::shearimage","Creating a parallelogram","refentry"],"gmagick.solarizeimage":["Gmagick::solarizeimage","Applies a solarizing effect to the image","refentry"],"gmagick.spreadimage":["Gmagick::spreadimage","Randomly displaces each pixel in a block","refentry"],"gmagick.stripimage":["Gmagick::stripimage","Strips an image of all profiles and comments","refentry"],"gmagick.swirlimage":["Gmagick::swirlimage","Swirls the pixels about the center of the image","refentry"],"gmagick.thumbnailimage":["Gmagick::thumbnailimage","Changes the size of an image","refentry"],"gmagick.trimimage":["Gmagick::trimimage","Remove edges from the image","refentry"],"gmagick.write":["Gmagick::write","Writes an image to the specified filename","refentry"],"gmagick.writeimage":["Gmagick::writeimage","Writes an image to the specified filename","refentry"],"class.gmagick":["Gmagick","The Gmagick class","phpdoc:classref"],"gmagickdraw.annotate":["GmagickDraw::annotate","Draws text on the image","refentry"],"gmagickdraw.arc":["GmagickDraw::arc","Draws an arc","refentry"],"gmagickdraw.bezier":["GmagickDraw::bezier","Draws a bezier curve","refentry"],"gmagickdraw.ellipse":["GmagickDraw::ellipse","Draws an ellipse on the image","refentry"],"gmagickdraw.getfillcolor":["GmagickDraw::getfillcolor","Returns the fill color","refentry"],"gmagickdraw.getfillopacity":["GmagickDraw::getfillopacity","Returns the opacity used when drawing","refentry"],"gmagickdraw.getfont":["GmagickDraw::getfont","Returns the font","refentry"],"gmagickdraw.getfontsize":["GmagickDraw::getfontsize","Returns the font pointsize","refentry"],"gmagickdraw.getfontstyle":["GmagickDraw::getfontstyle","Returns the font style","refentry"],"gmagickdraw.getfontweight":["GmagickDraw::getfontweight","Returns the font weight","refentry"],"gmagickdraw.getstrokecolor":["GmagickDraw::getstrokecolor","Returns the color used for stroking object outlines","refentry"],"gmagickdraw.getstrokeopacity":["GmagickDraw::getstrokeopacity","Returns the opacity of stroked object outlines","refentry"],"gmagickdraw.getstrokewidth":["GmagickDraw::getstrokewidth","Returns the width of the stroke used to draw object outlines","refentry"],"gmagickdraw.gettextdecoration":["GmagickDraw::gettextdecoration","Returns the text decoration","refentry"],"gmagickdraw.gettextencoding":["GmagickDraw::gettextencoding","Returns the code set used for text annotations","refentry"],"gmagickdraw.line":["GmagickDraw::line","The line purpose","refentry"],"gmagickdraw.point":["GmagickDraw::point","Draws a point","refentry"],"gmagickdraw.polygon":["GmagickDraw::polygon","Draws a polygon","refentry"],"gmagickdraw.polyline":["GmagickDraw::polyline","Draws a polyline","refentry"],"gmagickdraw.rectangle":["GmagickDraw::rectangle","Draws a rectangle","refentry"],"gmagickdraw.rotate":["GmagickDraw::rotate","Applies the specified rotation to the current coordinate space","refentry"],"gmagickdraw.roundrectangle":["GmagickDraw::roundrectangle","Draws a rounded rectangle","refentry"],"gmagickdraw.scale":["GmagickDraw::scale","Adjusts the scaling factor","refentry"],"gmagickdraw.setfillcolor":["GmagickDraw::setfillcolor","Sets the fill color to be used for drawing filled objects.","refentry"],"gmagickdraw.setfillopacity":["GmagickDraw::setfillopacity","The setfillopacity purpose","refentry"],"gmagickdraw.setfont":["GmagickDraw::setfont","Sets the fully-specified font to use when annotating with text.","refentry"],"gmagickdraw.setfontsize":["GmagickDraw::setfontsize","Sets the font pointsize to use when annotating with text.","refentry"],"gmagickdraw.setfontstyle":["GmagickDraw::setfontstyle","Sets the font style to use when annotating with text","refentry"],"gmagickdraw.setfontweight":["GmagickDraw::setfontweight","Sets the font weight","refentry"],"gmagickdraw.setstrokecolor":["GmagickDraw::setstrokecolor","Sets the color used for stroking object outlines.","refentry"],"gmagickdraw.setstrokeopacity":["GmagickDraw::setstrokeopacity","Specifies the opacity of stroked object outlines.","refentry"],"gmagickdraw.setstrokewidth":["GmagickDraw::setstrokewidth","Sets the width of the stroke used to draw object outlines.","refentry"],"gmagickdraw.settextdecoration":["GmagickDraw::settextdecoration","Specifies a decoration","refentry"],"gmagickdraw.settextencoding":["GmagickDraw::settextencoding","Specifies specifies the text code set","refentry"],"class.gmagickdraw":["GmagickDraw","The GmagickDraw class","phpdoc:classref"],"gmagickpixel.construct":["GmagickPixel::__construct","The GmagickPixel constructor","refentry"],"gmagickpixel.getcolor":["GmagickPixel::getcolor","Returns the color","refentry"],"gmagickpixel.getcolorcount":["GmagickPixel::getcolorcount","Returns the color count associated with this color","refentry"],"gmagickpixel.getcolorvalue":["GmagickPixel::getcolorvalue","Gets the normalized value of the provided color channel","refentry"],"gmagickpixel.setcolor":["GmagickPixel::setcolor","Sets the color","refentry"],"gmagickpixel.setcolorvalue":["GmagickPixel::setcolorvalue","Sets the normalized value of one of the channels","refentry"],"class.gmagickpixel":["GmagickPixel","The GmagickPixel class","phpdoc:classref"],"book.gmagick":["Gmagick","Gmagick","book"],"imagick.adaptiveblurimage":["Imagick::adaptiveBlurImage","Adds adaptive blur filter to image","refentry"],"imagick.adaptiveresizeimage":["Imagick::adaptiveResizeImage","Adaptively resize image with data dependent triangulation","refentry"],"imagick.adaptivesharpenimage":["Imagick::adaptiveSharpenImage","Adaptively sharpen the image","refentry"],"imagick.adaptivethresholdimage":["Imagick::adaptiveThresholdImage","Selects a threshold for each pixel based on a range of intensity","refentry"],"imagick.addimage":["Imagick::addImage","Adds new image to Imagick object image list","refentry"],"imagick.addnoiseimage":["Imagick::addNoiseImage","Adds random noise to the image","refentry"],"imagick.affinetransformimage":["Imagick::affineTransformImage","Transforms an image","refentry"],"imagick.animateimages":["Imagick::animateImages","Animates an image or images","refentry"],"imagick.annotateimage":["Imagick::annotateImage","Annotates an image with text","refentry"],"imagick.appendimages":["Imagick::appendImages","Append a set of images","refentry"],"imagick.averageimages":["Imagick::averageImages","Average a set of images","refentry"],"imagick.blackthresholdimage":["Imagick::blackThresholdImage","Forces all pixels below the threshold into black","refentry"],"imagick.blurimage":["Imagick::blurImage","Adds blur filter to image","refentry"],"imagick.borderimage":["Imagick::borderImage","Surrounds the image with a border","refentry"],"imagick.charcoalimage":["Imagick::charcoalImage","Simulates a charcoal drawing","refentry"],"imagick.chopimage":["Imagick::chopImage","Removes a region of an image and trims","refentry"],"imagick.clear":["Imagick::clear","Clears all resources associated to Imagick object","refentry"],"imagick.clipimage":["Imagick::clipImage","Clips along the first path from the 8BIM profile","refentry"],"imagick.clippathimage":["Imagick::clipPathImage","Clips along the named paths from the 8BIM profile","refentry"],"imagick.clone":["Imagick::clone","Makes an exact copy of the Imagick object","refentry"],"imagick.clutimage":["Imagick::clutImage","Replaces colors in the image","refentry"],"imagick.coalesceimages":["Imagick::coalesceImages","Composites a set of images","refentry"],"imagick.colorfloodfillimage":["Imagick::colorFloodfillImage","Changes the color value of any pixel that matches target","refentry"],"imagick.colorizeimage":["Imagick::colorizeImage","Blends the fill color with the image","refentry"],"imagick.combineimages":["Imagick::combineImages","Combines one or more images into a single image","refentry"],"imagick.commentimage":["Imagick::commentImage","Adds a comment to your image","refentry"],"imagick.compareimagechannels":["Imagick::compareImageChannels","Returns the difference in one or more images","refentry"],"imagick.compareimagelayers":["Imagick::compareImageLayers","Returns the maximum bounding region between images","refentry"],"imagick.compareimages":["Imagick::compareImages","Compares an image to a reconstructed image","refentry"],"imagick.compositeimage":["Imagick::compositeImage","Composite one image onto another","refentry"],"imagick.construct":["Imagick::__construct","The Imagick constructor","refentry"],"imagick.contrastimage":["Imagick::contrastImage","Change the contrast of the image","refentry"],"imagick.contraststretchimage":["Imagick::contrastStretchImage","Enhances the contrast of a color image","refentry"],"imagick.convolveimage":["Imagick::convolveImage","Applies a custom convolution kernel to the image","refentry"],"imagick.cropimage":["Imagick::cropImage","Extracts a region of the image","refentry"],"imagick.cropthumbnailimage":["Imagick::cropThumbnailImage","Creates a crop thumbnail","refentry"],"imagick.current":["Imagick::current","Returns a reference to the current Imagick object","refentry"],"imagick.cyclecolormapimage":["Imagick::cycleColormapImage","Displaces an image's colormap","refentry"],"imagick.decipherimage":["Imagick::decipherImage","Deciphers an image","refentry"],"imagick.deconstructimages":["Imagick::deconstructImages","Returns certain pixel differences between images","refentry"],"imagick.deleteimageartifact":["Imagick::deleteImageArtifact","Delete image artifact","refentry"],"imagick.deskewimage":["Imagick::deskewImage","Removes skew from the image","refentry"],"imagick.despeckleimage":["Imagick::despeckleImage","Reduces the speckle noise in an image","refentry"],"imagick.destroy":["Imagick::destroy","Destroys the Imagick object","refentry"],"imagick.displayimage":["Imagick::displayImage","Displays an image","refentry"],"imagick.displayimages":["Imagick::displayImages","Displays an image or image sequence","refentry"],"imagick.distortimage":["Imagick::distortImage","Distorts an image using various distortion methods","refentry"],"imagick.drawimage":["Imagick::drawImage","Renders the ImagickDraw object on the current image","refentry"],"imagick.edgeimage":["Imagick::edgeImage","Enhance edges within the image","refentry"],"imagick.embossimage":["Imagick::embossImage","Returns a grayscale image with a three-dimensional effect","refentry"],"imagick.encipherimage":["Imagick::encipherImage","Enciphers an image","refentry"],"imagick.enhanceimage":["Imagick::enhanceImage","Improves the quality of a noisy image","refentry"],"imagick.equalizeimage":["Imagick::equalizeImage","Equalizes the image histogram","refentry"],"imagick.evaluateimage":["Imagick::evaluateImage","Applies an expression to an image","refentry"],"imagick.exportimagepixels":["Imagick::exportImagePixels","Exports raw image pixels","refentry"],"imagick.extentimage":["Imagick::extentImage","Set image size","refentry"],"imagick.flattenimages":["Imagick::flattenImages","Merges a sequence of images","refentry"],"imagick.flipimage":["Imagick::flipImage","Creates a vertical mirror image","refentry"],"imagick.floodfillpaintimage":["Imagick::floodFillPaintImage","Changes the color value of any pixel that matches target","refentry"],"imagick.flopimage":["Imagick::flopImage","Creates a horizontal mirror image","refentry"],"imagick.frameimage":["Imagick::frameImage","Adds a simulated three-dimensional border","refentry"],"imagick.functionimage":["Imagick::functionImage","Applies a function on the image","refentry"],"imagick.fximage":["Imagick::fxImage","Evaluate expression for each pixel in the image","refentry"],"imagick.gammaimage":["Imagick::gammaImage","Gamma-corrects an image","refentry"],"imagick.gaussianblurimage":["Imagick::gaussianBlurImage","Blurs an image","refentry"],"imagick.getcolorspace":["Imagick::getColorspace","Gets the colorspace","refentry"],"imagick.getcompression":["Imagick::getCompression","Gets the object compression type","refentry"],"imagick.getcompressionquality":["Imagick::getCompressionQuality","Gets the object compression quality","refentry"],"imagick.getcopyright":["Imagick::getCopyright","Returns the ImageMagick API copyright as a string","refentry"],"imagick.getfilename":["Imagick::getFilename","The filename associated with an image sequence","refentry"],"imagick.getfont":["Imagick::getFont","Gets font","refentry"],"imagick.getformat":["Imagick::getFormat","Returns the format of the Imagick object","refentry"],"imagick.getgravity":["Imagick::getGravity","Gets the gravity","refentry"],"imagick.gethomeurl":["Imagick::getHomeURL","Returns the ImageMagick home URL","refentry"],"imagick.getimage":["Imagick::getImage","Returns a new Imagick object","refentry"],"imagick.getimagealphachannel":["Imagick::getImageAlphaChannel","Gets the image alpha channel","refentry"],"imagick.getimageartifact":["Imagick::getImageArtifact","Get image artifact","refentry"],"imagick.getimagebackgroundcolor":["Imagick::getImageBackgroundColor","Returns the image background color","refentry"],"imagick.getimageblob":["Imagick::getImageBlob","Returns the image sequence as a blob","refentry"],"imagick.getimageblueprimary":["Imagick::getImageBluePrimary","Returns the chromaticy blue primary point","refentry"],"imagick.getimagebordercolor":["Imagick::getImageBorderColor","Returns the image border color","refentry"],"imagick.getimagechanneldepth":["Imagick::getImageChannelDepth","Gets the depth for a particular image channel","refentry"],"imagick.getimagechanneldistortion":["Imagick::getImageChannelDistortion","Compares image channels of an image to a reconstructed image","refentry"],"imagick.getimagechanneldistortions":["Imagick::getImageChannelDistortions","Gets channel distortions","refentry"],"imagick.getimagechannelextrema":["Imagick::getImageChannelExtrema","Gets the extrema for one or more image channels","refentry"],"imagick.getimagechannelkurtosis":["Imagick::getImageChannelKurtosis","The getImageChannelKurtosis purpose","refentry"],"imagick.getimagechannelmean":["Imagick::getImageChannelMean","Gets the mean and standard deviation","refentry"],"imagick.getimagechannelrange":["Imagick::getImageChannelRange","Gets channel range","refentry"],"imagick.getimagechannelstatistics":["Imagick::getImageChannelStatistics","Returns statistics for each channel in the image","refentry"],"imagick.getimageclipmask":["Imagick::getImageClipMask","Gets image clip mask","refentry"],"imagick.getimagecolormapcolor":["Imagick::getImageColormapColor","Returns the color of the specified colormap index","refentry"],"imagick.getimagecolors":["Imagick::getImageColors","Gets the number of unique colors in the image","refentry"],"imagick.getimagecolorspace":["Imagick::getImageColorspace","Gets the image colorspace","refentry"],"imagick.getimagecompose":["Imagick::getImageCompose","Returns the composite operator associated with the image","refentry"],"imagick.getimagecompression":["Imagick::getImageCompression","Gets the current image's compression type","refentry"],"imagick.getimagecompressionquality":["Imagick::getImageCompressionQuality","Gets the current image's compression quality","refentry"],"imagick.getimagedelay":["Imagick::getImageDelay","Gets the image delay","refentry"],"imagick.getimagedepth":["Imagick::getImageDepth","Gets the image depth","refentry"],"imagick.getimagedispose":["Imagick::getImageDispose","Gets the image disposal method","refentry"],"imagick.getimagedistortion":["Imagick::getImageDistortion","Compares an image to a reconstructed image","refentry"],"imagick.getimageextrema":["Imagick::getImageExtrema","Gets the extrema for the image","refentry"],"imagick.getimagefilename":["Imagick::getImageFilename","Returns the filename of a particular image in a sequence","refentry"],"imagick.getimageformat":["Imagick::getImageFormat","Returns the format of a particular image in a sequence","refentry"],"imagick.getimagegamma":["Imagick::getImageGamma","Gets the image gamma","refentry"],"imagick.getimagegeometry":["Imagick::getImageGeometry","Gets the width and height as an associative array","refentry"],"imagick.getimagegravity":["Imagick::getImageGravity","Gets the image gravity","refentry"],"imagick.getimagegreenprimary":["Imagick::getImageGreenPrimary","Returns the chromaticy green primary point","refentry"],"imagick.getimageheight":["Imagick::getImageHeight","Returns the image height","refentry"],"imagick.getimagehistogram":["Imagick::getImageHistogram","Gets the image histogram","refentry"],"imagick.getimageindex":["Imagick::getImageIndex","Gets the index of the current active image","refentry"],"imagick.getimageinterlacescheme":["Imagick::getImageInterlaceScheme","Gets the image interlace scheme","refentry"],"imagick.getimageinterpolatemethod":["Imagick::getImageInterpolateMethod","Returns the interpolation method","refentry"],"imagick.getimageiterations":["Imagick::getImageIterations","Gets the image iterations","refentry"],"imagick.getimagelength":["Imagick::getImageLength","Returns the image length in bytes","refentry"],"imagick.getimagemagicklicense":["Imagick::getImageMagickLicense","Returns a string containing the ImageMagick license","refentry"],"imagick.getimagematte":["Imagick::getImageMatte","Return if the image has a matte channel","refentry"],"imagick.getimagemattecolor":["Imagick::getImageMatteColor","Returns the image matte color","refentry"],"imagick.getimageorientation":["Imagick::getImageOrientation","Gets the image orientation","refentry"],"imagick.getimagepage":["Imagick::getImagePage","Returns the page geometry","refentry"],"imagick.getimagepixelcolor":["Imagick::getImagePixelColor","Returns the color of the specified pixel","refentry"],"imagick.getimageprofile":["Imagick::getImageProfile","Returns the named image profile","refentry"],"imagick.getimageprofiles":["Imagick::getImageProfiles","Returns the image profiles","refentry"],"imagick.getimageproperties":["Imagick::getImageProperties","Returns the image properties","refentry"],"imagick.getimageproperty":["Imagick::getImageProperty","Returns the named image property","refentry"],"imagick.getimageredprimary":["Imagick::getImageRedPrimary","Returns the chromaticity red primary point","refentry"],"imagick.getimageregion":["Imagick::getImageRegion","Extracts a region of the image","refentry"],"imagick.getimagerenderingintent":["Imagick::getImageRenderingIntent","Gets the image rendering intent","refentry"],"imagick.getimageresolution":["Imagick::getImageResolution","Gets the image X and Y resolution","refentry"],"imagick.getimagesblob":["Imagick::getImagesBlob","Returns all image sequences as a blob","refentry"],"imagick.getimagescene":["Imagick::getImageScene","Gets the image scene","refentry"],"imagick.getimagesignature":["Imagick::getImageSignature","Generates an SHA-256 message digest","refentry"],"imagick.getimagesize":["Imagick::getImageSize","Returns the image length in bytes","refentry"],"imagick.getimagetickspersecond":["Imagick::getImageTicksPerSecond","Gets the image ticks-per-second","refentry"],"imagick.getimagetotalinkdensity":["Imagick::getImageTotalInkDensity","Gets the image total ink density","refentry"],"imagick.getimagetype":["Imagick::getImageType","Gets the potential image type","refentry"],"imagick.getimageunits":["Imagick::getImageUnits","Gets the image units of resolution","refentry"],"imagick.getimagevirtualpixelmethod":["Imagick::getImageVirtualPixelMethod","Returns the virtual pixel method","refentry"],"imagick.getimagewhitepoint":["Imagick::getImageWhitePoint","Returns the chromaticity white point","refentry"],"imagick.getimagewidth":["Imagick::getImageWidth","Returns the image width","refentry"],"imagick.getinterlacescheme":["Imagick::getInterlaceScheme","Gets the object interlace scheme","refentry"],"imagick.getiteratorindex":["Imagick::getIteratorIndex","Gets the index of the current active image","refentry"],"imagick.getnumberimages":["Imagick::getNumberImages","Returns the number of images in the object","refentry"],"imagick.getoption":["Imagick::getOption","Returns a value associated with the specified key","refentry"],"imagick.getpackagename":["Imagick::getPackageName","Returns the ImageMagick package name","refentry"],"imagick.getpage":["Imagick::getPage","Returns the page geometry","refentry"],"imagick.getpixeliterator":["Imagick::getPixelIterator","Returns a MagickPixelIterator","refentry"],"imagick.getpixelregioniterator":["Imagick::getPixelRegionIterator","Get an ImagickPixelIterator for an image section","refentry"],"imagick.getpointsize":["Imagick::getPointSize","Gets point size","refentry"],"imagick.getquantumdepth":["Imagick::getQuantumDepth","Gets the quantum depth","refentry"],"imagick.getquantumrange":["Imagick::getQuantumRange","Returns the Imagick quantum range","refentry"],"imagick.getreleasedate":["Imagick::getReleaseDate","Returns the ImageMagick release date","refentry"],"imagick.getresource":["Imagick::getResource","Returns the specified resource's memory usage","refentry"],"imagick.getresourcelimit":["Imagick::getResourceLimit","Returns the specified resource limit","refentry"],"imagick.getsamplingfactors":["Imagick::getSamplingFactors","Gets the horizontal and vertical sampling factor","refentry"],"imagick.getsize":["Imagick::getSize","Returns the size associated with the Imagick object","refentry"],"imagick.getsizeoffset":["Imagick::getSizeOffset","Returns the size offset","refentry"],"imagick.getversion":["Imagick::getVersion","Returns the ImageMagick API version","refentry"],"imagick.haldclutimage":["Imagick::haldClutImage","Replaces colors in the image","refentry"],"imagick.hasnextimage":["Imagick::hasNextImage","Checks if the object has more images","refentry"],"imagick.haspreviousimage":["Imagick::hasPreviousImage","Checks if the object has a previous image","refentry"],"imagick.identifyimage":["Imagick::identifyImage","Identifies an image and fetches attributes","refentry"],"imagick.implodeimage":["Imagick::implodeImage","Creates a new image as a copy","refentry"],"imagick.importimagepixels":["Imagick::importImagePixels","Imports image pixels","refentry"],"imagick.labelimage":["Imagick::labelImage","Adds a label to an image","refentry"],"imagick.levelimage":["Imagick::levelImage","Adjusts the levels of an image","refentry"],"imagick.linearstretchimage":["Imagick::linearStretchImage","Stretches with saturation the image intensity","refentry"],"imagick.liquidrescaleimage":["Imagick::liquidRescaleImage","Animates an image or images","refentry"],"imagick.magnifyimage":["Imagick::magnifyImage","Scales an image proportionally 2x","refentry"],"imagick.mapimage":["Imagick::mapImage","Replaces the colors of an image with the closest color from a reference image.","refentry"],"imagick.mattefloodfillimage":["Imagick::matteFloodfillImage","Changes the transparency value of a color","refentry"],"imagick.medianfilterimage":["Imagick::medianFilterImage","Applies a digital filter","refentry"],"imagick.mergeimagelayers":["Imagick::mergeImageLayers","Merges image layers","refentry"],"imagick.minifyimage":["Imagick::minifyImage","Scales an image proportionally to half its size","refentry"],"imagick.modulateimage":["Imagick::modulateImage","Control the brightness, saturation, and hue","refentry"],"imagick.montageimage":["Imagick::montageImage","Creates a composite image","refentry"],"imagick.morphimages":["Imagick::morphImages","Method morphs a set of images","refentry"],"imagick.mosaicimages":["Imagick::mosaicImages","Forms a mosaic from images","refentry"],"imagick.motionblurimage":["Imagick::motionBlurImage","Simulates motion blur","refentry"],"imagick.negateimage":["Imagick::negateImage","Negates the colors in the reference image","refentry"],"imagick.newimage":["Imagick::newImage","Creates a new image","refentry"],"imagick.newpseudoimage":["Imagick::newPseudoImage","Creates a new image","refentry"],"imagick.nextimage":["Imagick::nextImage","Moves to the next image","refentry"],"imagick.normalizeimage":["Imagick::normalizeImage","Enhances the contrast of a color image","refentry"],"imagick.oilpaintimage":["Imagick::oilPaintImage","Simulates an oil painting","refentry"],"imagick.opaquepaintimage":["Imagick::opaquePaintImage","Changes the color value of any pixel that matches target","refentry"],"imagick.optimizeimagelayers":["Imagick::optimizeImageLayers","Removes repeated portions of images to optimize","refentry"],"imagick.orderedposterizeimage":["Imagick::orderedPosterizeImage","Performs an ordered dither","refentry"],"imagick.paintfloodfillimage":["Imagick::paintFloodfillImage","Changes the color value of any pixel that matches target","refentry"],"imagick.paintopaqueimage":["Imagick::paintOpaqueImage","Change any pixel that matches color","refentry"],"imagick.painttransparentimage":["Imagick::paintTransparentImage","Changes any pixel that matches color with the color defined by fill","refentry"],"imagick.pingimage":["Imagick::pingImage","Fetch basic attributes about the image","refentry"],"imagick.pingimageblob":["Imagick::pingImageBlob","Quickly fetch attributes","refentry"],"imagick.pingimagefile":["Imagick::pingImageFile","Get basic image attributes in a lightweight manner","refentry"],"imagick.polaroidimage":["Imagick::polaroidImage","Simulates a Polaroid picture","refentry"],"imagick.posterizeimage":["Imagick::posterizeImage","Reduces the image to a limited number of color level","refentry"],"imagick.previewimages":["Imagick::previewImages","Quickly pin-point appropriate parameters for image processing","refentry"],"imagick.previousimage":["Imagick::previousImage","Move to the previous image in the object","refentry"],"imagick.profileimage":["Imagick::profileImage","Adds or removes a profile from an image","refentry"],"imagick.quantizeimage":["Imagick::quantizeImage","Analyzes the colors within a reference image","refentry"],"imagick.quantizeimages":["Imagick::quantizeImages","Analyzes the colors within a sequence of images","refentry"],"imagick.queryfontmetrics":["Imagick::queryFontMetrics","Returns an array representing the font metrics","refentry"],"imagick.queryfonts":["Imagick::queryFonts","Returns the configured fonts","refentry"],"imagick.queryformats":["Imagick::queryFormats","Returns formats supported by Imagick","refentry"],"imagick.radialblurimage":["Imagick::radialBlurImage","Radial blurs an image","refentry"],"imagick.raiseimage":["Imagick::raiseImage","Creates a simulated 3d button-like effect","refentry"],"imagick.randomthresholdimage":["Imagick::randomThresholdImage","Creates a high-contrast, two-color image","refentry"],"imagick.readimage":["Imagick::readImage","Reads image from filename","refentry"],"imagick.readimageblob":["Imagick::readImageBlob","Reads image from a binary string","refentry"],"imagick.readimagefile":["Imagick::readImageFile","Reads image from open filehandle","refentry"],"imagick.recolorimage":["Imagick::recolorImage","Recolors image","refentry"],"imagick.reducenoiseimage":["Imagick::reduceNoiseImage","Smooths the contours of an image","refentry"],"imagick.remapimage":["Imagick::remapImage","Remaps image colors","refentry"],"imagick.removeimage":["Imagick::removeImage","Removes an image from the image list","refentry"],"imagick.removeimageprofile":["Imagick::removeImageProfile","Removes the named image profile and returns it","refentry"],"imagick.render":["Imagick::render","Renders all preceding drawing commands","refentry"],"imagick.resampleimage":["Imagick::resampleImage","Resample image to desired resolution","refentry"],"imagick.resetimagepage":["Imagick::resetImagePage","Reset image page","refentry"],"imagick.resizeimage":["Imagick::resizeImage","Scales an image","refentry"],"imagick.rollimage":["Imagick::rollImage","Offsets an image","refentry"],"imagick.rotateimage":["Imagick::rotateImage","Rotates an image","refentry"],"imagick.roundcorners":["Imagick::roundCorners","Rounds image corners","refentry"],"imagick.sampleimage":["Imagick::sampleImage","Scales an image with pixel sampling","refentry"],"imagick.scaleimage":["Imagick::scaleImage","Scales the size of an image","refentry"],"imagick.segmentimage":["Imagick::segmentImage","Segments an image","refentry"],"imagick.separateimagechannel":["Imagick::separateImageChannel","Separates a channel from the image","refentry"],"imagick.sepiatoneimage":["Imagick::sepiaToneImage","Sepia tones an image","refentry"],"imagick.setbackgroundcolor":["Imagick::setBackgroundColor","Sets the object's default background color","refentry"],"imagick.setcolorspace":["Imagick::setColorspace","Set colorspace","refentry"],"imagick.setcompression":["Imagick::setCompression","Sets the object's default compression type","refentry"],"imagick.setcompressionquality":["Imagick::setCompressionQuality","Sets the object's default compression quality","refentry"],"imagick.setfilename":["Imagick::setFilename","Sets the filename before you read or write the image","refentry"],"imagick.setfirstiterator":["Imagick::setFirstIterator","Sets the Imagick iterator to the first image","refentry"],"imagick.setfont":["Imagick::setFont","Sets font","refentry"],"imagick.setformat":["Imagick::setFormat","Sets the format of the Imagick object","refentry"],"imagick.setgravity":["Imagick::setGravity","Sets the gravity","refentry"],"imagick.setimage":["Imagick::setImage","Replaces image in the object","refentry"],"imagick.setimagealphachannel":["Imagick::setImageAlphaChannel","Sets image alpha channel","refentry"],"imagick.setimageartifact":["Imagick::setImageArtifact","Set image artifact","refentry"],"imagick.setimagebackgroundcolor":["Imagick::setImageBackgroundColor","Sets the image background color","refentry"],"imagick.setimagebias":["Imagick::setImageBias","Sets the image bias for any method that convolves an image","refentry"],"imagick.setimageblueprimary":["Imagick::setImageBluePrimary","Sets the image chromaticity blue primary point","refentry"],"imagick.setimagebordercolor":["Imagick::setImageBorderColor","Sets the image border color","refentry"],"imagick.setimagechanneldepth":["Imagick::setImageChannelDepth","Sets the depth of a particular image channel","refentry"],"imagick.setimageclipmask":["Imagick::setImageClipMask","Sets image clip mask","refentry"],"imagick.setimagecolormapcolor":["Imagick::setImageColormapColor","Sets the color of the specified colormap index","refentry"],"imagick.setimagecolorspace":["Imagick::setImageColorspace","Sets the image colorspace","refentry"],"imagick.setimagecompose":["Imagick::setImageCompose","Sets the image composite operator","refentry"],"imagick.setimagecompression":["Imagick::setImageCompression","Sets the image compression","refentry"],"imagick.setimagecompressionquality":["Imagick::setImageCompressionQuality","Sets the image compression quality","refentry"],"imagick.setimagedelay":["Imagick::setImageDelay","Sets the image delay","refentry"],"imagick.setimagedepth":["Imagick::setImageDepth","Sets the image depth","refentry"],"imagick.setimagedispose":["Imagick::setImageDispose","Sets the image disposal method","refentry"],"imagick.setimageextent":["Imagick::setImageExtent","Sets the image size","refentry"],"imagick.setimagefilename":["Imagick::setImageFilename","Sets the filename of a particular image","refentry"],"imagick.setimageformat":["Imagick::setImageFormat","Sets the format of a particular image","refentry"],"imagick.setimagegamma":["Imagick::setImageGamma","Sets the image gamma","refentry"],"imagick.setimagegravity":["Imagick::setImageGravity","Sets the image gravity","refentry"],"imagick.setimagegreenprimary":["Imagick::setImageGreenPrimary","Sets the image chromaticity green primary point","refentry"],"imagick.setimageindex":["Imagick::setImageIndex","Set the iterator position","refentry"],"imagick.setimageinterlacescheme":["Imagick::setImageInterlaceScheme","Sets the image compression","refentry"],"imagick.setimageinterpolatemethod":["Imagick::setImageInterpolateMethod","Sets the image interpolate pixel method","refentry"],"imagick.setimageiterations":["Imagick::setImageIterations","Sets the image iterations","refentry"],"imagick.setimagematte":["Imagick::setImageMatte","Sets the image matte channel","refentry"],"imagick.setimagemattecolor":["Imagick::setImageMatteColor","Sets the image matte color","refentry"],"imagick.setimageopacity":["Imagick::setImageOpacity","Sets the image opacity level","refentry"],"imagick.setimageorientation":["Imagick::setImageOrientation","Sets the image orientation","refentry"],"imagick.setimagepage":["Imagick::setImagePage","Sets the page geometry of the image","refentry"],"imagick.setimageprofile":["Imagick::setImageProfile","Adds a named profile to the Imagick object","refentry"],"imagick.setimageproperty":["Imagick::setImageProperty","Sets an image property","refentry"],"imagick.setimageredprimary":["Imagick::setImageRedPrimary","Sets the image chromaticity red primary point","refentry"],"imagick.setimagerenderingintent":["Imagick::setImageRenderingIntent","Sets the image rendering intent","refentry"],"imagick.setimageresolution":["Imagick::setImageResolution","Sets the image resolution","refentry"],"imagick.setimagescene":["Imagick::setImageScene","Sets the image scene","refentry"],"imagick.setimagetickspersecond":["Imagick::setImageTicksPerSecond","Sets the image ticks-per-second","refentry"],"imagick.setimagetype":["Imagick::setImageType","Sets the image type","refentry"],"imagick.setimageunits":["Imagick::setImageUnits","Sets the image units of resolution","refentry"],"imagick.setimagevirtualpixelmethod":["Imagick::setImageVirtualPixelMethod","Sets the image virtual pixel method","refentry"],"imagick.setimagewhitepoint":["Imagick::setImageWhitePoint","Sets the image chromaticity white point","refentry"],"imagick.setinterlacescheme":["Imagick::setInterlaceScheme","Sets the image compression","refentry"],"imagick.setiteratorindex":["Imagick::setIteratorIndex","Set the iterator position","refentry"],"imagick.setlastiterator":["Imagick::setLastIterator","Sets the Imagick iterator to the last image","refentry"],"imagick.setoption":["Imagick::setOption","Set an option","refentry"],"imagick.setpage":["Imagick::setPage","Sets the page geometry of the Imagick object","refentry"],"imagick.setpointsize":["Imagick::setPointSize","Sets point size","refentry"],"imagick.setresolution":["Imagick::setResolution","Sets the image resolution","refentry"],"imagick.setresourcelimit":["Imagick::setResourceLimit","Sets the limit for a particular resource in megabytes","refentry"],"imagick.setsamplingfactors":["Imagick::setSamplingFactors","Sets the image sampling factors","refentry"],"imagick.setsize":["Imagick::setSize","Sets the size of the Imagick object","refentry"],"imagick.setsizeoffset":["Imagick::setSizeOffset","Sets the size and offset of the Imagick object","refentry"],"imagick.settype":["Imagick::setType","Sets the image type attribute","refentry"],"imagick.shadeimage":["Imagick::shadeImage","Creates a 3D effect","refentry"],"imagick.shadowimage":["Imagick::shadowImage","Simulates an image shadow","refentry"],"imagick.sharpenimage":["Imagick::sharpenImage","Sharpens an image","refentry"],"imagick.shaveimage":["Imagick::shaveImage","Shaves pixels from the image edges","refentry"],"imagick.shearimage":["Imagick::shearImage","Creating a parallelogram","refentry"],"imagick.sigmoidalcontrastimage":["Imagick::sigmoidalContrastImage","Adjusts the contrast of an image","refentry"],"imagick.sketchimage":["Imagick::sketchImage","Simulates a pencil sketch","refentry"],"imagick.solarizeimage":["Imagick::solarizeImage","Applies a solarizing effect to the image","refentry"],"imagick.sparsecolorimage":["Imagick::sparseColorImage","Interpolates colors","refentry"],"imagick.spliceimage":["Imagick::spliceImage","Splices a solid color into the image","refentry"],"imagick.spreadimage":["Imagick::spreadImage","Randomly displaces each pixel in a block","refentry"],"imagick.steganoimage":["Imagick::steganoImage","Hides a digital watermark within the image","refentry"],"imagick.stereoimage":["Imagick::stereoImage","Composites two images","refentry"],"imagick.stripimage":["Imagick::stripImage","Strips an image of all profiles and comments","refentry"],"imagick.swirlimage":["Imagick::swirlImage","Swirls the pixels about the center of the image","refentry"],"imagick.textureimage":["Imagick::textureImage","Repeatedly tiles the texture image","refentry"],"imagick.thresholdimage":["Imagick::thresholdImage","Changes the value of individual pixels based on a threshold","refentry"],"imagick.thumbnailimage":["Imagick::thumbnailImage","Changes the size of an image","refentry"],"imagick.tintimage":["Imagick::tintImage","Applies a color vector to each pixel in the image","refentry"],"imagick.transformimage":["Imagick::transformImage","Convenience method for setting crop size and the image geometry","refentry"],"imagick.transparentpaintimage":["Imagick::transparentPaintImage","Paints pixels transparent","refentry"],"imagick.transposeimage":["Imagick::transposeImage","Creates a vertical mirror image","refentry"],"imagick.transverseimage":["Imagick::transverseImage","Creates a horizontal mirror image","refentry"],"imagick.trimimage":["Imagick::trimImage","Remove edges from the image","refentry"],"imagick.uniqueimagecolors":["Imagick::uniqueImageColors","Discards all but one of any pixel color","refentry"],"imagick.unsharpmaskimage":["Imagick::unsharpMaskImage","Sharpens an image","refentry"],"imagick.valid":["Imagick::valid","Checks if the current item is valid","refentry"],"imagick.vignetteimage":["Imagick::vignetteImage","Adds vignette filter to the image","refentry"],"imagick.waveimage":["Imagick::waveImage","Applies wave filter to the image","refentry"],"imagick.whitethresholdimage":["Imagick::whiteThresholdImage","Force all pixels above the threshold into white","refentry"],"imagick.writeimage":["Imagick::writeImage","Writes an image to the specified filename","refentry"],"imagick.writeimagefile":["Imagick::writeImageFile","Writes an image to a filehandle","refentry"],"imagick.writeimages":["Imagick::writeImages","Writes an image or image sequence","refentry"],"imagick.writeimagesfile":["Imagick::writeImagesFile","Writes frames to a filehandle","refentry"],"class.imagick":["Imagick","The Imagick class","phpdoc:classref"],"imagickdraw.affine":["ImagickDraw::affine","Adjusts the current affine transformation matrix","refentry"],"imagickdraw.annotation":["ImagickDraw::annotation","Draws text on the image","refentry"],"imagickdraw.arc":["ImagickDraw::arc","Draws an arc","refentry"],"imagickdraw.bezier":["ImagickDraw::bezier","Draws a bezier curve","refentry"],"imagickdraw.circle":["ImagickDraw::circle","Draws a circle","refentry"],"imagickdraw.clear":["ImagickDraw::clear","Clears the ImagickDraw","refentry"],"imagickdraw.clone":["ImagickDraw::clone","Makes an exact copy of the specified ImagickDraw object","refentry"],"imagickdraw.color":["ImagickDraw::color","Draws color on image","refentry"],"imagickdraw.comment":["ImagickDraw::comment","Adds a comment","refentry"],"imagickdraw.composite":["ImagickDraw::composite","Composites an image onto the current image","refentry"],"imagickdraw.construct":["ImagickDraw::__construct","The ImagickDraw constructor","refentry"],"imagickdraw.destroy":["ImagickDraw::destroy","Frees all associated resources","refentry"],"imagickdraw.ellipse":["ImagickDraw::ellipse","Draws an ellipse on the image","refentry"],"imagickdraw.getclippath":["ImagickDraw::getClipPath","Obtains the current clipping path ID","refentry"],"imagickdraw.getcliprule":["ImagickDraw::getClipRule","Returns the current polygon fill rule","refentry"],"imagickdraw.getclipunits":["ImagickDraw::getClipUnits","Returns the interpretation of clip path units","refentry"],"imagickdraw.getfillcolor":["ImagickDraw::getFillColor","Returns the fill color","refentry"],"imagickdraw.getfillopacity":["ImagickDraw::getFillOpacity","Returns the opacity used when drawing","refentry"],"imagickdraw.getfillrule":["ImagickDraw::getFillRule","Returns the fill rule","refentry"],"imagickdraw.getfont":["ImagickDraw::getFont","Returns the font","refentry"],"imagickdraw.getfontfamily":["ImagickDraw::getFontFamily","Returns the font family","refentry"],"imagickdraw.getfontsize":["ImagickDraw::getFontSize","Returns the font pointsize","refentry"],"imagickdraw.getfontstyle":["ImagickDraw::getFontStyle","Returns the font style","refentry"],"imagickdraw.getfontweight":["ImagickDraw::getFontWeight","Returns the font weight","refentry"],"imagickdraw.getgravity":["ImagickDraw::getGravity","Returns the text placement gravity","refentry"],"imagickdraw.getstrokeantialias":["ImagickDraw::getStrokeAntialias","Returns the current stroke antialias setting","refentry"],"imagickdraw.getstrokecolor":["ImagickDraw::getStrokeColor","Returns the color used for stroking object outlines","refentry"],"imagickdraw.getstrokedasharray":["ImagickDraw::getStrokeDashArray","Returns an array representing the pattern of dashes and gaps used to stroke paths","refentry"],"imagickdraw.getstrokedashoffset":["ImagickDraw::getStrokeDashOffset","Returns the offset into the dash pattern to start the dash","refentry"],"imagickdraw.getstrokelinecap":["ImagickDraw::getStrokeLineCap","Returns the shape to be used at the end of open subpaths when they are stroked","refentry"],"imagickdraw.getstrokelinejoin":["ImagickDraw::getStrokeLineJoin","Returns the shape to be used at the corners of paths when they are stroked","refentry"],"imagickdraw.getstrokemiterlimit":["ImagickDraw::getStrokeMiterLimit","Returns the stroke miter limit","refentry"],"imagickdraw.getstrokeopacity":["ImagickDraw::getStrokeOpacity","Returns the opacity of stroked object outlines","refentry"],"imagickdraw.getstrokewidth":["ImagickDraw::getStrokeWidth","Returns the width of the stroke used to draw object outlines","refentry"],"imagickdraw.gettextalignment":["ImagickDraw::getTextAlignment","Returns the text alignment","refentry"],"imagickdraw.gettextantialias":["ImagickDraw::getTextAntialias","Returns the current text antialias setting","refentry"],"imagickdraw.gettextdecoration":["ImagickDraw::getTextDecoration","Returns the text decoration","refentry"],"imagickdraw.gettextencoding":["ImagickDraw::getTextEncoding","Returns the code set used for text annotations","refentry"],"imagickdraw.gettextundercolor":["ImagickDraw::getTextUnderColor","Returns the text under color","refentry"],"imagickdraw.getvectorgraphics":["ImagickDraw::getVectorGraphics","Returns a string containing vector graphics","refentry"],"imagickdraw.line":["ImagickDraw::line","Draws a line","refentry"],"imagickdraw.matte":["ImagickDraw::matte","Paints on the image's opacity channel","refentry"],"imagickdraw.pathclose":["ImagickDraw::pathClose","Adds a path element to the current path","refentry"],"imagickdraw.pathcurvetoabsolute":["ImagickDraw::pathCurveToAbsolute","Draws a cubic Bezier curve","refentry"],"imagickdraw.pathcurvetoquadraticbezierabsolute":["ImagickDraw::pathCurveToQuadraticBezierAbsolute","Draws a quadratic Bezier curve","refentry"],"imagickdraw.pathcurvetoquadraticbezierrelative":["ImagickDraw::pathCurveToQuadraticBezierRelative","Draws a quadratic Bezier curve","refentry"],"imagickdraw.pathcurvetoquadraticbeziersmoothabsolute":["ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute","Draws a quadratic Bezier curve","refentry"],"imagickdraw.pathcurvetoquadraticbeziersmoothrelative":["ImagickDraw::pathCurveToQuadraticBezierSmoothRelative","Draws a quadratic Bezier curve","refentry"],"imagickdraw.pathcurvetorelative":["ImagickDraw::pathCurveToRelative","Draws a cubic Bezier curve","refentry"],"imagickdraw.pathcurvetosmoothabsolute":["ImagickDraw::pathCurveToSmoothAbsolute","Draws a cubic Bezier curve","refentry"],"imagickdraw.pathcurvetosmoothrelative":["ImagickDraw::pathCurveToSmoothRelative","Draws a cubic Bezier curve","refentry"],"imagickdraw.pathellipticarcabsolute":["ImagickDraw::pathEllipticArcAbsolute","Draws an elliptical arc","refentry"],"imagickdraw.pathellipticarcrelative":["ImagickDraw::pathEllipticArcRelative","Draws an elliptical arc","refentry"],"imagickdraw.pathfinish":["ImagickDraw::pathFinish","Terminates the current path","refentry"],"imagickdraw.pathlinetoabsolute":["ImagickDraw::pathLineToAbsolute","Draws a line path","refentry"],"imagickdraw.pathlinetohorizontalabsolute":["ImagickDraw::pathLineToHorizontalAbsolute","Draws a horizontal line path","refentry"],"imagickdraw.pathlinetohorizontalrelative":["ImagickDraw::pathLineToHorizontalRelative","Draws a horizontal line","refentry"],"imagickdraw.pathlinetorelative":["ImagickDraw::pathLineToRelative","Draws a line path","refentry"],"imagickdraw.pathlinetoverticalabsolute":["ImagickDraw::pathLineToVerticalAbsolute","Draws a vertical line","refentry"],"imagickdraw.pathlinetoverticalrelative":["ImagickDraw::pathLineToVerticalRelative","Draws a vertical line path","refentry"],"imagickdraw.pathmovetoabsolute":["ImagickDraw::pathMoveToAbsolute","Starts a new sub-path","refentry"],"imagickdraw.pathmovetorelative":["ImagickDraw::pathMoveToRelative","Starts a new sub-path","refentry"],"imagickdraw.pathstart":["ImagickDraw::pathStart","Declares the start of a path drawing list","refentry"],"imagickdraw.point":["ImagickDraw::point","Draws a point","refentry"],"imagickdraw.polygon":["ImagickDraw::polygon","Draws a polygon","refentry"],"imagickdraw.polyline":["ImagickDraw::polyline","Draws a polyline","refentry"],"imagickdraw.pop":["ImagickDraw::pop","Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw","refentry"],"imagickdraw.popclippath":["ImagickDraw::popClipPath","Terminates a clip path definition","refentry"],"imagickdraw.popdefs":["ImagickDraw::popDefs","Terminates a definition list","refentry"],"imagickdraw.poppattern":["ImagickDraw::popPattern","Terminates a pattern definition","refentry"],"imagickdraw.push":["ImagickDraw::push","Clones the current ImagickDraw and pushes it to the stack","refentry"],"imagickdraw.pushclippath":["ImagickDraw::pushClipPath","Starts a clip path definition","refentry"],"imagickdraw.pushdefs":["ImagickDraw::pushDefs","Indicates that following commands create named elements for early processing","refentry"],"imagickdraw.pushpattern":["ImagickDraw::pushPattern","Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern","refentry"],"imagickdraw.rectangle":["ImagickDraw::rectangle","Draws a rectangle","refentry"],"imagickdraw.render":["ImagickDraw::render","Renders all preceding drawing commands onto the image","refentry"],"imagickdraw.rotate":["ImagickDraw::rotate","Applies the specified rotation to the current coordinate space","refentry"],"imagickdraw.roundrectangle":["ImagickDraw::roundRectangle","Draws a rounded rectangle","refentry"],"imagickdraw.scale":["ImagickDraw::scale","Adjusts the scaling factor","refentry"],"imagickdraw.setclippath":["ImagickDraw::setClipPath","Associates a named clipping path with the image","refentry"],"imagickdraw.setcliprule":["ImagickDraw::setClipRule","Set the polygon fill rule to be used by the clipping path","refentry"],"imagickdraw.setclipunits":["ImagickDraw::setClipUnits","Sets the interpretation of clip path units","refentry"],"imagickdraw.setfillalpha":["ImagickDraw::setFillAlpha","Sets the opacity to use when drawing using the fill color or fill texture","refentry"],"imagickdraw.setfillcolor":["ImagickDraw::setFillColor","Sets the fill color to be used for drawing filled objects","refentry"],"imagickdraw.setfillopacity":["ImagickDraw::setFillOpacity","Sets the opacity to use when drawing using the fill color or fill texture","refentry"],"imagickdraw.setfillpatternurl":["ImagickDraw::setFillPatternURL","Sets the URL to use as a fill pattern for filling objects","refentry"],"imagickdraw.setfillrule":["ImagickDraw::setFillRule","Sets the fill rule to use while drawing polygons","refentry"],"imagickdraw.setfont":["ImagickDraw::setFont","Sets the fully-specified font to use when annotating with text","refentry"],"imagickdraw.setfontfamily":["ImagickDraw::setFontFamily","Sets the font family to use when annotating with text","refentry"],"imagickdraw.setfontsize":["ImagickDraw::setFontSize","Sets the font pointsize to use when annotating with text","refentry"],"imagickdraw.setfontstretch":["ImagickDraw::setFontStretch","Sets the font stretch to use when annotating with text","refentry"],"imagickdraw.setfontstyle":["ImagickDraw::setFontStyle","Sets the font style to use when annotating with text","refentry"],"imagickdraw.setfontweight":["ImagickDraw::setFontWeight","Sets the font weight","refentry"],"imagickdraw.setgravity":["ImagickDraw::setGravity","Sets the text placement gravity","refentry"],"imagickdraw.setstrokealpha":["ImagickDraw::setStrokeAlpha","Specifies the opacity of stroked object outlines","refentry"],"imagickdraw.setstrokeantialias":["ImagickDraw::setStrokeAntialias","Controls whether stroked outlines are antialiased","refentry"],"imagickdraw.setstrokecolor":["ImagickDraw::setStrokeColor","Sets the color used for stroking object outlines","refentry"],"imagickdraw.setstrokedasharray":["ImagickDraw::setStrokeDashArray","Specifies the pattern of dashes and gaps used to stroke paths","refentry"],"imagickdraw.setstrokedashoffset":["ImagickDraw::setStrokeDashOffset","Specifies the offset into the dash pattern to start the dash","refentry"],"imagickdraw.setstrokelinecap":["ImagickDraw::setStrokeLineCap","Specifies the shape to be used at the end of open subpaths when they are stroked","refentry"],"imagickdraw.setstrokelinejoin":["ImagickDraw::setStrokeLineJoin","Specifies the shape to be used at the corners of paths when they are stroked","refentry"],"imagickdraw.setstrokemiterlimit":["ImagickDraw::setStrokeMiterLimit","Specifies the miter limit","refentry"],"imagickdraw.setstrokeopacity":["ImagickDraw::setStrokeOpacity","Specifies the opacity of stroked object outlines","refentry"],"imagickdraw.setstrokepatternurl":["ImagickDraw::setStrokePatternURL","Sets the pattern used for stroking object outlines","refentry"],"imagickdraw.setstrokewidth":["ImagickDraw::setStrokeWidth","Sets the width of the stroke used to draw object outlines","refentry"],"imagickdraw.settextalignment":["ImagickDraw::setTextAlignment","Specifies a text alignment","refentry"],"imagickdraw.settextantialias":["ImagickDraw::setTextAntialias","Controls whether text is antialiased","refentry"],"imagickdraw.settextdecoration":["ImagickDraw::setTextDecoration","Specifies a decoration","refentry"],"imagickdraw.settextencoding":["ImagickDraw::setTextEncoding","Specifies specifies the text code set","refentry"],"imagickdraw.settextundercolor":["ImagickDraw::setTextUnderColor","Specifies the color of a background rectangle","refentry"],"imagickdraw.setvectorgraphics":["ImagickDraw::setVectorGraphics","Sets the vector graphics","refentry"],"imagickdraw.setviewbox":["ImagickDraw::setViewbox","Sets the overall canvas size","refentry"],"imagickdraw.skewx":["ImagickDraw::skewX","Skews the current coordinate system in the horizontal direction","refentry"],"imagickdraw.skewy":["ImagickDraw::skewY","Skews the current coordinate system in the vertical direction","refentry"],"imagickdraw.translate":["ImagickDraw::translate","Applies a translation to the current coordinate system","refentry"],"class.imagickdraw":["ImagickDraw","The ImagickDraw class","phpdoc:classref"],"imagickpixel.clear":["ImagickPixel::clear","Clears resources associated with this object","refentry"],"imagickpixel.construct":["ImagickPixel::__construct","The ImagickPixel constructor","refentry"],"imagickpixel.destroy":["ImagickPixel::destroy","Deallocates resources associated with this object","refentry"],"imagickpixel.getcolor":["ImagickPixel::getColor","Returns the color","refentry"],"imagickpixel.getcolorasstring":["ImagickPixel::getColorAsString","Returns the color as a string","refentry"],"imagickpixel.getcolorcount":["ImagickPixel::getColorCount","Returns the color count associated with this color","refentry"],"imagickpixel.getcolorvalue":["ImagickPixel::getColorValue","Gets the normalized value of the provided color channel","refentry"],"imagickpixel.gethsl":["ImagickPixel::getHSL","Returns the normalized HSL color of the ImagickPixel object","refentry"],"imagickpixel.ispixelsimilar":["ImagickPixel::isPixelSimilar","Check the distance between this color and another","refentry"],"imagickpixel.issimilar":["ImagickPixel::isSimilar","Check the distance between this color and another","refentry"],"imagickpixel.setcolor":["ImagickPixel::setColor","Sets the color","refentry"],"imagickpixel.setcolorvalue":["ImagickPixel::setColorValue","Sets the normalized value of one of the channels","refentry"],"imagickpixel.sethsl":["ImagickPixel::setHSL","Sets the normalized HSL color","refentry"],"class.imagickpixel":["ImagickPixel","The ImagickPixel class","phpdoc:classref"],"imagickpixeliterator.clear":["ImagickPixelIterator::clear","Clear resources associated with a PixelIterator","refentry"],"imagickpixeliterator.construct":["ImagickPixelIterator::__construct","The ImagickPixelIterator constructor","refentry"],"imagickpixeliterator.destroy":["ImagickPixelIterator::destroy","Deallocates resources associated with a PixelIterator","refentry"],"imagickpixeliterator.getcurrentiteratorrow":["ImagickPixelIterator::getCurrentIteratorRow","Returns the current row of ImagickPixel objects","refentry"],"imagickpixeliterator.getiteratorrow":["ImagickPixelIterator::getIteratorRow","Returns the current pixel iterator row","refentry"],"imagickpixeliterator.getnextiteratorrow":["ImagickPixelIterator::getNextIteratorRow","Returns the next row of the pixel iterator","refentry"],"imagickpixeliterator.getpreviousiteratorrow":["ImagickPixelIterator::getPreviousIteratorRow","Returns the previous row","refentry"],"imagickpixeliterator.newpixeliterator":["ImagickPixelIterator::newPixelIterator","Returns a new pixel iterator","refentry"],"imagickpixeliterator.newpixelregioniterator":["ImagickPixelIterator::newPixelRegionIterator","Returns a new pixel iterator","refentry"],"imagickpixeliterator.resetiterator":["ImagickPixelIterator::resetIterator","Resets the pixel iterator","refentry"],"imagickpixeliterator.setiteratorfirstrow":["ImagickPixelIterator::setIteratorFirstRow","Sets the pixel iterator to the first pixel row","refentry"],"imagickpixeliterator.setiteratorlastrow":["ImagickPixelIterator::setIteratorLastRow","Sets the pixel iterator to the last pixel row","refentry"],"imagickpixeliterator.setiteratorrow":["ImagickPixelIterator::setIteratorRow","Set the pixel iterator row","refentry"],"imagickpixeliterator.synciterator":["ImagickPixelIterator::syncIterator","Syncs the pixel iterator","refentry"],"class.imagickpixeliterator":["ImagickPixelIterator","The ImagickPixelIterator class","phpdoc:classref"],"book.imagick":["ImageMagick","Image Processing (ImageMagick)","book"],"function.cyrus-authenticate":["cyrus_authenticate","Authenticate against a Cyrus IMAP server","refentry"],"function.cyrus-bind":["cyrus_bind","Bind callbacks to a Cyrus IMAP connection","refentry"],"function.cyrus-close":["cyrus_close","Close connection to a Cyrus IMAP server","refentry"],"function.cyrus-connect":["cyrus_connect","Connect to a Cyrus IMAP server","refentry"],"function.cyrus-query":["cyrus_query","Send a query to a Cyrus IMAP server","refentry"],"function.cyrus-unbind":["cyrus_unbind","Unbind ...","refentry"],"book.cyrus":["Cyrus","Cyrus IMAP administration","book"],"function.imap-8bit":["imap_8bit","Convert an 8bit string to a quoted-printable string","refentry"],"function.imap-alerts":["imap_alerts","Returns all IMAP alert messages that have occurred","refentry"],"function.imap-append":["imap_append","Append a string message to a specified mailbox","refentry"],"function.imap-base64":["imap_base64","Decode BASE64 encoded text","refentry"],"function.imap-binary":["imap_binary","Convert an 8bit string to a base64 string","refentry"],"function.imap-body":["imap_body","Read the message body","refentry"],"function.imap-bodystruct":["imap_bodystruct","Read the structure of a specified body section of a specific message","refentry"],"function.imap-check":["imap_check","Check current mailbox","refentry"],"function.imap-clearflag-full":["imap_clearflag_full","Clears flags on messages","refentry"],"function.imap-close":["imap_close","Close an IMAP stream","refentry"],"function.imap-create":["imap_create","Alias of imap_createmailbox","refentry"],"function.imap-createmailbox":["imap_createmailbox","Create a new mailbox","refentry"],"function.imap-delete":["imap_delete","Mark a message for deletion from current mailbox","refentry"],"function.imap-deletemailbox":["imap_deletemailbox","Delete a mailbox","refentry"],"function.imap-errors":["imap_errors","Returns all of the IMAP errors that have occurred","refentry"],"function.imap-expunge":["imap_expunge","Delete all messages marked for deletion","refentry"],"function.imap-fetch-overview":["imap_fetch_overview","Read an overview of the information in the headers of the given message","refentry"],"function.imap-fetchbody":["imap_fetchbody","Fetch a particular section of the body of the message","refentry"],"function.imap-fetchheader":["imap_fetchheader","Returns header for a message","refentry"],"function.imap-fetchmime":["imap_fetchmime","Fetch MIME headers for a particular section of the message","refentry"],"function.imap-fetchstructure":["imap_fetchstructure","Read the structure of a particular message","refentry"],"function.imap-fetchtext":["imap_fetchtext","Alias of imap_body","refentry"],"function.imap-gc":["imap_gc","Clears IMAP cache","refentry"],"function.imap-get-quota":["imap_get_quota","Retrieve the quota level settings, and usage statics per mailbox","refentry"],"function.imap-get-quotaroot":["imap_get_quotaroot","Retrieve the quota settings per user","refentry"],"function.imap-getacl":["imap_getacl","Gets the ACL for a given mailbox","refentry"],"function.imap-getmailboxes":["imap_getmailboxes","Read the list of mailboxes, returning detailed information on each one","refentry"],"function.imap-getsubscribed":["imap_getsubscribed","List all the subscribed mailboxes","refentry"],"function.imap-header":["imap_header","Alias of imap_headerinfo","refentry"],"function.imap-headerinfo":["imap_headerinfo","Read the header of the message","refentry"],"function.imap-headers":["imap_headers","Returns headers for all messages in a mailbox","refentry"],"function.imap-last-error":["imap_last_error","Gets the last IMAP error that occurred during this page request","refentry"],"function.imap-list":["imap_list","Read the list of mailboxes","refentry"],"function.imap-listmailbox":["imap_listmailbox","Alias of imap_list","refentry"],"function.imap-listscan":["imap_listscan","Returns the list of mailboxes that matches the given text","refentry"],"function.imap-listsubscribed":["imap_listsubscribed","Alias of imap_lsub","refentry"],"function.imap-lsub":["imap_lsub","List all the subscribed mailboxes","refentry"],"function.imap-mail-compose":["imap_mail_compose","Create a MIME message based on given envelope and body sections","refentry"],"function.imap-mail-copy":["imap_mail_copy","Copy specified messages to a mailbox","refentry"],"function.imap-mail-move":["imap_mail_move","Move specified messages to a mailbox","refentry"],"function.imap-mail":["imap_mail","Send an email message","refentry"],"function.imap-mailboxmsginfo":["imap_mailboxmsginfo","Get information about the current mailbox","refentry"],"function.imap-mime-header-decode":["imap_mime_header_decode","Decode MIME header elements","refentry"],"function.imap-msgno":["imap_msgno","Gets the message sequence number for the given UID","refentry"],"function.imap-num-msg":["imap_num_msg","Gets the number of messages in the current mailbox","refentry"],"function.imap-num-recent":["imap_num_recent","Gets the number of recent messages in current mailbox","refentry"],"function.imap-open":["imap_open","Open an IMAP stream to a mailbox","refentry"],"function.imap-ping":["imap_ping","Check if the IMAP stream is still active","refentry"],"function.imap-qprint":["imap_qprint","Convert a quoted-printable string to an 8 bit string","refentry"],"function.imap-rename":["imap_rename","Alias of imap_renamemailbox","refentry"],"function.imap-renamemailbox":["imap_renamemailbox","Rename an old mailbox to new mailbox","refentry"],"function.imap-reopen":["imap_reopen","Reopen IMAP stream to new mailbox","refentry"],"function.imap-rfc822-parse-adrlist":["imap_rfc822_parse_adrlist","Parses an address string","refentry"],"function.imap-rfc822-parse-headers":["imap_rfc822_parse_headers","Parse mail headers from a string","refentry"],"function.imap-rfc822-write-address":["imap_rfc822_write_address","Returns a properly formatted email address given the mailbox, host, and personal info","refentry"],"function.imap-savebody":["imap_savebody","Save a specific body section to a file","refentry"],"function.imap-scan":["imap_scan","Alias of imap_listscan","refentry"],"function.imap-scanmailbox":["imap_scanmailbox","Alias of imap_listscan","refentry"],"function.imap-search":["imap_search","This function returns an array of messages matching the given search criteria","refentry"],"function.imap-set-quota":["imap_set_quota","Sets a quota for a given mailbox","refentry"],"function.imap-setacl":["imap_setacl","Sets the ACL for a given mailbox","refentry"],"function.imap-setflag-full":["imap_setflag_full","Sets flags on messages","refentry"],"function.imap-sort":["imap_sort","Gets and sort messages","refentry"],"function.imap-status":["imap_status","Returns status information on a mailbox","refentry"],"function.imap-subscribe":["imap_subscribe","Subscribe to a mailbox","refentry"],"function.imap-thread":["imap_thread","Returns a tree of threaded message","refentry"],"function.imap-timeout":["imap_timeout","Set or fetch imap timeout","refentry"],"function.imap-uid":["imap_uid","This function returns the UID for the given message sequence number","refentry"],"function.imap-undelete":["imap_undelete","Unmark the message which is marked deleted","refentry"],"function.imap-unsubscribe":["imap_unsubscribe","Unsubscribe from a mailbox","refentry"],"function.imap-utf7-decode":["imap_utf7_decode","Decodes a modified UTF-7 encoded string","refentry"],"function.imap-utf7-encode":["imap_utf7_encode","Converts ISO-8859-1 string to modified UTF-7 text","refentry"],"function.imap-utf8":["imap_utf8","Converts MIME-encoded text to UTF-8","refentry"],"book.imap":["IMAP","IMAP, POP3 and NNTP","book"],"function.ezmlm-hash":["ezmlm_hash","Calculate the hash value needed by EZMLM","refentry"],"function.mail":["mail","Send mail","refentry"],"function.mailparse-determine-best-xfer-encoding":["mailparse_determine_best_xfer_encoding","Gets the best way of encoding","refentry"],"function.mailparse-msg-create":["mailparse_msg_create","Create a mime mail resource","refentry"],"function.mailparse-msg-extract-part-file":["mailparse_msg_extract_part_file","Extracts\/decodes a message section","refentry"],"function.mailparse-msg-extract-part":["mailparse_msg_extract_part","Extracts\/decodes a message section","refentry"],"function.mailparse-msg-extract-whole-part-file":["mailparse_msg_extract_whole_part_file","Extracts a message section including headers without decoding the transfer encoding","refentry"],"function.mailparse-msg-free":["mailparse_msg_free","Frees a MIME resource","refentry"],"function.mailparse-msg-get-part-data":["mailparse_msg_get_part_data","Returns an associative array of info about the message","refentry"],"function.mailparse-msg-get-part":["mailparse_msg_get_part","Returns a handle on a given section in a mimemessage","refentry"],"function.mailparse-msg-get-structure":["mailparse_msg_get_structure","Returns an array of mime section names in the supplied message","refentry"],"function.mailparse-msg-parse-file":["mailparse_msg_parse_file","Parses a file","refentry"],"function.mailparse-msg-parse":["mailparse_msg_parse","Incrementally parse data into buffer","refentry"],"function.mailparse-rfc822-parse-addresses":["mailparse_rfc822_parse_addresses","Parse RFC 822 compliant addresses","refentry"],"function.mailparse-stream-encode":["mailparse_stream_encode","Streams data from source file pointer, apply encoding and write to destfp","refentry"],"function.mailparse-uudecode-all":["mailparse_uudecode_all","Scans the data from fp and extract each embedded uuencoded file","refentry"],"function.vpopmail-add-alias-domain-ex":["vpopmail_add_alias_domain_ex","Add alias to an existing virtual domain","refentry"],"function.vpopmail-add-alias-domain":["vpopmail_add_alias_domain","Add an alias for a virtual domain","refentry"],"function.vpopmail-add-domain-ex":["vpopmail_add_domain_ex","Add a new virtual domain","refentry"],"function.vpopmail-add-domain":["vpopmail_add_domain","Add a new virtual domain","refentry"],"function.vpopmail-add-user":["vpopmail_add_user","Add a new user to the specified virtual domain","refentry"],"function.vpopmail-alias-add":["vpopmail_alias_add","Insert a virtual alias","refentry"],"function.vpopmail-alias-del-domain":["vpopmail_alias_del_domain","Deletes all virtual aliases of a domain","refentry"],"function.vpopmail-alias-del":["vpopmail_alias_del","Deletes all virtual aliases of a user","refentry"],"function.vpopmail-alias-get-all":["vpopmail_alias_get_all","Get all lines of an alias for a domain","refentry"],"function.vpopmail-alias-get":["vpopmail_alias_get","Get all lines of an alias for a domain","refentry"],"function.vpopmail-auth-user":["vpopmail_auth_user","Attempt to validate a username\/domain\/password","refentry"],"function.vpopmail-del-domain-ex":["vpopmail_del_domain_ex","Delete a virtual domain","refentry"],"function.vpopmail-del-domain":["vpopmail_del_domain","Delete a virtual domain","refentry"],"function.vpopmail-del-user":["vpopmail_del_user","Delete a user from a virtual domain","refentry"],"function.vpopmail-error":["vpopmail_error","Get text message for last vpopmail error","refentry"],"function.vpopmail-passwd":["vpopmail_passwd","Change a virtual user's password","refentry"],"function.vpopmail-set-user-quota":["vpopmail_set_user_quota","Sets a virtual user's quota","refentry"],"function.bcadd":["bcadd","Add two arbitrary precision numbers","refentry"],"function.bccomp":["bccomp","Compare two arbitrary precision numbers","refentry"],"function.bcdiv":["bcdiv","Divide two arbitrary precision numbers","refentry"],"function.bcmod":["bcmod","Get modulus of an arbitrary precision number","refentry"],"function.bcmul":["bcmul","Multiply two arbitrary precision numbers","refentry"],"function.bcpow":["bcpow","Raise an arbitrary precision number to another","refentry"],"function.bcpowmod":["bcpowmod","Raise an arbitrary precision number to another, reduced by a specified modulus","refentry"],"function.bcscale":["bcscale","Set default scale parameter for all bc math functions","refentry"],"function.bcsqrt":["bcsqrt","Get the square root of an arbitrary precision number","refentry"],"function.bcsub":["bcsub","Subtract one arbitrary precision number from another","refentry"],"book.bc":["BC Math","BCMath Arbitrary Precision Mathematics","book"],"function.gmp-abs":["gmp_abs","Absolute value","refentry"],"function.gmp-add":["gmp_add","Add numbers","refentry"],"function.gmp-and":["gmp_and","Bitwise AND","refentry"],"function.gmp-clrbit":["gmp_clrbit","Clear bit","refentry"],"function.gmp-cmp":["gmp_cmp","Compare numbers","refentry"],"function.gmp-com":["gmp_com","Calculates one's complement","refentry"],"function.gmp-div-q":["gmp_div_q","Divide numbers","refentry"],"function.gmp-div-qr":["gmp_div_qr","Divide numbers and get quotient and remainder","refentry"],"function.gmp-div-r":["gmp_div_r","Remainder of the division of numbers","refentry"],"function.gmp-div":["gmp_div","Alias of gmp_div_q","refentry"],"function.gmp-divexact":["gmp_divexact","Exact division of numbers","refentry"],"function.gmp-fact":["gmp_fact","Factorial","refentry"],"function.gmp-gcd":["gmp_gcd","Calculate GCD","refentry"],"function.gmp-gcdext":["gmp_gcdext","Calculate GCD and multipliers","refentry"],"function.gmp-hamdist":["gmp_hamdist","Hamming distance","refentry"],"function.gmp-init":["gmp_init","Create GMP number","refentry"],"function.gmp-intval":["gmp_intval","Convert GMP number to integer","refentry"],"function.gmp-invert":["gmp_invert","Inverse by modulo","refentry"],"function.gmp-jacobi":["gmp_jacobi","Jacobi symbol","refentry"],"function.gmp-legendre":["gmp_legendre","Legendre symbol","refentry"],"function.gmp-mod":["gmp_mod","Modulo operation","refentry"],"function.gmp-mul":["gmp_mul","Multiply numbers","refentry"],"function.gmp-neg":["gmp_neg","Negate number","refentry"],"function.gmp-nextprime":["gmp_nextprime","Find next prime number","refentry"],"function.gmp-or":["gmp_or","Bitwise OR","refentry"],"function.gmp-perfect-square":["gmp_perfect_square","Perfect square check","refentry"],"function.gmp-popcount":["gmp_popcount","Population count","refentry"],"function.gmp-pow":["gmp_pow","Raise number into power","refentry"],"function.gmp-powm":["gmp_powm","Raise number into power with modulo","refentry"],"function.gmp-prob-prime":["gmp_prob_prime","Check if number is "probably prime"","refentry"],"function.gmp-random":["gmp_random","Random number","refentry"],"function.gmp-scan0":["gmp_scan0","Scan for 0","refentry"],"function.gmp-scan1":["gmp_scan1","Scan for 1","refentry"],"function.gmp-setbit":["gmp_setbit","Set bit","refentry"],"function.gmp-sign":["gmp_sign","Sign of number","refentry"],"function.gmp-sqrt":["gmp_sqrt","Calculate square root","refentry"],"function.gmp-sqrtrem":["gmp_sqrtrem","Square root with remainder","refentry"],"function.gmp-strval":["gmp_strval","Convert GMP number to string","refentry"],"function.gmp-sub":["gmp_sub","Subtract numbers","refentry"],"function.gmp-testbit":["gmp_testbit","Tests if a bit is set","refentry"],"function.gmp-xor":["gmp_xor","Bitwise XOR","refentry"],"book.gmp":["GMP","GNU Multiple Precision","book"],"lapack.eigenvalues":["Lapack::eigenValues","This function returns the eigenvalues for a given square matrix","refentry"],"lapack.identity":["Lapack::identity","Return an identity matrix","refentry"],"lapack.leastsquaresbyfactorisation":["Lapack::leastSquaresByFactorisation","Calculate the linear least squares solution of a matrix using QR factorisation","refentry"],"lapack.leastsquaresbysvd":["Lapack::leastSquaresBySVD","Solve the linear least squares problem, using SVD","refentry"],"lapack.pseudoinverse":["Lapack::pseudoInverse","Calculate the inverse of a matrix","refentry"],"lapack.singularvalues":["Lapack::singularValues","Calculated the singular values of a matrix","refentry"],"lapack.solvelinearequation":["Lapack::solveLinearEquation","Solve a system of linear equations","refentry"],"class.lapack":["Lapack","The Lapack class","phpdoc:classref"],"class.lapackexception":["LapackException","The LapackException class","phpdoc:classref"],"book.lapack":["Lapack","Lapack","book"],"function.abs":["abs","Absolute value","refentry"],"function.acos":["acos","Arc cosine","refentry"],"function.acosh":["acosh","Inverse hyperbolic cosine","refentry"],"function.asin":["asin","Arc sine","refentry"],"function.asinh":["asinh","Inverse hyperbolic sine","refentry"],"function.atan2":["atan2","Arc tangent of two variables","refentry"],"function.atan":["atan","Arc tangent","refentry"],"function.atanh":["atanh","Inverse hyperbolic tangent","refentry"],"function.base-convert":["base_convert","Convert a number between arbitrary bases","refentry"],"function.bindec":["bindec","Binary to decimal","refentry"],"function.ceil":["ceil","Round fractions up","refentry"],"function.cos":["cos","Cosine","refentry"],"function.cosh":["cosh","Hyperbolic cosine","refentry"],"function.decbin":["decbin","Decimal to binary","refentry"],"function.dechex":["dechex","Decimal to hexadecimal","refentry"],"function.decoct":["decoct","Decimal to octal","refentry"],"function.deg2rad":["deg2rad","Converts the number in degrees to the radian equivalent","refentry"],"function.exp":["exp","Calculates the exponent of e","refentry"],"function.expm1":["expm1","Returns exp(number) - 1, computed in a way that is accurate even\n when the value of number is close to zero","refentry"],"function.floor":["floor","Round fractions down","refentry"],"function.fmod":["fmod","Returns the floating point remainder (modulo) of the division\n of the arguments","refentry"],"function.getrandmax":["getrandmax","Show largest possible random value","refentry"],"function.hexdec":["hexdec","Hexadecimal to decimal","refentry"],"function.hypot":["hypot","Calculate the length of the hypotenuse of a right-angle triangle","refentry"],"function.is-finite":["is_finite","Finds whether a value is a legal finite number","refentry"],"function.is-infinite":["is_infinite","Finds whether a value is infinite","refentry"],"function.is-nan":["is_nan","Finds whether a value is not a number","refentry"],"function.lcg-value":["lcg_value","Combined linear congruential generator","refentry"],"function.log10":["log10","Base-10 logarithm","refentry"],"function.log1p":["log1p","Returns log(1 + number), computed in a way that is accurate even when\n the value of number is close to zero","refentry"],"function.log":["log","Natural logarithm","refentry"],"function.max":["max","Find highest value","refentry"],"function.min":["min","Find lowest value","refentry"],"function.mt-getrandmax":["mt_getrandmax","Show largest possible random value","refentry"],"function.mt-rand":["mt_rand","Generate a better random value","refentry"],"function.mt-srand":["mt_srand","Seed the better random number generator","refentry"],"function.octdec":["octdec","Octal to decimal","refentry"],"function.pi":["pi","Get value of pi","refentry"],"function.pow":["pow","Exponential expression","refentry"],"function.rad2deg":["rad2deg","Converts the radian number to the equivalent number in degrees","refentry"],"function.rand":["rand","Generate a random integer","refentry"],"function.round":["round","Rounds a float","refentry"],"function.sin":["sin","Sine","refentry"],"function.sinh":["sinh","Hyperbolic sine","refentry"],"function.sqrt":["sqrt","Square root","refentry"],"function.srand":["srand","Seed the random number generator","refentry"],"function.tan":["tan","Tangent","refentry"],"function.tanh":["tanh","Hyperbolic tangent","refentry"],"book.math":["Math","Mathematical Functions","book"],"function.stats-absolute-deviation":["stats_absolute_deviation","Returns the absolute deviation of an array of values","refentry"],"function.stats-cdf-beta":["stats_cdf_beta","CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.","refentry"],"function.stats-cdf-binomial":["stats_cdf_binomial","Calculates any one parameter of the binomial distribution given values for the others.","refentry"],"function.stats-cdf-cauchy":["stats_cdf_cauchy","Not documented","refentry"],"function.stats-cdf-chisquare":["stats_cdf_chisquare","Calculates any one parameter of the chi-square distribution given values for the others.","refentry"],"function.stats-cdf-exponential":["stats_cdf_exponential","Not documented","refentry"],"function.stats-cdf-f":["stats_cdf_f","Calculates any one parameter of the F distribution given values for the others.","refentry"],"function.stats-cdf-gamma":["stats_cdf_gamma","Calculates any one parameter of the gamma distribution given values for the others.","refentry"],"function.stats-cdf-laplace":["stats_cdf_laplace","Not documented","refentry"],"function.stats-cdf-logistic":["stats_cdf_logistic","Not documented","refentry"],"function.stats-cdf-negative-binomial":["stats_cdf_negative_binomial","Calculates any one parameter of the negative binomial distribution given values for the others.","refentry"],"function.stats-cdf-noncentral-chisquare":["stats_cdf_noncentral_chisquare","Calculates any one parameter of the non-central chi-square distribution given values for the others.","refentry"],"function.stats-cdf-noncentral-f":["stats_cdf_noncentral_f","Calculates any one parameter of the Non-central F distribution given values for the others.","refentry"],"function.stats-cdf-poisson":["stats_cdf_poisson","Calculates any one parameter of the Poisson distribution given values for the others.","refentry"],"function.stats-cdf-t":["stats_cdf_t","Calculates any one parameter of the T distribution given values for the others.","refentry"],"function.stats-cdf-uniform":["stats_cdf_uniform","Not documented","refentry"],"function.stats-cdf-weibull":["stats_cdf_weibull","Not documented","refentry"],"function.stats-covariance":["stats_covariance","Computes the covariance of two data sets","refentry"],"function.stats-den-uniform":["stats_den_uniform","Not documented","refentry"],"function.stats-dens-beta":["stats_dens_beta","Not documented","refentry"],"function.stats-dens-cauchy":["stats_dens_cauchy","Not documented","refentry"],"function.stats-dens-chisquare":["stats_dens_chisquare","Not documented","refentry"],"function.stats-dens-exponential":["stats_dens_exponential","Not documented","refentry"],"function.stats-dens-f":["stats_dens_f","Description","refentry"],"function.stats-dens-gamma":["stats_dens_gamma","Not documented","refentry"],"function.stats-dens-laplace":["stats_dens_laplace","Not documented","refentry"],"function.stats-dens-logistic":["stats_dens_logistic","Not documented","refentry"],"function.stats-dens-negative-binomial":["stats_dens_negative_binomial","Not documented","refentry"],"function.stats-dens-normal":["stats_dens_normal","Not documented","refentry"],"function.stats-dens-pmf-binomial":["stats_dens_pmf_binomial","Not documented","refentry"],"function.stats-dens-pmf-hypergeometric":["stats_dens_pmf_hypergeometric","Description","refentry"],"function.stats-dens-pmf-poisson":["stats_dens_pmf_poisson","Not documented","refentry"],"function.stats-dens-t":["stats_dens_t","Not documented","refentry"],"function.stats-dens-weibull":["stats_dens_weibull","Not documented","refentry"],"function.stats-harmonic-mean":["stats_harmonic_mean","Returns the harmonic mean of an array of values","refentry"],"function.stats-kurtosis":["stats_kurtosis","Computes the kurtosis of the data in the array","refentry"],"function.stats-rand-gen-beta":["stats_rand_gen_beta","Generates beta random deviate","refentry"],"function.stats-rand-gen-chisquare":["stats_rand_gen_chisquare","Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.","refentry"],"function.stats-rand-gen-exponential":["stats_rand_gen_exponential","Generates a single random deviate from an exponential distribution with mean "av"","refentry"],"function.stats-rand-gen-f":["stats_rand_gen_f","Generates a random deviate","refentry"],"function.stats-rand-gen-funiform":["stats_rand_gen_funiform","Generates uniform float between low (exclusive) and high (exclusive)","refentry"],"function.stats-rand-gen-gamma":["stats_rand_gen_gamma","Generates random deviates from a gamma distribution","refentry"],"function.stats-rand-gen-ibinomial-negative":["stats_rand_gen_ibinomial_negative","Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).","refentry"],"function.stats-rand-gen-ibinomial":["stats_rand_gen_ibinomial","Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE","refentry"],"function.stats-rand-gen-int":["stats_rand_gen_int","Generates random integer between 1 and 2147483562","refentry"],"function.stats-rand-gen-ipoisson":["stats_rand_gen_ipoisson","Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).","refentry"],"function.stats-rand-gen-iuniform":["stats_rand_gen_iuniform","Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)","refentry"],"function.stats-rand-gen-noncenral-chisquare":["stats_rand_gen_noncenral_chisquare","Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0","refentry"],"function.stats-rand-gen-noncentral-f":["stats_rand_gen_noncentral_f","Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.","refentry"],"function.stats-rand-gen-noncentral-t":["stats_rand_gen_noncentral_t","Generates a single random deviate from a noncentral T distribution","refentry"],"function.stats-rand-gen-normal":["stats_rand_gen_normal","Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.","refentry"],"function.stats-rand-gen-t":["stats_rand_gen_t","Generates a single random deviate from a T distribution","refentry"],"function.stats-rand-get-seeds":["stats_rand_get_seeds","Not documented","refentry"],"function.stats-rand-phrase-to-seeds":["stats_rand_phrase_to_seeds","generate two seeds for the RGN random number generator","refentry"],"function.stats-rand-ranf":["stats_rand_ranf","Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator","refentry"],"function.stats-rand-setall":["stats_rand_setall","Not documented","refentry"],"function.stats-skew":["stats_skew","Computes the skewness of the data in the array","refentry"],"function.stats-standard-deviation":["stats_standard_deviation","Returns the standard deviation","refentry"],"function.stats-stat-binomial-coef":["stats_stat_binomial_coef","Not documented","refentry"],"function.stats-stat-correlation":["stats_stat_correlation","Not documented","refentry"],"function.stats-stat-gennch":["stats_stat_gennch","Not documented","refentry"],"function.stats-stat-independent-t":["stats_stat_independent_t","Not documented","refentry"],"function.stats-stat-innerproduct":["stats_stat_innerproduct","Description","refentry"],"function.stats-stat-noncentral-t":["stats_stat_noncentral_t","Calculates any one parameter of the noncentral t distribution give values for the others.","refentry"],"function.stats-stat-paired-t":["stats_stat_paired_t","Not documented","refentry"],"function.stats-stat-percentile":["stats_stat_percentile","Not documented","refentry"],"function.stats-stat-powersum":["stats_stat_powersum","Not documented","refentry"],"function.stats-variance":["stats_variance","Returns the population variance","refentry"],"function.trader-acos":["trader_acos","Vector Trigonometric ACos","refentry"],"function.trader-ad":["trader_ad","Chaikin A\/D Line","refentry"],"function.trader-add":["trader_add","Vector Arithmetic Add","refentry"],"function.trader-adosc":["trader_adosc","Chaikin A\/D Oscillator","refentry"],"function.trader-adx":["trader_adx","Average Directional Movement Index","refentry"],"function.trader-adxr":["trader_adxr","Average Directional Movement Index Rating","refentry"],"function.trader-apo":["trader_apo","Absolute Price Oscillator","refentry"],"function.trader-aroon":["trader_aroon","Aroon","refentry"],"function.trader-aroonosc":["trader_aroonosc","Aroon Oscillator","refentry"],"function.trader-asin":["trader_asin","Vector Trigonometric ASin","refentry"],"function.trader-atan":["trader_atan","Vector Trigonometric ATan","refentry"],"function.trader-atr":["trader_atr","Average True Range","refentry"],"function.trader-avgprice":["trader_avgprice","Average Price","refentry"],"function.trader-bbands":["trader_bbands","Bollinger Bands","refentry"],"function.trader-beta":["trader_beta","Beta","refentry"],"function.trader-bop":["trader_bop","Balance Of Power","refentry"],"function.trader-cci":["trader_cci","Commodity Channel Index","refentry"],"function.trader-cdl2crows":["trader_cdl2crows","Two Crows","refentry"],"function.trader-cdl3blackcrows":["trader_cdl3blackcrows","Three Black Crows","refentry"],"function.trader-cdl3inside":["trader_cdl3inside","Three Inside Up\/Down","refentry"],"function.trader-cdl3linestrike":["trader_cdl3linestrike","Three-Line Strike","refentry"],"function.trader-cdl3outside":["trader_cdl3outside","Three Outside Up\/Down","refentry"],"function.trader-cdl3starsinsouth":["trader_cdl3starsinsouth","Three Stars In The South","refentry"],"function.trader-cdl3whitesoldiers":["trader_cdl3whitesoldiers","Three Advancing White Soldiers","refentry"],"function.trader-cdlabandonedbaby":["trader_cdlabandonedbaby","Abandoned Baby","refentry"],"function.trader-cdladvanceblock":["trader_cdladvanceblock","Advance Block","refentry"],"function.trader-cdlbelthold":["trader_cdlbelthold","Belt-hold","refentry"],"function.trader-cdlbreakaway":["trader_cdlbreakaway","Breakaway","refentry"],"function.trader-cdlclosingmarubozu":["trader_cdlclosingmarubozu","Closing Marubozu","refentry"],"function.trader-cdlconcealbabyswall":["trader_cdlconcealbabyswall","Concealing Baby Swallow","refentry"],"function.trader-cdlcounterattack":["trader_cdlcounterattack","Counterattack","refentry"],"function.trader-cdldarkcloudcover":["trader_cdldarkcloudcover","Dark Cloud Cover","refentry"],"function.trader-cdldoji":["trader_cdldoji","Doji","refentry"],"function.trader-cdldojistar":["trader_cdldojistar","Doji Star","refentry"],"function.trader-cdldragonflydoji":["trader_cdldragonflydoji","Dragonfly Doji","refentry"],"function.trader-cdlengulfing":["trader_cdlengulfing","Engulfing Pattern","refentry"],"function.trader-cdleveningdojistar":["trader_cdleveningdojistar","Evening Doji Star","refentry"],"function.trader-cdleveningstar":["trader_cdleveningstar","Evening Star","refentry"],"function.trader-cdlgapsidesidewhite":["trader_cdlgapsidesidewhite","Up\/Down-gap side-by-side white lines","refentry"],"function.trader-cdlgravestonedoji":["trader_cdlgravestonedoji","Gravestone Doji","refentry"],"function.trader-cdlhammer":["trader_cdlhammer","Hammer","refentry"],"function.trader-cdlhangingman":["trader_cdlhangingman","Hanging Man","refentry"],"function.trader-cdlharami":["trader_cdlharami","Harami Pattern","refentry"],"function.trader-cdlharamicross":["trader_cdlharamicross","Harami Cross Pattern","refentry"],"function.trader-cdlhighwave":["trader_cdlhighwave","High-Wave Candle","refentry"],"function.trader-cdlhikkake":["trader_cdlhikkake","Hikkake Pattern","refentry"],"function.trader-cdlhikkakemod":["trader_cdlhikkakemod","Modified Hikkake Pattern","refentry"],"function.trader-cdlhomingpigeon":["trader_cdlhomingpigeon","Homing Pigeon","refentry"],"function.trader-cdlidentical3crows":["trader_cdlidentical3crows","Identical Three Crows","refentry"],"function.trader-cdlinneck":["trader_cdlinneck","In-Neck Pattern","refentry"],"function.trader-cdlinvertedhammer":["trader_cdlinvertedhammer","Inverted Hammer","refentry"],"function.trader-cdlkicking":["trader_cdlkicking","Kicking","refentry"],"function.trader-cdlkickingbylength":["trader_cdlkickingbylength","Kicking - bull\/bear determined by the longer marubozu","refentry"],"function.trader-cdlladderbottom":["trader_cdlladderbottom","Ladder Bottom","refentry"],"function.trader-cdllongleggeddoji":["trader_cdllongleggeddoji","Long Legged Doji","refentry"],"function.trader-cdllongline":["trader_cdllongline","Long Line Candle","refentry"],"function.trader-cdlmarubozu":["trader_cdlmarubozu","Marubozu","refentry"],"function.trader-cdlmatchinglow":["trader_cdlmatchinglow","Matching Low","refentry"],"function.trader-cdlmathold":["trader_cdlmathold","Mat Hold","refentry"],"function.trader-cdlmorningdojistar":["trader_cdlmorningdojistar","Morning Doji Star","refentry"],"function.trader-cdlmorningstar":["trader_cdlmorningstar","Morning Star","refentry"],"function.trader-cdlonneck":["trader_cdlonneck","On-Neck Pattern","refentry"],"function.trader-cdlpiercing":["trader_cdlpiercing","Piercing Pattern","refentry"],"function.trader-cdlrickshawman":["trader_cdlrickshawman","Rickshaw Man","refentry"],"function.trader-cdlrisefall3methods":["trader_cdlrisefall3methods","Rising\/Falling Three Methods","refentry"],"function.trader-cdlseparatinglines":["trader_cdlseparatinglines","Separating Lines","refentry"],"function.trader-cdlshootingstar":["trader_cdlshootingstar","Shooting Star","refentry"],"function.trader-cdlshortline":["trader_cdlshortline","Short Line Candle","refentry"],"function.trader-cdlspinningtop":["trader_cdlspinningtop","Spinning Top","refentry"],"function.trader-cdlstalledpattern":["trader_cdlstalledpattern","Stalled Pattern","refentry"],"function.trader-cdlsticksandwich":["trader_cdlsticksandwich","Stick Sandwich","refentry"],"function.trader-cdltakuri":["trader_cdltakuri","Takuri (Dragonfly Doji with very long lower shadow)","refentry"],"function.trader-cdltasukigap":["trader_cdltasukigap","Tasuki Gap","refentry"],"function.trader-cdlthrusting":["trader_cdlthrusting","Thrusting Pattern","refentry"],"function.trader-cdltristar":["trader_cdltristar","Tristar Pattern","refentry"],"function.trader-cdlunique3river":["trader_cdlunique3river","Unique 3 River","refentry"],"function.trader-cdlupsidegap2crows":["trader_cdlupsidegap2crows","Upside Gap Two Crows","refentry"],"function.trader-cdlxsidegap3methods":["trader_cdlxsidegap3methods","Upside\/Downside Gap Three Methods","refentry"],"function.trader-ceil":["trader_ceil","Vector Ceil","refentry"],"function.trader-cmo":["trader_cmo","Chande Momentum Oscillator","refentry"],"function.trader-correl":["trader_correl","Pearson's Correlation Coefficient (r)","refentry"],"function.trader-cos":["trader_cos","Vector Trigonometric Cos","refentry"],"function.trader-cosh":["trader_cosh","Vector Trigonometric Cosh","refentry"],"function.trader-dema":["trader_dema","Double Exponential Moving Average","refentry"],"function.trader-div":["trader_div","Vector Arithmetic Div","refentry"],"function.trader-dx":["trader_dx","Directional Movement Index","refentry"],"function.trader-ema":["trader_ema","Exponential Moving Average","refentry"],"function.trader-errno":["trader_errno","Get error code","refentry"],"function.trader-exp":["trader_exp","Vector Arithmetic Exp","refentry"],"function.trader-floor":["trader_floor","Vector Floor","refentry"],"function.trader-get-compat":["trader_get_compat","Get compatibility mode","refentry"],"function.trader-get-unstable-period":["trader_get_unstable_period","Get unstable period","refentry"],"function.trader-ht-dcperiod":["trader_ht_dcperiod","Hilbert Transform - Dominant Cycle Period","refentry"],"function.trader-ht-dcphase":["trader_ht_dcphase","Hilbert Transform - Dominant Cycle Phase","refentry"],"function.trader-ht-phasor":["trader_ht_phasor","Hilbert Transform - Phasor Components","refentry"],"function.trader-ht-sine":["trader_ht_sine","Hilbert Transform - SineWave","refentry"],"function.trader-ht-trendline":["trader_ht_trendline","Hilbert Transform - Instantaneous Trendline","refentry"],"function.trader-ht-trendmode":["trader_ht_trendmode","Hilbert Transform - Trend vs Cycle Mode","refentry"],"function.trader-kama":["trader_kama","Kaufman Adaptive Moving Average","refentry"],"function.trader-linearreg-angle":["trader_linearreg_angle","Linear Regression Angle","refentry"],"function.trader-linearreg-intercept":["trader_linearreg_intercept","Linear Regression Intercept","refentry"],"function.trader-linearreg-slope":["trader_linearreg_slope","Linear Regression Slope","refentry"],"function.trader-linearreg":["trader_linearreg","Linear Regression","refentry"],"function.trader-ln":["trader_ln","Vector Log Natural","refentry"],"function.trader-log10":["trader_log10","Vector Log10","refentry"],"function.trader-ma":["trader_ma","Moving average","refentry"],"function.trader-macd":["trader_macd","Moving Average Convergence\/Divergence","refentry"],"function.trader-macdext":["trader_macdext","MACD with controllable MA type","refentry"],"function.trader-macdfix":["trader_macdfix","Moving Average Convergence\/Divergence Fix 12\/26","refentry"],"function.trader-mama":["trader_mama","MESA Adaptive Moving Average","refentry"],"function.trader-mavp":["trader_mavp","Moving average with variable period","refentry"],"function.trader-max":["trader_max","Highest value over a specified period","refentry"],"function.trader-maxindex":["trader_maxindex","Index of highest value over a specified period","refentry"],"function.trader-medprice":["trader_medprice","Median Price","refentry"],"function.trader-mfi":["trader_mfi","Money Flow Index","refentry"],"function.trader-midpoint":["trader_midpoint","MidPoint over period","refentry"],"function.trader-midprice":["trader_midprice","Midpoint Price over period","refentry"],"function.trader-min":["trader_min","Lowest value over a specified period","refentry"],"function.trader-minindex":["trader_minindex","Index of lowest value over a specified period","refentry"],"function.trader-minmax":["trader_minmax","Lowest and highest values over a specified period","refentry"],"function.trader-minmaxindex":["trader_minmaxindex","Indexes of lowest and highest values over a specified period","refentry"],"function.trader-minus-di":["trader_minus_di","Minus Directional Indicator","refentry"],"function.trader-minus-dm":["trader_minus_dm","Minus Directional Movement","refentry"],"function.trader-mom":["trader_mom","Momentum","refentry"],"function.trader-mult":["trader_mult","Vector Arithmetic Mult","refentry"],"function.trader-natr":["trader_natr","Normalized Average True Range","refentry"],"function.trader-obv":["trader_obv","On Balance Volume","refentry"],"function.trader-plus-di":["trader_plus_di","Plus Directional Indicator","refentry"],"function.trader-plus-dm":["trader_plus_dm","Plus Directional Movement","refentry"],"function.trader-ppo":["trader_ppo","Percentage Price Oscillator","refentry"],"function.trader-roc":["trader_roc","Rate of change : ((price\/prevPrice)-1)*100","refentry"],"function.trader-rocp":["trader_rocp","Rate of change Percentage: (price-prevPrice)\/prevPrice","refentry"],"function.trader-rocr100":["trader_rocr100","Rate of change ratio 100 scale: (price\/prevPrice)*100","refentry"],"function.trader-rocr":["trader_rocr","Rate of change ratio: (price\/prevPrice)","refentry"],"function.trader-rsi":["trader_rsi","Relative Strength Index","refentry"],"function.trader-sar":["trader_sar","Parabolic SAR","refentry"],"function.trader-sarext":["trader_sarext","Parabolic SAR - Extended","refentry"],"function.trader-set-compat":["trader_set_compat","Set compatibility mode","refentry"],"function.trader-set-unstable-period":["trader_set_unstable_period","Set unstable period","refentry"],"function.trader-sin":["trader_sin","Vector Trigonometric Sin","refentry"],"function.trader-sinh":["trader_sinh","Vector Trigonometric Sinh","refentry"],"function.trader-sma":["trader_sma","Simple Moving Average","refentry"],"function.trader-sqrt":["trader_sqrt","Vector Square Root","refentry"],"function.trader-stddev":["trader_stddev","Standard Deviation","refentry"],"function.trader-stoch":["trader_stoch","Stochastic","refentry"],"function.trader-stochf":["trader_stochf","Stochastic Fast","refentry"],"function.trader-stochrsi":["trader_stochrsi","Stochastic Relative Strength Index","refentry"],"function.trader-sub":["trader_sub","Vector Arithmetic Subtraction","refentry"],"function.trader-sum":["trader_sum","Summation","refentry"],"function.trader-t3":["trader_t3","Triple Exponential Moving Average (T3)","refentry"],"function.trader-tan":["trader_tan","Vector Trigonometric Tan","refentry"],"function.trader-tanh":["trader_tanh","Vector Trigonometric Tanh","refentry"],"function.trader-tema":["trader_tema","Triple Exponential Moving Average","refentry"],"function.trader-trange":["trader_trange","True Range","refentry"],"function.trader-trima":["trader_trima","Triangular Moving Average","refentry"],"function.trader-trix":["trader_trix","1-day Rate-Of-Change (ROC) of a Triple Smooth EMA","refentry"],"function.trader-tsf":["trader_tsf","Time Series Forecast","refentry"],"function.trader-typprice":["trader_typprice","Typical Price","refentry"],"function.trader-ultosc":["trader_ultosc","Ultimate Oscillator","refentry"],"function.trader-var":["trader_var","Variance","refentry"],"function.trader-wclprice":["trader_wclprice","Weighted Close Price","refentry"],"function.trader-willr":["trader_willr","Williams' %R","refentry"],"function.trader-wma":["trader_wma","Weighted Moving Average","refentry"],"book.trader":["Trader","Technical Analysis for Traders","book"],"function.fdf-add-doc-javascript":["fdf_add_doc_javascript","Adds javascript code to the FDF document","refentry"],"function.fdf-add-template":["fdf_add_template","Adds a template into the FDF document","refentry"],"function.fdf-close":["fdf_close","Close an FDF document","refentry"],"function.fdf-create":["fdf_create","Create a new FDF document","refentry"],"function.fdf-enum-values":["fdf_enum_values","Call a user defined function for each document value","refentry"],"function.fdf-errno":["fdf_errno","Return error code for last fdf operation","refentry"],"function.fdf-error":["fdf_error","Return error description for FDF error code","refentry"],"function.fdf-get-ap":["fdf_get_ap","Get the appearance of a field","refentry"],"function.fdf-get-attachment":["fdf_get_attachment","Extracts uploaded file embedded in the FDF","refentry"],"function.fdf-get-encoding":["fdf_get_encoding","Get the value of the \/Encoding key","refentry"],"function.fdf-get-file":["fdf_get_file","Get the value of the \/F key","refentry"],"function.fdf-get-flags":["fdf_get_flags","Gets the flags of a field","refentry"],"function.fdf-get-opt":["fdf_get_opt","Gets a value from the opt array of a field","refentry"],"function.fdf-get-status":["fdf_get_status","Get the value of the \/STATUS key","refentry"],"function.fdf-get-value":["fdf_get_value","Get the value of a field","refentry"],"function.fdf-get-version":["fdf_get_version","Gets version number for FDF API or file","refentry"],"function.fdf-header":["fdf_header","Sets FDF-specific output headers","refentry"],"function.fdf-next-field-name":["fdf_next_field_name","Get the next field name","refentry"],"function.fdf-open-string":["fdf_open_string","Read a FDF document from a string","refentry"],"function.fdf-open":["fdf_open","Open a FDF document","refentry"],"function.fdf-remove-item":["fdf_remove_item","Sets target frame for form","refentry"],"function.fdf-save-string":["fdf_save_string","Returns the FDF document as a string","refentry"],"function.fdf-save":["fdf_save","Save a FDF document","refentry"],"function.fdf-set-ap":["fdf_set_ap","Set the appearance of a field","refentry"],"function.fdf-set-encoding":["fdf_set_encoding","Sets FDF character encoding","refentry"],"function.fdf-set-file":["fdf_set_file","Set PDF document to display FDF data in","refentry"],"function.fdf-set-flags":["fdf_set_flags","Sets a flag of a field","refentry"],"function.fdf-set-javascript-action":["fdf_set_javascript_action","Sets an javascript action of a field","refentry"],"function.fdf-set-on-import-javascript":["fdf_set_on_import_javascript","Adds javascript code to be executed when Acrobat opens the FDF","refentry"],"function.fdf-set-opt":["fdf_set_opt","Sets an option of a field","refentry"],"function.fdf-set-status":["fdf_set_status","Set the value of the \/STATUS key","refentry"],"function.fdf-set-submit-form-action":["fdf_set_submit_form_action","Sets a submit form action of a field","refentry"],"function.fdf-set-target-frame":["fdf_set_target_frame","Set target frame for form display","refentry"],"function.fdf-set-value":["fdf_set_value","Set the value of a field","refentry"],"function.fdf-set-version":["fdf_set_version","Sets version number for a FDF file","refentry"],"book.fdf":["FDF","Forms Data Format","book"],"function.gnupg-adddecryptkey":["gnupg_adddecryptkey","Add a key for decryption","refentry"],"function.gnupg-addencryptkey":["gnupg_addencryptkey","Add a key for encryption","refentry"],"function.gnupg-addsignkey":["gnupg_addsignkey","Add a key for signing","refentry"],"function.gnupg-cleardecryptkeys":["gnupg_cleardecryptkeys","Removes all keys which were set for decryption before","refentry"],"function.gnupg-clearencryptkeys":["gnupg_clearencryptkeys","Removes all keys which were set for encryption before","refentry"],"function.gnupg-clearsignkeys":["gnupg_clearsignkeys","Removes all keys which were set for signing before","refentry"],"function.gnupg-decrypt":["gnupg_decrypt","Decrypts a given text","refentry"],"function.gnupg-decryptverify":["gnupg_decryptverify","Decrypts and verifies a given text","refentry"],"function.gnupg-encrypt":["gnupg_encrypt","Encrypts a given text","refentry"],"function.gnupg-encryptsign":["gnupg_encryptsign","Encrypts and signs a given text","refentry"],"function.gnupg-export":["gnupg_export","Exports a key","refentry"],"function.gnupg-geterror":["gnupg_geterror","Returns the errortext, if a function fails","refentry"],"function.gnupg-getprotocol":["gnupg_getprotocol","Returns the currently active protocol for all operations","refentry"],"function.gnupg-import":["gnupg_import","Imports a key","refentry"],"function.gnupg-init":["gnupg_init","Initialize a connection","refentry"],"function.gnupg-keyinfo":["gnupg_keyinfo","Returns an array with information about all keys that matches the given pattern","refentry"],"function.gnupg-setarmor":["gnupg_setarmor","Toggle armored output","refentry"],"function.gnupg-seterrormode":["gnupg_seterrormode","Sets the mode for error_reporting","refentry"],"function.gnupg-setsignmode":["gnupg_setsignmode","Sets the mode for signing","refentry"],"function.gnupg-sign":["gnupg_sign","Signs a given text","refentry"],"function.gnupg-verify":["gnupg_verify","Verifies a signed text","refentry"],"book.gnupg":["GnuPG","GNU Privacy Guard","book"],"class.haruexception":["HaruException","The HaruException class","phpdoc:exceptionref"],"harudoc.addpage":["HaruDoc::addPage","Add new page to the document","refentry"],"harudoc.addpagelabel":["HaruDoc::addPageLabel","Set the numbering style for the specified range of pages","refentry"],"harudoc.construct":["HaruDoc::__construct","Construct new HaruDoc instance","refentry"],"harudoc.createoutline":["HaruDoc::createOutline","Create a HaruOutline instance","refentry"],"harudoc.getcurrentencoder":["HaruDoc::getCurrentEncoder","Get HaruEncoder currently used in the document","refentry"],"harudoc.getcurrentpage":["HaruDoc::getCurrentPage","Return current page of the document","refentry"],"harudoc.getencoder":["HaruDoc::getEncoder","Get HaruEncoder instance for the specified encoding","refentry"],"harudoc.getfont":["HaruDoc::getFont","Get HaruFont instance","refentry"],"harudoc.getinfoattr":["HaruDoc::getInfoAttr","Get current value of the specified document attribute","refentry"],"harudoc.getpagelayout":["HaruDoc::getPageLayout","Get current page layout","refentry"],"harudoc.getpagemode":["HaruDoc::getPageMode","Get current page mode","refentry"],"harudoc.getstreamsize":["HaruDoc::getStreamSize","Get the size of the temporary stream","refentry"],"harudoc.insertpage":["HaruDoc::insertPage","Insert new page just before the specified page","refentry"],"harudoc.loadjpeg":["HaruDoc::loadJPEG","Load a JPEG image","refentry"],"harudoc.loadpng":["HaruDoc::loadPNG","Load PNG image and return HaruImage instance","refentry"],"harudoc.loadraw":["HaruDoc::loadRaw","Load a RAW image","refentry"],"harudoc.loadttc":["HaruDoc::loadTTC","Load the font with the specified index from TTC file","refentry"],"harudoc.loadttf":["HaruDoc::loadTTF","Load TTF font file","refentry"],"harudoc.loadtype1":["HaruDoc::loadType1","Load Type1 font","refentry"],"harudoc.output":["HaruDoc::output","Write the document data to the output buffer","refentry"],"harudoc.readfromstream":["HaruDoc::readFromStream","Read data from the temporary stream","refentry"],"harudoc.reseterror":["HaruDoc::resetError","Reset error state of the document handle","refentry"],"harudoc.resetstream":["HaruDoc::resetStream","Rewind the temporary stream","refentry"],"harudoc.save":["HaruDoc::save","Save the document into the specified file","refentry"],"harudoc.savetostream":["HaruDoc::saveToStream","Save the document into a temporary stream","refentry"],"harudoc.setcompressionmode":["HaruDoc::setCompressionMode","Set compression mode for the document","refentry"],"harudoc.setcurrentencoder":["HaruDoc::setCurrentEncoder","Set the current encoder for the document","refentry"],"harudoc.setencryptionmode":["HaruDoc::setEncryptionMode","Set encryption mode for the document","refentry"],"harudoc.setinfoattr":["HaruDoc::setInfoAttr","Set the info attribute of the document","refentry"],"harudoc.setinfodateattr":["HaruDoc::setInfoDateAttr","Set the datetime info attributes of the document","refentry"],"harudoc.setopenaction":["HaruDoc::setOpenAction","Define which page is shown when the document is opened","refentry"],"harudoc.setpagelayout":["HaruDoc::setPageLayout","Set how pages should be displayed","refentry"],"harudoc.setpagemode":["HaruDoc::setPageMode","Set how the document should be displayed","refentry"],"harudoc.setpagesconfiguration":["HaruDoc::setPagesConfiguration","Set the number of pages per set of pages","refentry"],"harudoc.setpassword":["HaruDoc::setPassword","Set owner and user passwords for the document","refentry"],"harudoc.setpermission":["HaruDoc::setPermission","Set permissions for the document","refentry"],"harudoc.usecnsencodings":["HaruDoc::useCNSEncodings","Enable Chinese simplified encodings","refentry"],"harudoc.usecnsfonts":["HaruDoc::useCNSFonts","Enable builtin Chinese simplified fonts","refentry"],"harudoc.usecntencodings":["HaruDoc::useCNTEncodings","Enable Chinese traditional encodings","refentry"],"harudoc.usecntfonts":["HaruDoc::useCNTFonts","Enable builtin Chinese traditional fonts","refentry"],"harudoc.usejpencodings":["HaruDoc::useJPEncodings","Enable Japanese encodings","refentry"],"harudoc.usejpfonts":["HaruDoc::useJPFonts","Enable builtin Japanese fonts","refentry"],"harudoc.usekrencodings":["HaruDoc::useKREncodings","Enable Korean encodings","refentry"],"harudoc.usekrfonts":["HaruDoc::useKRFonts","Enable builtin Korean fonts","refentry"],"class.harudoc":["HaruDoc","The HaruDoc class","phpdoc:classref"],"harupage.arc":["HaruPage::arc","Append an arc to the current path","refentry"],"harupage.begintext":["HaruPage::beginText","Begin a text object and set the current text position to (0,0)","refentry"],"harupage.circle":["HaruPage::circle","Append a circle to the current path","refentry"],"harupage.closepath":["HaruPage::closePath","Append a straight line from the current point to the start point of the path","refentry"],"harupage.concat":["HaruPage::concat","Concatenate current transformation matrix of the page and the specified matrix","refentry"],"harupage.createdestination":["HaruPage::createDestination","Create new HaruDestination instance","refentry"],"harupage.createlinkannotation":["HaruPage::createLinkAnnotation","Create new HaruAnnotation instance","refentry"],"harupage.createtextannotation":["HaruPage::createTextAnnotation","Create new HaruAnnotation instance","refentry"],"harupage.createurlannotation":["HaruPage::createURLAnnotation","Create and return new HaruAnnotation instance","refentry"],"harupage.curveto2":["HaruPage::curveTo2","Append a Bezier curve to the current path","refentry"],"harupage.curveto3":["HaruPage::curveTo3","Append a Bezier curve to the current path","refentry"],"harupage.curveto":["HaruPage::curveTo","Append a Bezier curve to the current path","refentry"],"harupage.drawimage":["HaruPage::drawImage","Show image at the page","refentry"],"harupage.ellipse":["HaruPage::ellipse","Append an ellipse to the current path","refentry"],"harupage.endpath":["HaruPage::endPath","End current path object without filling and painting operations","refentry"],"harupage.endtext":["HaruPage::endText","End current text object","refentry"],"harupage.eofill":["HaruPage::eofill","Fill current path using even-odd rule","refentry"],"harupage.eofillstroke":["HaruPage::eoFillStroke","Fill current path using even-odd rule, then paint the path","refentry"],"harupage.fill":["HaruPage::fill","Fill current path using nonzero winding number rule","refentry"],"harupage.fillstroke":["HaruPage::fillStroke","Fill current path using nonzero winding number rule, then paint the path","refentry"],"harupage.getcharspace":["HaruPage::getCharSpace","Get the current value of character spacing","refentry"],"harupage.getcmykfill":["HaruPage::getCMYKFill","Get the current filling color","refentry"],"harupage.getcmykstroke":["HaruPage::getCMYKStroke","Get the current stroking color","refentry"],"harupage.getcurrentfont":["HaruPage::getCurrentFont","Get the currently used font","refentry"],"harupage.getcurrentfontsize":["HaruPage::getCurrentFontSize","Get the current font size","refentry"],"harupage.getcurrentpos":["HaruPage::getCurrentPos","Get the current position for path painting","refentry"],"harupage.getcurrenttextpos":["HaruPage::getCurrentTextPos","Get the current position for text printing","refentry"],"harupage.getdash":["HaruPage::getDash","Get the current dash pattern","refentry"],"harupage.getfillingcolorspace":["HaruPage::getFillingColorSpace","Get the current filling color space","refentry"],"harupage.getflatness":["HaruPage::getFlatness","Get the flatness of the page","refentry"],"harupage.getgmode":["HaruPage::getGMode","Get the current graphics mode","refentry"],"harupage.getgrayfill":["HaruPage::getGrayFill","Get the current filling color","refentry"],"harupage.getgraystroke":["HaruPage::getGrayStroke","Get the current stroking color","refentry"],"harupage.getheight":["HaruPage::getHeight","Get the height of the page","refentry"],"harupage.gethorizontalscaling":["HaruPage::getHorizontalScaling","Get the current value of horizontal scaling","refentry"],"harupage.getlinecap":["HaruPage::getLineCap","Get the current line cap style","refentry"],"harupage.getlinejoin":["HaruPage::getLineJoin","Get the current line join style","refentry"],"harupage.getlinewidth":["HaruPage::getLineWidth","Get the current line width","refentry"],"harupage.getmiterlimit":["HaruPage::getMiterLimit","Get the value of miter limit","refentry"],"harupage.getrgbfill":["HaruPage::getRGBFill","Get the current filling color","refentry"],"harupage.getrgbstroke":["HaruPage::getRGBStroke","Get the current stroking color","refentry"],"harupage.getstrokingcolorspace":["HaruPage::getStrokingColorSpace","Get the current stroking color space","refentry"],"harupage.gettextleading":["HaruPage::getTextLeading","Get the current value of line spacing","refentry"],"harupage.gettextmatrix":["HaruPage::getTextMatrix","Get the current text transformation matrix of the page","refentry"],"harupage.gettextrenderingmode":["HaruPage::getTextRenderingMode","Get the current text rendering mode","refentry"],"harupage.gettextrise":["HaruPage::getTextRise","Get the current value of text rising","refentry"],"harupage.gettextwidth":["HaruPage::getTextWidth","Get the width of the text using current fontsize, character spacing and word spacing","refentry"],"harupage.gettransmatrix":["HaruPage::getTransMatrix","Get the current transformation matrix of the page","refentry"],"harupage.getwidth":["HaruPage::getWidth","Get the width of the page","refentry"],"harupage.getwordspace":["HaruPage::getWordSpace","Get the current value of word spacing","refentry"],"harupage.lineto":["HaruPage::lineTo","Draw a line from the current point to the specified point","refentry"],"harupage.measuretext":["HaruPage::measureText","Calculate the number of characters which can be included within the specified width","refentry"],"harupage.movetextpos":["HaruPage::moveTextPos","Move text position to the specified offset","refentry"],"harupage.moveto":["HaruPage::moveTo","Set starting point for new drawing path","refentry"],"harupage.movetonextline":["HaruPage::moveToNextLine","Move text position to the start of the next line","refentry"],"harupage.rectangle":["HaruPage::rectangle","Append a rectangle to the current path","refentry"],"harupage.setcharspace":["HaruPage::setCharSpace","Set character spacing for the page","refentry"],"harupage.setcmykfill":["HaruPage::setCMYKFill","Set filling color for the page","refentry"],"harupage.setcmykstroke":["HaruPage::setCMYKStroke","Set stroking color for the page","refentry"],"harupage.setdash":["HaruPage::setDash","Set the dash pattern for the page","refentry"],"harupage.setflatness":["HaruPage::setFlatness","Set flatness for the page","refentry"],"harupage.setfontandsize":["HaruPage::setFontAndSize","Set font and fontsize for the page","refentry"],"harupage.setgrayfill":["HaruPage::setGrayFill","Set filling color for the page","refentry"],"harupage.setgraystroke":["HaruPage::setGrayStroke","Sets stroking color for the page","refentry"],"harupage.setheight":["HaruPage::setHeight","Set height of the page","refentry"],"harupage.sethorizontalscaling":["HaruPage::setHorizontalScaling","Set horizontal scaling for the page","refentry"],"harupage.setlinecap":["HaruPage::setLineCap","Set the shape to be used at the ends of lines","refentry"],"harupage.setlinejoin":["HaruPage::setLineJoin","Set line join style for the page","refentry"],"harupage.setlinewidth":["HaruPage::setLineWidth","Set line width for the page","refentry"],"harupage.setmiterlimit":["HaruPage::setMiterLimit","Set the current value of the miter limit of the page","refentry"],"harupage.setrgbfill":["HaruPage::setRGBFill","Set filling color for the page","refentry"],"harupage.setrgbstroke":["HaruPage::setRGBStroke","Set stroking color for the page","refentry"],"harupage.setrotate":["HaruPage::setRotate","Set rotation angle of the page","refentry"],"harupage.setsize":["HaruPage::setSize","Set size and direction of the page","refentry"],"harupage.setslideshow":["HaruPage::setSlideShow","Set transition style for the page","refentry"],"harupage.settextleading":["HaruPage::setTextLeading","Set text leading (line spacing) for the page","refentry"],"harupage.settextmatrix":["HaruPage::setTextMatrix","Set the current text transformation matrix of the page","refentry"],"harupage.settextrenderingmode":["HaruPage::setTextRenderingMode","Set text rendering mode for the page","refentry"],"harupage.settextrise":["HaruPage::setTextRise","Set the current value of text rising","refentry"],"harupage.setwidth":["HaruPage::setWidth","Set width of the page","refentry"],"harupage.setwordspace":["HaruPage::setWordSpace","Set word spacing for the page","refentry"],"harupage.showtext":["HaruPage::showText","Print text at the current position of the page","refentry"],"harupage.showtextnextline":["HaruPage::showTextNextLine","Move the current position to the start of the next line and print the text","refentry"],"harupage.stroke":["HaruPage::stroke","Paint current path","refentry"],"harupage.textout":["HaruPage::textOut","Print the text on the specified position","refentry"],"harupage.textrect":["HaruPage::textRect","Print the text inside the specified region","refentry"],"class.harupage":["HaruPage","The HaruPage class","phpdoc:classref"],"harufont.getascent":["HaruFont::getAscent","Get the vertical ascent of the font","refentry"],"harufont.getcapheight":["HaruFont::getCapHeight","Get the distance from the baseline of uppercase letters","refentry"],"harufont.getdescent":["HaruFont::getDescent","Get the vertical descent of the font","refentry"],"harufont.getencodingname":["HaruFont::getEncodingName","Get the name of the encoding","refentry"],"harufont.getfontname":["HaruFont::getFontName","Get the name of the font","refentry"],"harufont.gettextwidth":["HaruFont::getTextWidth","Get the total width of the text, number of characters, number of words and number of spaces","refentry"],"harufont.getunicodewidth":["HaruFont::getUnicodeWidth","Get the width of the character in the font","refentry"],"harufont.getxheight":["HaruFont::getXHeight","Get the distance from the baseline of lowercase letters","refentry"],"harufont.measuretext":["HaruFont::measureText","Calculate the number of characters which can be included within the specified width","refentry"],"class.harufont":["HaruFont","The HaruFont class","phpdoc:classref"],"haruimage.getbitspercomponent":["HaruImage::getBitsPerComponent","Get the number of bits used to describe each color component of the image","refentry"],"haruimage.getcolorspace":["HaruImage::getColorSpace","Get the name of the color space","refentry"],"haruimage.getheight":["HaruImage::getHeight","Get the height of the image","refentry"],"haruimage.getsize":["HaruImage::getSize","Get size of the image","refentry"],"haruimage.getwidth":["HaruImage::getWidth","Get the width of the image","refentry"],"haruimage.setcolormask":["HaruImage::setColorMask","Set the color mask of the image","refentry"],"haruimage.setmaskimage":["HaruImage::setMaskImage","Set the image mask","refentry"],"class.haruimage":["HaruImage","The HaruImage class","phpdoc:classref"],"haruencoder.getbytetype":["HaruEncoder::getByteType","Get the type of the byte in the text","refentry"],"haruencoder.gettype":["HaruEncoder::getType","Get the type of the encoder","refentry"],"haruencoder.getunicode":["HaruEncoder::getUnicode","Convert the specified character to unicode","refentry"],"haruencoder.getwritingmode":["HaruEncoder::getWritingMode","Get the writing mode of the encoder","refentry"],"class.haruencoder":["HaruEncoder","The HaruEncoder class","phpdoc:classref"],"haruoutline.setdestination":["HaruOutline::setDestination","Set the destination for the outline","refentry"],"haruoutline.setopened":["HaruOutline::setOpened","Set the initial state of the outline","refentry"],"class.haruoutline":["HaruOutline","The HaruOutline class","phpdoc:classref"],"haruannotation.setborderstyle":["HaruAnnotation::setBorderStyle","Set the border style of the annotation","refentry"],"haruannotation.sethighlightmode":["HaruAnnotation::setHighlightMode","Set the highlighting mode of the annotation","refentry"],"haruannotation.seticon":["HaruAnnotation::setIcon","Set the icon style of the annotation","refentry"],"haruannotation.setopened":["HaruAnnotation::setOpened","Set the initial state of the annotation","refentry"],"class.haruannotation":["HaruAnnotation","The HaruAnnotation class","phpdoc:classref"],"harudestination.setfit":["HaruDestination::setFit","Set the appearance of the page to fit the window","refentry"],"harudestination.setfitb":["HaruDestination::setFitB","Set the appearance of the page to fit the bounding box of the page within the window","refentry"],"harudestination.setfitbh":["HaruDestination::setFitBH","Set the appearance of the page to fit the width of the bounding box","refentry"],"harudestination.setfitbv":["HaruDestination::setFitBV","Set the appearance of the page to fit the height of the boudning box","refentry"],"harudestination.setfith":["HaruDestination::setFitH","Set the appearance of the page to fit the window width","refentry"],"harudestination.setfitr":["HaruDestination::setFitR","Set the appearance of the page to fit the specified rectangle","refentry"],"harudestination.setfitv":["HaruDestination::setFitV","Set the appearance of the page to fit the window height","refentry"],"harudestination.setxyz":["HaruDestination::setXYZ","Set the appearance of the page","refentry"],"class.harudestination":["HaruDestination","The HaruDestination class","phpdoc:classref"],"book.haru":["haru","Haru PDF","book"],"function.ming-keypress":["ming_keypress","Returns the action flag for keyPress(char)","refentry"],"function.ming-setcubicthreshold":["ming_setcubicthreshold","Set cubic threshold","refentry"],"function.ming-setscale":["ming_setscale","Set the global scaling factor.","refentry"],"function.ming-setswfcompression":["ming_setswfcompression","Sets the SWF output compression","refentry"],"function.ming-useconstants":["ming_useconstants","Use constant pool","refentry"],"function.ming-useswfversion":["ming_useswfversion","Sets the SWF version","refentry"],"swfaction.construct":["SWFAction::__construct","Creates a new SWFAction","refentry"],"class.swfaction":["SWFAction","The SWFAction class","phpdoc:classref"],"swfbitmap.construct":["SWFBitmap::__construct","Loads Bitmap object","refentry"],"swfbitmap.getheight":["SWFBitmap::getHeight","Returns the bitmap's height","refentry"],"swfbitmap.getwidth":["SWFBitmap::getWidth","Returns the bitmap's width","refentry"],"class.swfbitmap":["SWFBitmap","The SWFBitmap class","phpdoc:classref"],"swfbutton.addaction":["SWFButton::addAction","Adds an action","refentry"],"swfbutton.addasound":["SWFButton::addASound","Associates a sound with a button transition","refentry"],"swfbutton.addshape":["SWFButton::addShape","Adds a shape to a button","refentry"],"swfbutton.construct":["SWFButton::__construct","Creates a new Button","refentry"],"swfbutton.setaction":["SWFButton::setAction","Sets the action","refentry"],"swfbutton.setdown":["SWFButton::setDown","Alias for addShape(shape, SWFBUTTON_DOWN)","refentry"],"swfbutton.sethit":["SWFButton::setHit","Alias for addShape(shape, SWFBUTTON_HIT)","refentry"],"swfbutton.setmenu":["SWFButton::setMenu","enable track as menu button behaviour","refentry"],"swfbutton.setover":["SWFButton::setOver","Alias for addShape(shape, SWFBUTTON_OVER)","refentry"],"swfbutton.setup":["SWFButton::setUp","Alias for addShape(shape, SWFBUTTON_UP)","refentry"],"class.swfbutton":["SWFButton","The SWFButton class","phpdoc:classref"],"swfdisplayitem.addaction":["SWFDisplayItem::addAction","Adds this SWFAction to the given SWFSprite instance","refentry"],"swfdisplayitem.addcolor":["SWFDisplayItem::addColor","Adds the given color to this item's color transform","refentry"],"swfdisplayitem.endmask":["SWFDisplayItem::endMask","Another way of defining a MASK layer","refentry"],"swfdisplayitem.getrot":["SWFDisplayItem::getRot","Description","refentry"],"swfdisplayitem.getx":["SWFDisplayItem::getX","Description","refentry"],"swfdisplayitem.getxscale":["SWFDisplayItem::getXScale","Description","refentry"],"swfdisplayitem.getxskew":["SWFDisplayItem::getXSkew","Description","refentry"],"swfdisplayitem.gety":["SWFDisplayItem::getY","Description","refentry"],"swfdisplayitem.getyscale":["SWFDisplayItem::getYScale","Description","refentry"],"swfdisplayitem.getyskew":["SWFDisplayItem::getYSkew","Description","refentry"],"swfdisplayitem.move":["SWFDisplayItem::move","Moves object in relative coordinates","refentry"],"swfdisplayitem.moveto":["SWFDisplayItem::moveTo","Moves object in global coordinates","refentry"],"swfdisplayitem.multcolor":["SWFDisplayItem::multColor","Multiplies the item's color transform","refentry"],"swfdisplayitem.remove":["SWFDisplayItem::remove","Removes the object from the movie","refentry"],"swfdisplayitem.rotate":["SWFDisplayItem::rotate","Rotates in relative coordinates","refentry"],"swfdisplayitem.rotateto":["SWFDisplayItem::rotateTo","Rotates the object in global coordinates","refentry"],"swfdisplayitem.scale":["SWFDisplayItem::scale","Scales the object in relative coordinates","refentry"],"swfdisplayitem.scaleto":["SWFDisplayItem::scaleTo","Scales the object in global coordinates","refentry"],"swfdisplayitem.setdepth":["SWFDisplayItem::setDepth","Sets z-order","refentry"],"swfdisplayitem.setmasklevel":["SWFDisplayItem::setMaskLevel","Defines a MASK layer at level","refentry"],"swfdisplayitem.setmatrix":["SWFDisplayItem::setMatrix","Sets the item's transform matrix","refentry"],"swfdisplayitem.setname":["SWFDisplayItem::setName","Sets the object's name","refentry"],"swfdisplayitem.setratio":["SWFDisplayItem::setRatio","Sets the object's ratio","refentry"],"swfdisplayitem.skewx":["SWFDisplayItem::skewX","Sets the X-skew","refentry"],"swfdisplayitem.skewxto":["SWFDisplayItem::skewXTo","Sets the X-skew","refentry"],"swfdisplayitem.skewy":["SWFDisplayItem::skewY","Sets the Y-skew","refentry"],"swfdisplayitem.skewyto":["SWFDisplayItem::skewYTo","Sets the Y-skew","refentry"],"class.swfdisplayitem":["SWFDisplayItem","The SWFDisplayItem class","phpdoc:classref"],"swffill.moveto":["SWFFill::moveTo","Moves fill origin","refentry"],"swffill.rotateto":["SWFFill::rotateTo","Sets fill's rotation","refentry"],"swffill.scaleto":["SWFFill::scaleTo","Sets fill's scale","refentry"],"swffill.skewxto":["SWFFill::skewXTo","Sets fill x-skew","refentry"],"swffill.skewyto":["SWFFill::skewYTo","Sets fill y-skew","refentry"],"class.swffill":["SWFFill","The SWFFill class","phpdoc:classref"],"swffont.construct":["SWFFont::__construct","Loads a font definition","refentry"],"swffont.getascent":["SWFFont::getAscent","Returns the ascent of the font, or 0 if not available","refentry"],"swffont.getdescent":["SWFFont::getDescent","Returns the descent of the font, or 0 if not available","refentry"],"swffont.getleading":["SWFFont::getLeading","Returns the leading of the font, or 0 if not available","refentry"],"swffont.getshape":["SWFFont::getShape","Returns the glyph shape of a char as a text string","refentry"],"swffont.getutf8width":["SWFFont::getUTF8Width","Calculates the width of the given string in this font at full height","refentry"],"swffont.getwidth":["SWFFont::getWidth","Returns the string's width","refentry"],"class.swffont":["SWFFont","The SWFFont class","phpdoc:classref"],"swffontchar.addchars":["SWFFontChar::addChars","Adds characters to a font for exporting font","refentry"],"swffontchar.addutf8chars":["SWFFontChar::addUTF8Chars","Adds characters to a font for exporting font","refentry"],"class.swffontchar":["SWFFontChar","The SWFFontChar class","phpdoc:classref"],"swfgradient.addentry":["SWFGradient::addEntry","Adds an entry to the gradient list","refentry"],"swfgradient.construct":["SWFGradient::__construct","Creates a gradient object","refentry"],"class.swfgradient":["SWFGradient","The SWFGradient class","phpdoc:classref"],"swfmorph.construct":["SWFMorph::__construct","Creates a new SWFMorph object","refentry"],"swfmorph.getshape1":["SWFMorph::getShape1","Gets a handle to the starting shape","refentry"],"swfmorph.getshape2":["SWFMorph::getShape2","Gets a handle to the ending shape","refentry"],"class.swfmorph":["SWFMorph","The SWFMorph class","phpdoc:classref"],"swfmovie.add":["SWFMovie::add","Adds any type of data to a movie","refentry"],"swfmovie.addexport":["SWFMovie::addExport","Description","refentry"],"swfmovie.addfont":["SWFMovie::addFont","Description","refentry"],"swfmovie.construct":["SWFMovie::__construct","Creates a new movie object, representing an SWF version 4 movie","refentry"],"swfmovie.importchar":["SWFMovie::importChar","Description","refentry"],"swfmovie.importfont":["SWFMovie::importFont","Description","refentry"],"swfmovie.labelframe":["SWFMovie::labelFrame","Labels a frame","refentry"],"swfmovie.nextframe":["SWFMovie::nextFrame","Moves to the next frame of the animation","refentry"],"swfmovie.output":["SWFMovie::output","Dumps your lovingly prepared movie out","refentry"],"swfmovie.remove":["SWFMovie::remove","Removes the object instance from the display list","refentry"],"swfmovie.save":["SWFMovie::save","Saves the SWF movie in a file","refentry"],"swfmovie.savetofile":["SWFMovie::saveToFile","Description","refentry"],"swfmovie.setbackground":["SWFMovie::setbackground","Sets the background color","refentry"],"swfmovie.setdimension":["SWFMovie::setDimension","Sets the movie's width and height","refentry"],"swfmovie.setframes":["SWFMovie::setFrames","Sets the total number of frames in the animation","refentry"],"swfmovie.setrate":["SWFMovie::setRate","Sets the animation's frame rate","refentry"],"swfmovie.startsound":["SWFMovie::startSound","Description","refentry"],"swfmovie.stopsound":["SWFMovie::stopSound","Description","refentry"],"swfmovie.streammp3":["SWFMovie::streamMP3","Streams a MP3 file","refentry"],"swfmovie.writeexports":["SWFMovie::writeExports","Description","refentry"],"class.swfmovie":["SWFMovie","The SWFMovie class","phpdoc:classref"],"swfprebuiltclip.construct":["SWFPrebuiltClip::__construct","Returns a SWFPrebuiltClip object","refentry"],"class.swfprebuiltclip":["SWFPrebuiltClip","The SWFPrebuiltClip class","phpdoc:classref"],"swfshape.addfill":["SWFShape::addFill","Adds a solid fill to the shape","refentry"],"swfshape.construct":["SWFShape::__construct","Creates a new shape object","refentry"],"swfshape.drawarc":["SWFShape::drawArc","Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock","refentry"],"swfshape.drawcircle":["SWFShape::drawCircle","Draws a circle of radius r centered at the current location, in a counter-clockwise fashion","refentry"],"swfshape.drawcubic":["SWFShape::drawCubic","Draws a cubic bezier curve using the current position and the three given points as control points","refentry"],"swfshape.drawcubicto":["SWFShape::drawCubicTo","Draws a cubic bezier curve using the current position and the three given points as control points","refentry"],"swfshape.drawcurve":["SWFShape::drawCurve","Draws a curve (relative)","refentry"],"swfshape.drawcurveto":["SWFShape::drawCurveTo","Draws a curve","refentry"],"swfshape.drawglyph":["SWFShape::drawGlyph","Draws the first character in the given string into the shape using the glyph definition from the given font","refentry"],"swfshape.drawline":["SWFShape::drawLine","Draws a line (relative)","refentry"],"swfshape.drawlineto":["SWFShape::drawLineTo","Draws a line","refentry"],"swfshape.movepen":["SWFShape::movePen","Moves the shape's pen (relative)","refentry"],"swfshape.movepento":["SWFShape::movePenTo","Moves the shape's pen","refentry"],"swfshape.setleftfill":["SWFShape::setLeftFill","Sets left rasterizing color","refentry"],"swfshape.setline":["SWFShape::setLine","Sets the shape's line style","refentry"],"swfshape.setrightfill":["SWFShape::setRightFill","Sets right rasterizing color","refentry"],"class.swfshape":["SWFShape","The SWFShape class","phpdoc:classref"],"swfsound.construct":["SWFSound::__construct","Returns a new SWFSound object from given file","refentry"],"class.swfsound":["SWFSound","The SWFSound class","phpdoc:classref"],"swfsoundinstance.loopcount":["SWFSoundInstance::loopCount","Description","refentry"],"swfsoundinstance.loopinpoint":["SWFSoundInstance::loopInPoint","Description","refentry"],"swfsoundinstance.loopoutpoint":["SWFSoundInstance::loopOutPoint","Description","refentry"],"swfsoundinstance.nomultiple":["SWFSoundInstance::noMultiple","Description","refentry"],"class.swfsoundinstance":["SWFSoundInstance","The SWFSoundInstance class","phpdoc:classref"],"swfsprite.add":["SWFSprite::add","Adds an object to a sprite","refentry"],"swfsprite.construct":["SWFSprite::__construct","Creates a movie clip (a sprite)","refentry"],"swfsprite.labelframe":["SWFSprite::labelFrame","Labels frame","refentry"],"swfsprite.nextframe":["SWFSprite::nextFrame","Moves to the next frame of the animation","refentry"],"swfsprite.remove":["SWFSprite::remove","Removes an object to a sprite","refentry"],"swfsprite.setframes":["SWFSprite::setFrames","Sets the total number of frames in the animation","refentry"],"swfsprite.startsound":["SWFSprite::startSound","Description","refentry"],"swfsprite.stopsound":["SWFSprite::stopSound","Description","refentry"],"class.swfsprite":["SWFSprite","The SWFSprite class","phpdoc:classref"],"swftext.addstring":["SWFText::addString","Draws a string","refentry"],"swftext.addutf8string":["SWFText::addUTF8String","Writes the given text into this SWFText object at the current pen position,\n using the current font, height, spacing, and color","refentry"],"swftext.construct":["SWFText::__construct","Creates a new SWFText object","refentry"],"swftext.getascent":["SWFText::getAscent","Returns the ascent of the current font at its current size, or 0 if not available","refentry"],"swftext.getdescent":["SWFText::getDescent","Returns the descent of the current font at its current size, or 0 if not available","refentry"],"swftext.getleading":["SWFText::getLeading","Returns the leading of the current font at its current size, or 0 if not available","refentry"],"swftext.getutf8width":["SWFText::getUTF8Width","calculates the width of the given string in this text objects current font and size","refentry"],"swftext.getwidth":["SWFText::getWidth","Computes string's width","refentry"],"swftext.moveto":["SWFText::moveTo","Moves the pen","refentry"],"swftext.setcolor":["SWFText::setColor","Sets the current text color","refentry"],"swftext.setfont":["SWFText::setFont","Sets the current font","refentry"],"swftext.setheight":["SWFText::setHeight","Sets the current font height","refentry"],"swftext.setspacing":["SWFText::setSpacing","Sets the current font spacing","refentry"],"class.swftext":["SWFText","The SWFText class","phpdoc:classref"],"swftextfield.addchars":["SWFTextField::addChars","adds characters to a font that will be available within a textfield","refentry"],"swftextfield.addstring":["SWFTextField::addString","Concatenates the given string to the text field","refentry"],"swftextfield.align":["SWFTextField::align","Sets the text field alignment","refentry"],"swftextfield.construct":["SWFTextField::__construct","Creates a text field object","refentry"],"swftextfield.setbounds":["SWFTextField::setBounds","Sets the text field width and height","refentry"],"swftextfield.setcolor":["SWFTextField::setColor","Sets the color of the text field","refentry"],"swftextfield.setfont":["SWFTextField::setFont","Sets the text field font","refentry"],"swftextfield.setheight":["SWFTextField::setHeight","Sets the font height of this text field font","refentry"],"swftextfield.setindentation":["SWFTextField::setIndentation","Sets the indentation of the first line","refentry"],"swftextfield.setleftmargin":["SWFTextField::setLeftMargin","Sets the left margin width of the text field","refentry"],"swftextfield.setlinespacing":["SWFTextField::setLineSpacing","Sets the line spacing of the text field","refentry"],"swftextfield.setmargins":["SWFTextField::setMargins","Sets the margins width of the text field","refentry"],"swftextfield.setname":["SWFTextField::setName","Sets the variable name","refentry"],"swftextfield.setpadding":["SWFTextField::setPadding","Sets the padding of this textfield","refentry"],"swftextfield.setrightmargin":["SWFTextField::setRightMargin","Sets the right margin width of the text field","refentry"],"class.swftextfield":["SWFTextField","The SWFTextField class","phpdoc:classref"],"swfvideostream.construct":["SWFVideoStream::__construct","Returns a SWFVideoStream object","refentry"],"swfvideostream.getnumframes":["SWFVideoStream::getNumFrames","Returns the number of frames in the video","refentry"],"swfvideostream.setdimension":["SWFVideoStream::setDimension","Sets video dimension","refentry"],"class.swfvideostream":["SWFVideoStream","The SWFVideoStream class","phpdoc:classref"],"book.ming":["Ming","Ming (flash)","book"],"function.pdf-activate-item":["PDF_activate_item","Activate structure element or other content item","refentry"],"function.pdf-add-annotation":["PDF_add_annotation","Add annotation [deprecated]","refentry"],"function.pdf-add-bookmark":["PDF_add_bookmark","Add bookmark for current page [deprecated]","refentry"],"function.pdf-add-launchlink":["PDF_add_launchlink","Add launch annotation for current page [deprecated]","refentry"],"function.pdf-add-locallink":["PDF_add_locallink","Add link annotation for current page [deprecated]","refentry"],"function.pdf-add-nameddest":["PDF_add_nameddest","Create named destination","refentry"],"function.pdf-add-note":["PDF_add_note","Set annotation for current page [deprecated]","refentry"],"function.pdf-add-outline":["PDF_add_outline","Add bookmark for current page [deprecated]","refentry"],"function.pdf-add-pdflink":["PDF_add_pdflink","Add file link annotation for current page [deprecated]","refentry"],"function.pdf-add-table-cell":["PDF_add_table_cell","Add a cell to a new or existing table","refentry"],"function.pdf-add-textflow":["PDF_add_textflow","Create Textflow or add text to existing Textflow","refentry"],"function.pdf-add-thumbnail":["PDF_add_thumbnail","Add thumbnail for current page","refentry"],"function.pdf-add-weblink":["PDF_add_weblink","Add weblink for current page [deprecated]","refentry"],"function.pdf-arc":["PDF_arc","Draw a counterclockwise circular arc segment","refentry"],"function.pdf-arcn":["PDF_arcn","Draw a clockwise circular arc segment","refentry"],"function.pdf-attach-file":["PDF_attach_file","Add file attachment for current page [deprecated]","refentry"],"function.pdf-begin-document":["PDF_begin_document","Create new PDF file","refentry"],"function.pdf-begin-font":["PDF_begin_font","Start a Type 3 font definition","refentry"],"function.pdf-begin-glyph":["PDF_begin_glyph","Start glyph definition for Type 3 font","refentry"],"function.pdf-begin-item":["PDF_begin_item","Open structure element or other content item","refentry"],"function.pdf-begin-layer":["PDF_begin_layer","Start layer","refentry"],"function.pdf-begin-page-ext":["PDF_begin_page_ext","Start new page","refentry"],"function.pdf-begin-page":["PDF_begin_page","Start new page [deprecated]","refentry"],"function.pdf-begin-pattern":["PDF_begin_pattern","Start pattern definition","refentry"],"function.pdf-begin-template-ext":["PDF_begin_template_ext","Start template definition","refentry"],"function.pdf-begin-template":["PDF_begin_template","Start template definition [deprecated]","refentry"],"function.pdf-circle":["PDF_circle","Draw a circle","refentry"],"function.pdf-clip":["PDF_clip","Clip to current path","refentry"],"function.pdf-close-image":["PDF_close_image","Close image","refentry"],"function.pdf-close-pdi-page":["PDF_close_pdi_page","Close the page handle","refentry"],"function.pdf-close-pdi":["PDF_close_pdi","Close the input PDF document [deprecated]","refentry"],"function.pdf-close":["PDF_close","Close pdf resource [deprecated]","refentry"],"function.pdf-closepath-fill-stroke":["PDF_closepath_fill_stroke","Close, fill and stroke current path","refentry"],"function.pdf-closepath-stroke":["PDF_closepath_stroke","Close and stroke path","refentry"],"function.pdf-closepath":["PDF_closepath","Close current path","refentry"],"function.pdf-concat":["PDF_concat","Concatenate a matrix to the CTM","refentry"],"function.pdf-continue-text":["PDF_continue_text","Output text in next line","refentry"],"function.pdf-create-3dview":["PDF_create_3dview","Create 3D view","refentry"],"function.pdf-create-action":["PDF_create_action","Create action for objects or events","refentry"],"function.pdf-create-annotation":["PDF_create_annotation","Create rectangular annotation","refentry"],"function.pdf-create-bookmark":["PDF_create_bookmark","Create bookmark","refentry"],"function.pdf-create-field":["PDF_create_field","Create form field","refentry"],"function.pdf-create-fieldgroup":["PDF_create_fieldgroup","Create form field group","refentry"],"function.pdf-create-gstate":["PDF_create_gstate","Create graphics state object","refentry"],"function.pdf-create-pvf":["PDF_create_pvf","Create PDFlib virtual file","refentry"],"function.pdf-create-textflow":["PDF_create_textflow","Create textflow object","refentry"],"function.pdf-curveto":["PDF_curveto","Draw Bezier curve","refentry"],"function.pdf-define-layer":["PDF_define_layer","Create layer definition","refentry"],"function.pdf-delete-pvf":["PDF_delete_pvf","Delete PDFlib virtual file","refentry"],"function.pdf-delete-table":["PDF_delete_table","Delete table object","refentry"],"function.pdf-delete-textflow":["PDF_delete_textflow","Delete textflow object","refentry"],"function.pdf-delete":["PDF_delete","Delete PDFlib object","refentry"],"function.pdf-encoding-set-char":["PDF_encoding_set_char","Add glyph name and\/or Unicode value","refentry"],"function.pdf-end-document":["PDF_end_document","Close PDF file","refentry"],"function.pdf-end-font":["PDF_end_font","Terminate Type 3 font definition","refentry"],"function.pdf-end-glyph":["PDF_end_glyph","Terminate glyph definition for Type 3 font","refentry"],"function.pdf-end-item":["PDF_end_item","Close structure element or other content item","refentry"],"function.pdf-end-layer":["PDF_end_layer","Deactivate all active layers","refentry"],"function.pdf-end-page-ext":["PDF_end_page_ext","Finish page","refentry"],"function.pdf-end-page":["PDF_end_page","Finish page","refentry"],"function.pdf-end-pattern":["PDF_end_pattern","Finish pattern","refentry"],"function.pdf-end-template":["PDF_end_template","Finish template","refentry"],"function.pdf-endpath":["PDF_endpath","End current path","refentry"],"function.pdf-fill-imageblock":["PDF_fill_imageblock","Fill image block with variable data","refentry"],"function.pdf-fill-pdfblock":["PDF_fill_pdfblock","Fill PDF block with variable data","refentry"],"function.pdf-fill-stroke":["PDF_fill_stroke","Fill and stroke path","refentry"],"function.pdf-fill-textblock":["PDF_fill_textblock","Fill text block with variable data","refentry"],"function.pdf-fill":["PDF_fill","Fill current path","refentry"],"function.pdf-findfont":["PDF_findfont","Prepare font for later use [deprecated]","refentry"],"function.pdf-fit-image":["PDF_fit_image","Place image or template","refentry"],"function.pdf-fit-pdi-page":["PDF_fit_pdi_page","Place imported PDF page","refentry"],"function.pdf-fit-table":["PDF_fit_table","Place table on page","refentry"],"function.pdf-fit-textflow":["PDF_fit_textflow","Format textflow in rectangular area","refentry"],"function.pdf-fit-textline":["PDF_fit_textline","Place single line of text","refentry"],"function.pdf-get-apiname":["PDF_get_apiname","Get name of unsuccessfull API function","refentry"],"function.pdf-get-buffer":["PDF_get_buffer","Get PDF output buffer","refentry"],"function.pdf-get-errmsg":["PDF_get_errmsg","Get error text","refentry"],"function.pdf-get-errnum":["PDF_get_errnum","Get error number","refentry"],"function.pdf-get-font":["PDF_get_font","Get font [deprecated]","refentry"],"function.pdf-get-fontname":["PDF_get_fontname","Get font name [deprecated]","refentry"],"function.pdf-get-fontsize":["PDF_get_fontsize","Font handling [deprecated]","refentry"],"function.pdf-get-image-height":["PDF_get_image_height","Get image height [deprecated]","refentry"],"function.pdf-get-image-width":["PDF_get_image_width","Get image width [deprecated]","refentry"],"function.pdf-get-majorversion":["PDF_get_majorversion","Get major version number [deprecated]","refentry"],"function.pdf-get-minorversion":["PDF_get_minorversion","Get minor version number [deprecated]","refentry"],"function.pdf-get-parameter":["PDF_get_parameter","Get string parameter","refentry"],"function.pdf-get-pdi-parameter":["PDF_get_pdi_parameter","Get PDI string parameter [deprecated]","refentry"],"function.pdf-get-pdi-value":["PDF_get_pdi_value","Get PDI numerical parameter [deprecated]","refentry"],"function.pdf-get-value":["PDF_get_value","Get numerical parameter","refentry"],"function.pdf-info-font":["PDF_info_font","Query detailed information about a loaded font","refentry"],"function.pdf-info-matchbox":["PDF_info_matchbox","Query matchbox information","refentry"],"function.pdf-info-table":["PDF_info_table","Retrieve table information","refentry"],"function.pdf-info-textflow":["PDF_info_textflow","Query textflow state","refentry"],"function.pdf-info-textline":["PDF_info_textline","Perform textline formatting and query metrics","refentry"],"function.pdf-initgraphics":["PDF_initgraphics","Reset graphic state","refentry"],"function.pdf-lineto":["PDF_lineto","Draw a line","refentry"],"function.pdf-load-3ddata":["PDF_load_3ddata","Load 3D model","refentry"],"function.pdf-load-font":["PDF_load_font","Search and prepare font","refentry"],"function.pdf-load-iccprofile":["PDF_load_iccprofile","Search and prepare ICC profile","refentry"],"function.pdf-load-image":["PDF_load_image","Open image file","refentry"],"function.pdf-makespotcolor":["PDF_makespotcolor","Make spot color","refentry"],"function.pdf-moveto":["PDF_moveto","Set current point","refentry"],"function.pdf-new":["PDF_new","Create PDFlib object","refentry"],"function.pdf-open-ccitt":["PDF_open_ccitt","Open raw CCITT image [deprecated]","refentry"],"function.pdf-open-file":["PDF_open_file","Create PDF file [deprecated]","refentry"],"function.pdf-open-gif":["PDF_open_gif","Open GIF image [deprecated]","refentry"],"function.pdf-open-image-file":["PDF_open_image_file","Read image from file [deprecated]","refentry"],"function.pdf-open-image":["PDF_open_image","Use image data [deprecated]","refentry"],"function.pdf-open-jpeg":["PDF_open_jpeg","Open JPEG image [deprecated]","refentry"],"function.pdf-open-memory-image":["PDF_open_memory_image","Open image created with PHP's image functions [not supported]","refentry"],"function.pdf-open-pdi-document":["PDF_open_pdi_document","Prepare a pdi document","refentry"],"function.pdf-open-pdi-page":["PDF_open_pdi_page","Prepare a page","refentry"],"function.pdf-open-pdi":["PDF_open_pdi","Open PDF file [deprecated]","refentry"],"function.pdf-open-tiff":["PDF_open_tiff","Open TIFF image [deprecated]","refentry"],"function.pdf-pcos-get-number":["PDF_pcos_get_number","Get value of pCOS path with type number or boolean","refentry"],"function.pdf-pcos-get-stream":["PDF_pcos_get_stream","Get contents of pCOS path with type stream, fstream, or string","refentry"],"function.pdf-pcos-get-string":["PDF_pcos_get_string","Get value of pCOS path with type name, string, or boolean","refentry"],"function.pdf-place-image":["PDF_place_image","Place image on the page [deprecated]","refentry"],"function.pdf-place-pdi-page":["PDF_place_pdi_page","Place PDF page [deprecated]","refentry"],"function.pdf-process-pdi":["PDF_process_pdi","Process imported PDF document","refentry"],"function.pdf-rect":["PDF_rect","Draw rectangle","refentry"],"function.pdf-restore":["PDF_restore","Restore graphics state","refentry"],"function.pdf-resume-page":["PDF_resume_page","Resume page","refentry"],"function.pdf-rotate":["PDF_rotate","Rotate coordinate system","refentry"],"function.pdf-save":["PDF_save","Save graphics state","refentry"],"function.pdf-scale":["PDF_scale","Scale coordinate system","refentry"],"function.pdf-set-border-color":["PDF_set_border_color","Set border color of annotations [deprecated]","refentry"],"function.pdf-set-border-dash":["PDF_set_border_dash","Set border dash style of annotations [deprecated]","refentry"],"function.pdf-set-border-style":["PDF_set_border_style","Set border style of annotations [deprecated]","refentry"],"function.pdf-set-char-spacing":["PDF_set_char_spacing","Set character spacing [deprecated]","refentry"],"function.pdf-set-duration":["PDF_set_duration","Set duration between pages [deprecated]","refentry"],"function.pdf-set-gstate":["PDF_set_gstate","Activate graphics state object","refentry"],"function.pdf-set-horiz-scaling":["PDF_set_horiz_scaling","Set horizontal text scaling [deprecated]","refentry"],"function.pdf-set-info-author":["PDF_set_info_author","Fill the author document info field [deprecated]","refentry"],"function.pdf-set-info-creator":["PDF_set_info_creator","Fill the creator document info field [deprecated]","refentry"],"function.pdf-set-info-keywords":["PDF_set_info_keywords","Fill the keywords document info field [deprecated]","refentry"],"function.pdf-set-info-subject":["PDF_set_info_subject","Fill the subject document info field [deprecated]","refentry"],"function.pdf-set-info-title":["PDF_set_info_title","Fill the title document info field [deprecated]","refentry"],"function.pdf-set-info":["PDF_set_info","Fill document info field","refentry"],"function.pdf-set-layer-dependency":["PDF_set_layer_dependency","Define relationships among layers","refentry"],"function.pdf-set-leading":["PDF_set_leading","Set distance between text lines [deprecated]","refentry"],"function.pdf-set-parameter":["PDF_set_parameter","Set string parameter","refentry"],"function.pdf-set-text-matrix":["PDF_set_text_matrix","Set text matrix [deprecated]","refentry"],"function.pdf-set-text-pos":["PDF_set_text_pos","Set text position","refentry"],"function.pdf-set-text-rendering":["PDF_set_text_rendering","Determine text rendering [deprecated]","refentry"],"function.pdf-set-text-rise":["PDF_set_text_rise","Set text rise [deprecated]","refentry"],"function.pdf-set-value":["PDF_set_value","Set numerical parameter","refentry"],"function.pdf-set-word-spacing":["PDF_set_word_spacing","Set spacing between words [deprecated]","refentry"],"function.pdf-setcolor":["PDF_setcolor","Set fill and stroke color","refentry"],"function.pdf-setdash":["PDF_setdash","Set simple dash pattern","refentry"],"function.pdf-setdashpattern":["PDF_setdashpattern","Set dash pattern","refentry"],"function.pdf-setflat":["PDF_setflat","Set flatness","refentry"],"function.pdf-setfont":["PDF_setfont","Set font","refentry"],"function.pdf-setgray-fill":["PDF_setgray_fill","Set fill color to gray [deprecated]","refentry"],"function.pdf-setgray-stroke":["PDF_setgray_stroke","Set stroke color to gray [deprecated]","refentry"],"function.pdf-setgray":["PDF_setgray","Set color to gray [deprecated]","refentry"],"function.pdf-setlinecap":["PDF_setlinecap","Set linecap parameter","refentry"],"function.pdf-setlinejoin":["PDF_setlinejoin","Set linejoin parameter","refentry"],"function.pdf-setlinewidth":["PDF_setlinewidth","Set line width","refentry"],"function.pdf-setmatrix":["PDF_setmatrix","Set current transformation matrix","refentry"],"function.pdf-setmiterlimit":["PDF_setmiterlimit","Set miter limit","refentry"],"function.pdf-setpolydash":["PDF_setpolydash","Set complicated dash pattern [deprecated]","refentry"],"function.pdf-setrgbcolor-fill":["PDF_setrgbcolor_fill","Set fill rgb color values [deprecated]","refentry"],"function.pdf-setrgbcolor-stroke":["PDF_setrgbcolor_stroke","Set stroke rgb color values [deprecated]","refentry"],"function.pdf-setrgbcolor":["PDF_setrgbcolor","Set fill and stroke rgb color values [deprecated]","refentry"],"function.pdf-shading-pattern":["PDF_shading_pattern","Define shading pattern","refentry"],"function.pdf-shading":["PDF_shading","Define blend","refentry"],"function.pdf-shfill":["PDF_shfill","Fill area with shading","refentry"],"function.pdf-show-boxed":["PDF_show_boxed","Output text in a box [deprecated]","refentry"],"function.pdf-show-xy":["PDF_show_xy","Output text at given position","refentry"],"function.pdf-show":["PDF_show","Output text at current position","refentry"],"function.pdf-skew":["PDF_skew","Skew the coordinate system","refentry"],"function.pdf-stringwidth":["PDF_stringwidth","Return width of text","refentry"],"function.pdf-stroke":["PDF_stroke","Stroke path","refentry"],"function.pdf-suspend-page":["PDF_suspend_page","Suspend page","refentry"],"function.pdf-translate":["PDF_translate","Set origin of coordinate system","refentry"],"function.pdf-utf16-to-utf8":["PDF_utf16_to_utf8","Convert string from UTF-16 to UTF-8","refentry"],"function.pdf-utf32-to-utf16":["PDF_utf32_to_utf16","Convert string from UTF-32 to UTF-16","refentry"],"function.pdf-utf8-to-utf16":["PDF_utf8_to_utf16","Convert string from UTF-8 to UTF-16","refentry"],"function.ps-add-bookmark":["ps_add_bookmark","Add bookmark to current page","refentry"],"function.ps-add-launchlink":["ps_add_launchlink","Adds link which launches file","refentry"],"function.ps-add-locallink":["ps_add_locallink","Adds link to a page in the same document","refentry"],"function.ps-add-note":["ps_add_note","Adds note to current page","refentry"],"function.ps-add-pdflink":["ps_add_pdflink","Adds link to a page in a second pdf document","refentry"],"function.ps-add-weblink":["ps_add_weblink","Adds link to a web location","refentry"],"function.ps-arc":["ps_arc","Draws an arc counterclockwise","refentry"],"function.ps-arcn":["ps_arcn","Draws an arc clockwise","refentry"],"function.ps-begin-page":["ps_begin_page","Start a new page","refentry"],"function.ps-begin-pattern":["ps_begin_pattern","Start a new pattern","refentry"],"function.ps-begin-template":["ps_begin_template","Start a new template","refentry"],"function.ps-circle":["ps_circle","Draws a circle","refentry"],"function.ps-clip":["ps_clip","Clips drawing to current path","refentry"],"function.ps-close-image":["ps_close_image","Closes image and frees memory","refentry"],"function.ps-close":["ps_close","Closes a PostScript document","refentry"],"function.ps-closepath-stroke":["ps_closepath_stroke","Closes and strokes path","refentry"],"function.ps-closepath":["ps_closepath","Closes path","refentry"],"function.ps-continue-text":["ps_continue_text","Continue text in next line","refentry"],"function.ps-curveto":["ps_curveto","Draws a curve","refentry"],"function.ps-delete":["ps_delete","Deletes all resources of a PostScript document","refentry"],"function.ps-end-page":["ps_end_page","End a page","refentry"],"function.ps-end-pattern":["ps_end_pattern","End a pattern","refentry"],"function.ps-end-template":["ps_end_template","End a template","refentry"],"function.ps-fill-stroke":["ps_fill_stroke","Fills and strokes the current path","refentry"],"function.ps-fill":["ps_fill","Fills the current path","refentry"],"function.ps-findfont":["ps_findfont","Loads a font","refentry"],"function.ps-get-buffer":["ps_get_buffer","Fetches the full buffer containig the generated PS data","refentry"],"function.ps-get-parameter":["ps_get_parameter","Gets certain parameters","refentry"],"function.ps-get-value":["ps_get_value","Gets certain values","refentry"],"function.ps-hyphenate":["ps_hyphenate","Hyphenates a word","refentry"],"function.ps-include-file":["ps_include_file","Reads an external file with raw PostScript code","refentry"],"function.ps-lineto":["ps_lineto","Draws a line","refentry"],"function.ps-makespotcolor":["ps_makespotcolor","Create spot color","refentry"],"function.ps-moveto":["ps_moveto","Sets current point","refentry"],"function.ps-new":["ps_new","Creates a new PostScript document object","refentry"],"function.ps-open-file":["ps_open_file","Opens a file for output","refentry"],"function.ps-open-image-file":["ps_open_image_file","Opens image from file","refentry"],"function.ps-open-image":["ps_open_image","Reads an image for later placement","refentry"],"function.ps-open-memory-image":["ps_open_memory_image","Takes an GD image and returns an image for placement in a PS document","refentry"],"function.ps-place-image":["ps_place_image","Places image on the page","refentry"],"function.ps-rect":["ps_rect","Draws a rectangle","refentry"],"function.ps-restore":["ps_restore","Restore previously save context","refentry"],"function.ps-rotate":["ps_rotate","Sets rotation factor","refentry"],"function.ps-save":["ps_save","Save current context","refentry"],"function.ps-scale":["ps_scale","Sets scaling factor","refentry"],"function.ps-set-border-color":["ps_set_border_color","Sets color of border for annotations","refentry"],"function.ps-set-border-dash":["ps_set_border_dash","Sets length of dashes for border of annotations","refentry"],"function.ps-set-border-style":["ps_set_border_style","Sets border style of annotations","refentry"],"function.ps-set-info":["ps_set_info","Sets information fields of document","refentry"],"function.ps-set-parameter":["ps_set_parameter","Sets certain parameters","refentry"],"function.ps-set-text-pos":["ps_set_text_pos","Sets position for text output","refentry"],"function.ps-set-value":["ps_set_value","Sets certain values","refentry"],"function.ps-setcolor":["ps_setcolor","Sets current color","refentry"],"function.ps-setdash":["ps_setdash","Sets appearance of a dashed line","refentry"],"function.ps-setflat":["ps_setflat","Sets flatness","refentry"],"function.ps-setfont":["ps_setfont","Sets font to use for following output","refentry"],"function.ps-setgray":["ps_setgray","Sets gray value","refentry"],"function.ps-setlinecap":["ps_setlinecap","Sets appearance of line ends","refentry"],"function.ps-setlinejoin":["ps_setlinejoin","Sets how contected lines are joined","refentry"],"function.ps-setlinewidth":["ps_setlinewidth","Sets width of a line","refentry"],"function.ps-setmiterlimit":["ps_setmiterlimit","Sets the miter limit","refentry"],"function.ps-setoverprintmode":["ps_setoverprintmode","Sets overprint mode","refentry"],"function.ps-setpolydash":["ps_setpolydash","Sets appearance of a dashed line","refentry"],"function.ps-shading-pattern":["ps_shading_pattern","Creates a pattern based on a shading","refentry"],"function.ps-shading":["ps_shading","Creates a shading for later use","refentry"],"function.ps-shfill":["ps_shfill","Fills an area with a shading","refentry"],"function.ps-show-boxed":["ps_show_boxed","Output text in a box","refentry"],"function.ps-show-xy2":["ps_show_xy2","Output text at position","refentry"],"function.ps-show-xy":["ps_show_xy","Output text at given position","refentry"],"function.ps-show2":["ps_show2","Output a text at current position","refentry"],"function.ps-show":["ps_show","Output text","refentry"],"function.ps-string-geometry":["ps_string_geometry","Gets geometry of a string","refentry"],"function.ps-stringwidth":["ps_stringwidth","Gets width of a string","refentry"],"function.ps-stroke":["ps_stroke","Draws the current path","refentry"],"function.ps-symbol-name":["ps_symbol_name","Gets name of a glyph","refentry"],"function.ps-symbol-width":["ps_symbol_width","Gets width of a glyph","refentry"],"function.ps-symbol":["ps_symbol","Output a glyph","refentry"],"function.ps-translate":["ps_translate","Sets translation","refentry"],"book.ps":["PS","PostScript document creation","book"],"function.rpm-close":["rpm_close","Closes an RPM file","refentry"],"function.rpm-get-tag":["rpm_get_tag","Retrieves a header tag from an RPM file","refentry"],"function.rpm-is-valid":["rpm_is_valid","Tests a filename for validity as an RPM file","refentry"],"function.rpm-open":["rpm_open","Opens an RPM file","refentry"],"function.rpm-version":["rpm_version","Returns a string representing the current version of the\n rpmreader extension","refentry"],"book.rpmreader":["RPM Reader","RPM Header Reading","book"],"function.swf-actiongeturl":["swf_actiongeturl","Get a URL from a Shockwave Flash movie","refentry"],"function.swf-actiongotoframe":["swf_actiongotoframe","Play a frame and then stop","refentry"],"function.swf-actiongotolabel":["swf_actiongotolabel","Display a frame with the specified label","refentry"],"function.swf-actionnextframe":["swf_actionnextframe","Go forward one frame","refentry"],"function.swf-actionplay":["swf_actionplay","Start playing the flash movie from the current frame","refentry"],"function.swf-actionprevframe":["swf_actionprevframe","Go backwards one frame","refentry"],"function.swf-actionsettarget":["swf_actionsettarget","Set the context for actions","refentry"],"function.swf-actionstop":["swf_actionstop","Stop playing the flash movie at the current frame","refentry"],"function.swf-actiontogglequality":["swf_actiontogglequality","Toggle between low and high quality","refentry"],"function.swf-actionwaitforframe":["swf_actionwaitforframe","Skip actions if a frame has not been loaded","refentry"],"function.swf-addbuttonrecord":["swf_addbuttonrecord","Controls location, appearance and active area of the current button","refentry"],"function.swf-addcolor":["swf_addcolor","Set the global add color to the rgba value specified","refentry"],"function.swf-closefile":["swf_closefile","Close the current Shockwave Flash file","refentry"],"function.swf-definebitmap":["swf_definebitmap","Define a bitmap","refentry"],"function.swf-definefont":["swf_definefont","Defines a font","refentry"],"function.swf-defineline":["swf_defineline","Define a line","refentry"],"function.swf-definepoly":["swf_definepoly","Define a polygon","refentry"],"function.swf-definerect":["swf_definerect","Define a rectangle","refentry"],"function.swf-definetext":["swf_definetext","Define a text string","refentry"],"function.swf-endbutton":["swf_endbutton","End the definition of the current button","refentry"],"function.swf-enddoaction":["swf_enddoaction","End the current action","refentry"],"function.swf-endshape":["swf_endshape","Completes the definition of the current shape","refentry"],"function.swf-endsymbol":["swf_endsymbol","End the definition of a symbol","refentry"],"function.swf-fontsize":["swf_fontsize","Change the font size","refentry"],"function.swf-fontslant":["swf_fontslant","Set the font slant","refentry"],"function.swf-fonttracking":["swf_fonttracking","Set the current font tracking","refentry"],"function.swf-getbitmapinfo":["swf_getbitmapinfo","Get information about a bitmap","refentry"],"function.swf-getfontinfo":["swf_getfontinfo","Gets font information","refentry"],"function.swf-getframe":["swf_getframe","Get the frame number of the current frame","refentry"],"function.swf-labelframe":["swf_labelframe","Label the current frame","refentry"],"function.swf-lookat":["swf_lookat","Define a viewing transformation","refentry"],"function.swf-modifyobject":["swf_modifyobject","Modify an object","refentry"],"function.swf-mulcolor":["swf_mulcolor","Sets the global multiply color to the rgba value specified","refentry"],"function.swf-nextid":["swf_nextid","Returns the next free object id","refentry"],"function.swf-oncondition":["swf_oncondition","Describe a transition used to trigger an action list","refentry"],"function.swf-openfile":["swf_openfile","Open a new Shockwave Flash file","refentry"],"function.swf-ortho2":["swf_ortho2","Defines 2D orthographic mapping of user coordinates onto the current viewport","refentry"],"function.swf-ortho":["swf_ortho","Defines an orthographic mapping of user coordinates onto the current viewport","refentry"],"function.swf-perspective":["swf_perspective","Define a perspective projection transformation","refentry"],"function.swf-placeobject":["swf_placeobject","Place an object onto the screen","refentry"],"function.swf-polarview":["swf_polarview","Define the viewer's position with polar coordinates","refentry"],"function.swf-popmatrix":["swf_popmatrix","Restore a previous transformation matrix","refentry"],"function.swf-posround":["swf_posround","Enables or Disables the rounding of the translation when objects are placed or moved","refentry"],"function.swf-pushmatrix":["swf_pushmatrix","Push the current transformation matrix back onto the stack","refentry"],"function.swf-removeobject":["swf_removeobject","Remove an object","refentry"],"function.swf-rotate":["swf_rotate","Rotate the current transformation","refentry"],"function.swf-scale":["swf_scale","Scale the current transformation","refentry"],"function.swf-setfont":["swf_setfont","Change the current font","refentry"],"function.swf-setframe":["swf_setframe","Switch to a specified frame","refentry"],"function.swf-shapearc":["swf_shapearc","Draw a circular arc","refentry"],"function.swf-shapecurveto3":["swf_shapecurveto3","Draw a cubic bezier curve","refentry"],"function.swf-shapecurveto":["swf_shapecurveto","Draw a quadratic bezier curve between two points","refentry"],"function.swf-shapefillbitmapclip":["swf_shapefillbitmapclip","Set current fill mode to clipped bitmap","refentry"],"function.swf-shapefillbitmaptile":["swf_shapefillbitmaptile","Set current fill mode to tiled bitmap","refentry"],"function.swf-shapefilloff":["swf_shapefilloff","Turns off filling","refentry"],"function.swf-shapefillsolid":["swf_shapefillsolid","Set the current fill style to the specified color","refentry"],"function.swf-shapelinesolid":["swf_shapelinesolid","Set the current line style","refentry"],"function.swf-shapelineto":["swf_shapelineto","Draw a line","refentry"],"function.swf-shapemoveto":["swf_shapemoveto","Move the current position","refentry"],"function.swf-showframe":["swf_showframe","Display the current frame","refentry"],"function.swf-startbutton":["swf_startbutton","Start the definition of a button","refentry"],"function.swf-startdoaction":["swf_startdoaction","Start a description of an action list for the current frame","refentry"],"function.swf-startshape":["swf_startshape","Start a complex shape","refentry"],"function.swf-startsymbol":["swf_startsymbol","Define a symbol","refentry"],"function.swf-textwidth":["swf_textwidth","Get the width of a string","refentry"],"function.swf-translate":["swf_translate","Translate the current transformations","refentry"],"function.swf-viewport":["swf_viewport","Select an area for future drawing","refentry"],"book.swf":["SWF","Shockwave Flash","book"],"function.eio-busy":["eio_busy","Artificially increase load. Could be useful in tests,\n benchmarking.","refentry"],"function.eio-cancel":["eio_cancel","Cancels a request","refentry"],"function.eio-chmod":["eio_chmod","Change file\/direcrory permissions.","refentry"],"function.eio-chown":["eio_chown","Change file\/direcrory permissions.","refentry"],"function.eio-close":["eio_close","Close file","refentry"],"function.eio-custom":["eio_custom","Execute custom request like any other eio_* call.","refentry"],"function.eio-dup2":["eio_dup2","Duplicate a file descriptor","refentry"],"function.eio-event-loop":["eio_event_loop","Polls libeio until all requests proceeded","refentry"],"function.eio-fallocate":["eio_fallocate","Allows the caller to directly manipulate the allocated disk\n space for a file","refentry"],"function.eio-fchmod":["eio_fchmod","Change file permissions.","refentry"],"function.eio-fchown":["eio_fchown","Change file ownership","refentry"],"function.eio-fdatasync":["eio_fdatasync","Synchronize a file's in-core state with storage device.","refentry"],"function.eio-fstat":["eio_fstat","Get file status","refentry"],"function.eio-fstatvfs":["eio_fstatvfs","Get file system statistics","refentry"],"function.eio-fsync":["eio_fsync","Synchronize a file's in-core state with storage device","refentry"],"function.eio-ftruncate":["eio_ftruncate","Truncate a file","refentry"],"function.eio-futime":["eio_futime","Change file last access and modification times","refentry"],"function.eio-get-event-stream":["eio_get_event_stream","Get stream representing a variable used in internal communications with libeio.","refentry"],"function.eio-get-last-error":["eio_get_last_error","Returns string describing the last error associated with a request resource","refentry"],"function.eio-grp-add":["eio_grp_add","Adds a request to the request group.","refentry"],"function.eio-grp-cancel":["eio_grp_cancel","Cancels a request group","refentry"],"function.eio-grp-limit":["eio_grp_limit","Set group limit","refentry"],"function.eio-grp":["eio_grp","Createsa request group.","refentry"],"function.eio-init":["eio_init","(Re-)initialize Eio","refentry"],"function.eio-link":["eio_link","Create a hardlink for file","refentry"],"function.eio-lstat":["eio_lstat","Get file status","refentry"],"function.eio-mkdir":["eio_mkdir","Create directory","refentry"],"function.eio-mknod":["eio_mknod","Create a special or ordinary file.","refentry"],"function.eio-nop":["eio_nop","Does nothing, except go through the whole request cycle.","refentry"],"function.eio-npending":["eio_npending","Returns number of finished, but unhandled requests","refentry"],"function.eio-nready":["eio_nready","Returns number of not-yet handled requests","refentry"],"function.eio-nreqs":["eio_nreqs","Returns number of requests to be processed","refentry"],"function.eio-nthreads":["eio_nthreads","Returns number of threads currently in use","refentry"],"function.eio-open":["eio_open","Opens a file","refentry"],"function.eio-poll":["eio_poll","Can be to be called whenever there are pending requests that need finishing.","refentry"],"function.eio-read":["eio_read","Read from a file descriptor at given offset.","refentry"],"function.eio-readahead":["eio_readahead","Perform file readahead into page cache","refentry"],"function.eio-readdir":["eio_readdir","Reads through a whole directory","refentry"],"function.eio-readlink":["eio_readlink","Read value of a symbolic link.","refentry"],"function.eio-realpath":["eio_realpath","Get the canonicalized absolute pathname.","refentry"],"function.eio-rename":["eio_rename","Change the name or location of a file.","refentry"],"function.eio-rmdir":["eio_rmdir","Remove a directory","refentry"],"function.eio-seek":["eio_seek","Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence","refentry"],"function.eio-sendfile":["eio_sendfile","Transfer data between file descriptors","refentry"],"function.eio-set-max-idle":["eio_set_max_idle","Set maximum number of idle threads.","refentry"],"function.eio-set-max-parallel":["eio_set_max_parallel","Set maximum parallel threads","refentry"],"function.eio-set-max-poll-reqs":["eio_set_max_poll_reqs","Set maximum number of requests processed in a poll.","refentry"],"function.eio-set-max-poll-time":["eio_set_max_poll_time","Set maximum poll time","refentry"],"function.eio-set-min-parallel":["eio_set_min_parallel","Set minimum parallel thread number","refentry"],"function.eio-stat":["eio_stat","Get file status","refentry"],"function.eio-statvfs":["eio_statvfs","Get file system statistics","refentry"],"function.eio-symlink":["eio_symlink","Create a symbolic link","refentry"],"function.eio-sync-file-range":["eio_sync_file_range","Sync a file segment with disk","refentry"],"function.eio-sync":["eio_sync","Commit buffer cache to disk","refentry"],"function.eio-syncfs":["eio_syncfs","Calls Linux' syncfs syscall, if available","refentry"],"function.eio-truncate":["eio_truncate","Truncate a file","refentry"],"function.eio-unlink":["eio_unlink","Delete a name and possibly the file it refers to","refentry"],"function.eio-utime":["eio_utime","Change file last access and modification times.","refentry"],"function.eio-write":["eio_write","Write to file","refentry"],"book.eio":["Eio","Eio","book"],"ev.backend":["Ev::backend","Returns an integer describing the backend used by libev.","refentry"],"ev.depth":["Ev::depth","Returns recursion depth","refentry"],"ev.embeddablebackends":["Ev::embeddableBackends","Returns the set of backends that are embeddable in other event loops.","refentry"],"ev.feedsignal":["Ev::feedSignal","Feed a signal event info Ev","refentry"],"ev.feedsignalevent":["Ev::feedSignalEvent","Feed signal event into the default loop","refentry"],"ev.iteration":["Ev::iteration","Return the number of times the default event loop has polled for new\n events.","refentry"],"ev.now":["Ev::now","Returns the time when the last iteration of the default event\n loop has started.","refentry"],"ev.nowupdate":["Ev::nowUpdate","Establishes the current time by querying the kernel, updating the time\n returned by Ev::now in the progress.","refentry"],"ev.recommendedbackends":["Ev::recommendedBackends","Returns a bit mask of recommended backends for current\n platform.","refentry"],"ev.resume":["Ev::resume","Resume previously suspended default event loop","refentry"],"ev.run":["Ev::run","Begin checking for events and calling callbacks for the default\n loop","refentry"],"ev.sleep":["Ev::sleep","Block the process for the given number of seconds.","refentry"],"ev.stop":["Ev::stop","Stops the default event loop","refentry"],"ev.supportedbackends":["Ev::supportedBackends","Returns the set of backends supported by current libev\n configuration.","refentry"],"ev.suspend":["Ev::suspend","Suspend the default event loop","refentry"],"ev.time":["Ev::time","Returns the current time in fractional seconds since the epoch.","refentry"],"ev.verify":["Ev::verify","Performs internal consistency checks(for debugging)","refentry"],"class.ev":["Ev","The Ev class","phpdoc:classref"],"evcheck.construct":["EvCheck::__construct","Constructs the EvCheck watcher object","refentry"],"evcheck.createstopped":["EvCheck::createStopped","Create instance of a stopped EvCheck watcher","refentry"],"class.evcheck":["EvCheck","The EvCheck class","phpdoc:classref"],"evchild.construct":["EvChild::__construct","Constructs the EvChild watcher object","refentry"],"evchild.createstopped":["EvChild::createStopped","Create instance of a stopped EvCheck watcher","refentry"],"evchild.set":["EvChild::set","Configures the watcher","refentry"],"class.evchild":["EvChild","The EvChild class","phpdoc:classref"],"evembed.construct":["EvEmbed::__construct","Constructs the EvEmbed object","refentry"],"evembed.createstopped":["EvEmbed::createStopped","Create stopped EvEmbed watcher object","refentry"],"evembed.set":["EvEmbed::set","Configures the watcher","refentry"],"evembed.sweep":["EvEmbed::sweep","Make a single, non-blocking sweep over the embedded loop.","refentry"],"class.evembed":["EvEmbed","The EvEmbed class","phpdoc:classref"],"evfork.construct":["EvFork::__construct","Constructs the EvFork watcher object","refentry"],"evfork.createstopped":["EvFork::createStopped","Creates a stopped instance of EvFork watcher class","refentry"],"class.evfork":["EvFork","The EvFork class","phpdoc:classref"],"evidle.construct":["EvIdle::__construct","Constructs the EvIdle watcher object","refentry"],"evidle.createstopped":["EvIdle::createStopped","Creates instance of a stopped EvIdle watcher object","refentry"],"class.evidle":["EvIdle","The EvIdle class","phpdoc:classref"],"evio.construct":["EvIo::__construct","Constructs EvIo watcher object","refentry"],"evio.createstopped":["EvIo::createStopped","Create stopped EvIo watcher object","refentry"],"evio.set":["EvIo::set","Configures the watcher","refentry"],"class.evio":["EvIo","The EvIo class","phpdoc:classref"],"evloop.backend":["EvLoop::backend","Returns an integer describing the backend used by libev.","refentry"],"evloop.check":["EvLoop::check","Creates EvCheck object associated with the current event loop\n instance","refentry"],"evloop.child":["EvLoop::child","Creates EvChild object associated with the current event loop","refentry"],"evloop.construct":["EvLoop::__construct","Constructs the event loop object","refentry"],"evloop.defaultloop":["EvLoop::defaultLoop","Returns or creates the default event loop.","refentry"],"evloop.embed":["EvLoop::embed","Creates an instance of EvEmbed watcher associated\n with the current EvLoop object.","refentry"],"evloop.fork":["EvLoop::fork","Creates EvFork watcher object associated with the current event\n loop instance","refentry"],"evloop.idle":["EvLoop::idle","Creates EvIdle watcher object associated with the current event\n loop instance","refentry"],"evloop.invokepending":["EvLoop::invokePending","Invoke all pending watchers while resetting their pending state","refentry"],"evloop.io":["EvLoop::io","Create EvIo watcher object associated with the current event\n loop instance","refentry"],"evloop.loopfork":["EvLoop::loopFork","Must be called after a fork","refentry"],"evloop.now":["EvLoop::now","Returns the current "event loop time"","refentry"],"evloop.nowupdate":["EvLoop::nowUpdate","Establishes the current time by querying the kernel, updating the time\n returned by EvLoop::now in the progress.","refentry"],"evloop.periodic":["EvLoop::periodic","Creates EvPeriodic watcher object associated with the current\n event loop instance","refentry"],"evloop.prepare":["EvLoop::prepare","Creates EvPrepare watcher object associated with the current\n event loop instance","refentry"],"evloop.resume":["EvLoop::resume","Resume previously suspended default event loop","refentry"],"evloop.run":["EvLoop::run","Begin checking for events and calling callbacks for the loop","refentry"],"evloop.signal":["EvLoop::signal","Creates EvSignal watcher object associated with the current\n event loop instance","refentry"],"evloop.stat":["EvLoop::stat","Creates EvStat watcher object associated with the current event\n loop instance","refentry"],"evloop.stop":["EvLoop::stop","Stops the event loop","refentry"],"evloop.suspend":["EvLoop::suspend","Suspend the loop","refentry"],"evloop.timer":["EvLoop::timer","Creates EvTimer watcher object associated with the current event\n loop instance","refentry"],"evloop.verify":["EvLoop::verify","Performs internal consistency checks(for debugging)","refentry"],"class.evloop":["EvLoop","The EvLoop class","phpdoc:classref"],"evperiodic.again":["EvPeriodic::again","Simply stops and restarts the periodic watcher again.","refentry"],"evperiodic.at":["EvPeriodic::at","Returns the absolute time that this\n watcher is supposed to trigger next","refentry"],"evperiodic.construct":["EvPeriodic::__construct","Constructs EvPeriodic watcher object","refentry"],"evperiodic.createstopped":["EvPeriodic::createStopped","Create a stopped EvPeriodic watcher","refentry"],"evperiodic.set":["EvPeriodic::set","Configures the watcher","refentry"],"class.evperiodic":["EvPeriodic","The EvPeriodic class","phpdoc:classref"],"evprepare.construct":["EvPrepare::__construct","Constructs EvPrepare watcher object","refentry"],"evprepare.createstopped":["EvPrepare::createStopped","Creates a stopped instance of EvPrepare watcher","refentry"],"class.evprepare":["EvPrepare","The EvPrepare class","phpdoc:classref"],"evsignal.construct":["EvSignal::__construct","Constructs EvPeriodic watcher object","refentry"],"evsignal.createstopped":["EvSignal::createStopped","Create stopped EvSignal watcher object","refentry"],"evsignal.set":["EvSignal::set","Configures the watcher","refentry"],"class.evsignal":["EvSignal","The EvSignal class","phpdoc:classref"],"evstat.attr":["EvStat::attr","Returns the values most recently detected by Ev","refentry"],"evstat.construct":["EvStat::__construct","Constructs EvStat watcher object","refentry"],"evstat.createstopped":["EvStat::createStopped","Create a stopped EvStat watcher object","refentry"],"evstat.prev":["EvStat::prev","Returns the previous set of values returned by EvStat::attr","refentry"],"evstat.set":["EvStat::set","Configures the watcher","refentry"],"evstat.stat":["EvStat::stat","Initiates the stat call","refentry"],"class.evstat":["EvStat","The EvStat class","phpdoc:classref"],"evtimer.again":["EvTimer::again","Restarts the timer watcher","refentry"],"evtimer.construct":["EvTimer::__construct","Constructs an EvTimer watcher object","refentry"],"evtimer.createstopped":["EvTimer::createStopped","Creates EvTimer stopped watcher object","refentry"],"evtimer.set":["EvTimer::set","Configures the watcher","refentry"],"class.evtimer":["EvTimer","The EvTimer class","phpdoc:classref"],"evwatcher.clear":["EvWatcher::clear","Clear watcher pending status","refentry"],"evwatcher.construct":["EvWatcher::__construct","Abstract constructor of a watcher object","refentry"],"evwatcher.feed":["EvWatcher::feed","Feeds the given revents set into the event loop","refentry"],"evwatcher.getloop":["EvWatcher::getLoop","Returns the loop responsible for the watcher","refentry"],"evwatcher.invoke":["EvWatcher::invoke","Invokes the watcher callback with the given received events bit\n mask","refentry"],"evwatcher.keepalive":["EvWatcher::keepalive","Configures whether to keep the loop from returning","refentry"],"evwatcher.setcallback":["EvWatcher::setCallback","Sets new callback for the watcher","refentry"],"evwatcher.start":["EvWatcher::start","Starts the watcher","refentry"],"evwatcher.stop":["EvWatcher::stop","Stops the watcher","refentry"],"class.evwatcher":["EvWatcher","The EvWatcher class","phpdoc:classref"],"book.ev":["Ev","Ev","book"],"function.expect-expectl":["expect_expectl","Waits until the output from a process matches one\n of the patterns, a specified time period has passed, or an EOF is seen","refentry"],"function.expect-popen":["expect_popen","Execute command via Bourne shell, and open the PTY stream to\n the process","refentry"],"function.event-add":["event_add","Add an event to the set of monitored events","refentry"],"function.event-base-free":["event_base_free","Destroy event base","refentry"],"function.event-base-loop":["event_base_loop","Handle events","refentry"],"function.event-base-loopbreak":["event_base_loopbreak","Abort event loop","refentry"],"function.event-base-loopexit":["event_base_loopexit","Exit loop after a time","refentry"],"function.event-base-new":["event_base_new","Create and initialize new event base","refentry"],"function.event-base-priority-init":["event_base_priority_init","Set the number of event priority levels","refentry"],"function.event-base-set":["event_base_set","Associate event base with an event","refentry"],"function.event-buffer-base-set":["event_buffer_base_set","Associate buffered event with an event base","refentry"],"function.event-buffer-disable":["event_buffer_disable","Disable a buffered event","refentry"],"function.event-buffer-enable":["event_buffer_enable","Enable a buffered event","refentry"],"function.event-buffer-fd-set":["event_buffer_fd_set","Change a buffered event file descriptor","refentry"],"function.event-buffer-free":["event_buffer_free","Destroy buffered event","refentry"],"function.event-buffer-new":["event_buffer_new","Create new buffered event","refentry"],"function.event-buffer-priority-set":["event_buffer_priority_set","Assign a priority to a buffered event","refentry"],"function.event-buffer-read":["event_buffer_read","Read data from a buffered event","refentry"],"function.event-buffer-set-callback":["event_buffer_set_callback","Set or reset callbacks for a buffered event","refentry"],"function.event-buffer-timeout-set":["event_buffer_timeout_set","Set read and write timeouts for a buffered event","refentry"],"function.event-buffer-watermark-set":["event_buffer_watermark_set","Set the watermarks for read and write events","refentry"],"function.event-buffer-write":["event_buffer_write","Write data to a buffered event","refentry"],"function.event-del":["event_del","Remove an event from the set of monitored events","refentry"],"function.event-free":["event_free","Free event resource","refentry"],"function.event-new":["event_new","Create new event","refentry"],"function.event-set":["event_set","Prepare an event","refentry"],"book.libevent":["Libevent","Libevent","book"],"function.pcntl-alarm":["pcntl_alarm","Set an alarm clock for delivery of a signal","refentry"],"function.pcntl-errno":["pcntl_errno","Alias of pcntl_strerror","refentry"],"function.pcntl-exec":["pcntl_exec","Executes specified program in current process space","refentry"],"function.pcntl-fork":["pcntl_fork","Forks the currently running process","refentry"],"function.pcntl-get-last-error":["pcntl_get_last_error","Retrieve the error number set by the last pcntl function which failed","refentry"],"function.pcntl-getpriority":["pcntl_getpriority","Get the priority of any process","refentry"],"function.pcntl-setpriority":["pcntl_setpriority","Change the priority of any process","refentry"],"function.pcntl-signal-dispatch":["pcntl_signal_dispatch","Calls signal handlers for pending signals","refentry"],"function.pcntl-signal":["pcntl_signal","Installs a signal handler","refentry"],"function.pcntl-sigprocmask":["pcntl_sigprocmask","Sets and retrieves blocked signals","refentry"],"function.pcntl-sigtimedwait":["pcntl_sigtimedwait","Waits for signals, with a timeout","refentry"],"function.pcntl-sigwaitinfo":["pcntl_sigwaitinfo","Waits for signals","refentry"],"function.pcntl-strerror":["pcntl_strerror","Retrieve the system error message associated with the given errno","refentry"],"function.pcntl-wait":["pcntl_wait","Waits on or returns the status of a forked child","refentry"],"function.pcntl-waitpid":["pcntl_waitpid","Waits on or returns the status of a forked child","refentry"],"function.pcntl-wexitstatus":["pcntl_wexitstatus","Returns the return code of a terminated child","refentry"],"function.pcntl-wifexited":["pcntl_wifexited","Checks if status code represents a normal exit","refentry"],"function.pcntl-wifsignaled":["pcntl_wifsignaled","Checks whether the status code represents a termination due to a signal","refentry"],"function.pcntl-wifstopped":["pcntl_wifstopped","Checks whether the child process is currently stopped","refentry"],"function.pcntl-wstopsig":["pcntl_wstopsig","Returns the signal which caused the child to stop","refentry"],"function.pcntl-wtermsig":["pcntl_wtermsig","Returns the signal which caused the child to terminate","refentry"],"book.pcntl":["PCNTL","Process Control","book"],"function.posix-access":["posix_access","Determine accessibility of a file","refentry"],"function.posix-ctermid":["posix_ctermid","Get path name of controlling terminal","refentry"],"function.posix-errno":["posix_errno","Alias of posix_get_last_error","refentry"],"function.posix-get-last-error":["posix_get_last_error","Retrieve the error number set by the last posix function that failed","refentry"],"function.posix-getcwd":["posix_getcwd","Pathname of current directory","refentry"],"function.posix-getegid":["posix_getegid","Return the effective group ID of the current process","refentry"],"function.posix-geteuid":["posix_geteuid","Return the effective user ID of the current process","refentry"],"function.posix-getgid":["posix_getgid","Return the real group ID of the current process","refentry"],"function.posix-getgrgid":["posix_getgrgid","Return info about a group by group id","refentry"],"function.posix-getgrnam":["posix_getgrnam","Return info about a group by name","refentry"],"function.posix-getgroups":["posix_getgroups","Return the group set of the current process","refentry"],"function.posix-getlogin":["posix_getlogin","Return login name","refentry"],"function.posix-getpgid":["posix_getpgid","Get process group id for job control","refentry"],"function.posix-getpgrp":["posix_getpgrp","Return the current process group identifier","refentry"],"function.posix-getpid":["posix_getpid","Return the current process identifier","refentry"],"function.posix-getppid":["posix_getppid","Return the parent process identifier","refentry"],"function.posix-getpwnam":["posix_getpwnam","Return info about a user by username","refentry"],"function.posix-getpwuid":["posix_getpwuid","Return info about a user by user id","refentry"],"function.posix-getrlimit":["posix_getrlimit","Return info about system resource limits","refentry"],"function.posix-getsid":["posix_getsid","Get the current sid of the process","refentry"],"function.posix-getuid":["posix_getuid","Return the real user ID of the current process","refentry"],"function.posix-initgroups":["posix_initgroups","Calculate the group access list","refentry"],"function.posix-isatty":["posix_isatty","Determine if a file descriptor is an interactive terminal","refentry"],"function.posix-kill":["posix_kill","Send a signal to a process","refentry"],"function.posix-mkfifo":["posix_mkfifo","Create a fifo special file (a named pipe)","refentry"],"function.posix-mknod":["posix_mknod","Create a special or ordinary file (POSIX.1)","refentry"],"function.posix-setegid":["posix_setegid","Set the effective GID of the current process","refentry"],"function.posix-seteuid":["posix_seteuid","Set the effective UID of the current process","refentry"],"function.posix-setgid":["posix_setgid","Set the GID of the current process","refentry"],"function.posix-setpgid":["posix_setpgid","Set process group id for job control","refentry"],"function.posix-setsid":["posix_setsid","Make the current process a session leader","refentry"],"function.posix-setuid":["posix_setuid","Set the UID of the current process","refentry"],"function.posix-strerror":["posix_strerror","Retrieve the system error message associated with the given errno","refentry"],"function.posix-times":["posix_times","Get process times","refentry"],"function.posix-ttyname":["posix_ttyname","Determine terminal device name","refentry"],"function.posix-uname":["posix_uname","Get system name","refentry"],"function.escapeshellarg":["escapeshellarg","Escape a string to be used as a shell argument","refentry"],"function.escapeshellcmd":["escapeshellcmd","Escape shell metacharacters","refentry"],"function.exec":["exec","Execute an external program","refentry"],"function.passthru":["passthru","Execute an external program and display raw output","refentry"],"function.proc-close":["proc_close","Close a process opened by proc_open and return the exit code of that process","refentry"],"function.proc-get-status":["proc_get_status","Get information about a process opened by proc_open","refentry"],"function.proc-nice":["proc_nice","Change the priority of the current process","refentry"],"function.proc-open":["proc_open","Execute a command and open file pointers for input\/output","refentry"],"function.proc-terminate":["proc_terminate","Kills a process opened by proc_open","refentry"],"function.shell-exec":["shell_exec","Execute command via shell and return the complete output as a string","refentry"],"function.system":["system","Execute an external program and display the output","refentry"],"book.exec":["Program execution","System program execution","book"],"thread.chunk":["Thread::chunk","Manipulation","refentry"],"thread.getcreatorid":["Thread::getCreatorId","Identification","refentry"],"thread.getthreadid":["Thread::getThreadId","Identification","refentry"],"thread.isjoined":["Thread::isJoined","State Detection","refentry"],"thread.isrunning":["Thread::isRunning","State Detection","refentry"],"thread.isstarted":["Thread::isStarted","State Detection","refentry"],"thread.isterminated":["Thread::isTerminated","State Detection","refentry"],"thread.iswaiting":["Thread::isWaiting","State Detection","refentry"],"thread.join":["Thread::join","Synchronization","refentry"],"thread.lock":["Thread::lock","Synchronization","refentry"],"thread.merge":["Thread::merge","Manipulation","refentry"],"thread.notify":["Thread::notify","Synchronization","refentry"],"thread.pop":["Thread::pop","Manipulation","refentry"],"thread.run":["Thread::run","Execution","refentry"],"thread.shift":["Thread::shift","Manipulation","refentry"],"thread.start":["Thread::start","Execution","refentry"],"thread.synchronized":["Thread::synchronized","Synchronization","refentry"],"thread.unlock":["Thread::unlock","Synchronization","refentry"],"thread.wait":["Thread::wait","Synchronization","refentry"],"class.thread":["Thread","The Thread class","phpdoc:classref"],"worker.chunk":["Worker::chunk","Manipulation","refentry"],"worker.getcreatorid":["Worker::getCreatorId","Identification","refentry"],"worker.getstacked":["Worker::getStacked","Stack Analysis","refentry"],"worker.getthreadid":["Worker::getThreadId","Identification","refentry"],"worker.isshutdown":["Worker::isShutdown","State Detection","refentry"],"worker.isworking":["Worker::isWorking","State Detection","refentry"],"worker.merge":["Worker::merge","Manipulation","refentry"],"worker.pop":["Worker::pop","Manipulation","refentry"],"worker.run":["Worker::run","Execution","refentry"],"worker.shift":["Worker::shift","Manipulation","refentry"],"worker.shutdown":["Worker::shutdown","Synchronization","refentry"],"worker.stack":["Worker::stack","Stacking","refentry"],"worker.start":["Worker::start","Execution","refentry"],"worker.unstack":["Worker::unstack","Stacking","refentry"],"class.worker":["Worker","The Worker class","phpdoc:classref"],"stackable.chunk":["Stackable::chunk","Manipulation","refentry"],"stackable.isrunning":["Stackable::isRunning","State Detection","refentry"],"stackable.isterminated":["Stackable::isTerminated","State Detection","refentry"],"stackable.iswaiting":["Stackable::isWaiting","State Detection","refentry"],"stackable.lock":["Stackable::lock","Synchronization","refentry"],"stackable.merge":["Stackable::merge","Manipulation","refentry"],"stackable.notify":["Stackable::notify","Synchronization","refentry"],"stackable.pop":["Stackable::pop","Manipulation","refentry"],"stackable.run":["Stackable::run","Execution","refentry"],"stackable.shift":["Stackable::shift","Manipulation","refentry"],"stackable.synchronized":["Stackable::synchronized","Synchronization","refentry"],"stackable.unlock":["Stackable::unlock","Synchronization","refentry"],"stackable.wait":["Stackable::wait","Synchronization","refentry"],"class.stackable":["Stackable","The Stackable class","phpdoc:classref"],"pthreads.modifiers":["Modifiers","Method Modifiers","chapter"],"mutex.create":["Mutex::create","Create a Mutex","refentry"],"mutex.destroy":["Mutex::destroy","Destroy Mutex","refentry"],"mutex.lock":["Mutex::lock","Acquire Mutex","refentry"],"mutex.trylock":["Mutex::trylock","Attempt to Acquire Mutex","refentry"],"mutex.unlock":["Mutex::unlock","Release Mutex","refentry"],"class.mutex":["Mutex","The Mutex class","phpdoc:classref"],"cond.broadcast":["Cond::broadcast","Broadcast a Condition","refentry"],"cond.create":["Cond::create","Create a Condition","refentry"],"cond.destroy":["Cond::destroy","Destroy a Condition","refentry"],"cond.signal":["Cond::signal","Signal a Condition","refentry"],"cond.wait":["Cond::wait","Wait for Condition","refentry"],"class.cond":["Cond","The Cond class","phpdoc:classref"],"book.pthreads":["pthreads","pthreads","book"],"function.ftok":["ftok","Convert a pathname and a project identifier to a System V IPC key","refentry"],"function.msg-get-queue":["msg_get_queue","Create or attach to a message queue","refentry"],"function.msg-queue-exists":["msg_queue_exists","Check whether a message queue exists","refentry"],"function.msg-receive":["msg_receive","Receive a message from a message queue","refentry"],"function.msg-remove-queue":["msg_remove_queue","Destroy a message queue","refentry"],"function.msg-send":["msg_send","Send a message to a message queue","refentry"],"function.msg-set-queue":["msg_set_queue","Set information in the message queue data structure","refentry"],"function.msg-stat-queue":["msg_stat_queue","Returns information from the message queue data structure","refentry"],"function.sem-acquire":["sem_acquire","Acquire a semaphore","refentry"],"function.sem-get":["sem_get","Get a semaphore id","refentry"],"function.sem-release":["sem_release","Release a semaphore","refentry"],"function.sem-remove":["sem_remove","Remove a semaphore","refentry"],"function.shm-attach":["shm_attach","Creates or open a shared memory segment","refentry"],"function.shm-detach":["shm_detach","Disconnects from shared memory segment","refentry"],"function.shm-get-var":["shm_get_var","Returns a variable from shared memory","refentry"],"function.shm-has-var":["shm_has_var","Check whether a specific entry exists","refentry"],"function.shm-put-var":["shm_put_var","Inserts or updates a variable in shared memory","refentry"],"function.shm-remove-var":["shm_remove_var","Removes a variable from shared memory","refentry"],"function.shm-remove":["shm_remove","Removes shared memory from Unix systems","refentry"],"book.sem":["Semaphore","Semaphore, Shared Memory and IPC","book"],"function.shmop-close":["shmop_close","Close shared memory block","refentry"],"function.shmop-delete":["shmop_delete","Delete shared memory block","refentry"],"function.shmop-open":["shmop_open","Create or open shared memory block","refentry"],"function.shmop-read":["shmop_read","Read data from shared memory block","refentry"],"function.shmop-size":["shmop_size","Get size of shared memory block","refentry"],"function.shmop-write":["shmop_write","Write data into shared memory block","refentry"],"function.geoip-continent-code-by-name":["geoip_continent_code_by_name","Get the two letter continent code","refentry"],"function.geoip-country-code-by-name":["geoip_country_code_by_name","Get the two letter country code","refentry"],"function.geoip-country-code3-by-name":["geoip_country_code3_by_name","Get the three letter country code","refentry"],"function.geoip-country-name-by-name":["geoip_country_name_by_name","Get the full country name","refentry"],"function.geoip-database-info":["geoip_database_info","Get GeoIP Database information","refentry"],"function.geoip-db-avail":["geoip_db_avail","Determine if GeoIP Database is available","refentry"],"function.geoip-db-filename":["geoip_db_filename","Returns the filename of the corresponding GeoIP Database","refentry"],"function.geoip-db-get-all-info":["geoip_db_get_all_info","Returns detailed information about all GeoIP database types","refentry"],"function.geoip-id-by-name":["geoip_id_by_name","Get the Internet connection type","refentry"],"function.geoip-isp-by-name":["geoip_isp_by_name","Get the Internet Service Provider (ISP) name","refentry"],"function.geoip-org-by-name":["geoip_org_by_name","Get the organization name","refentry"],"function.geoip-record-by-name":["geoip_record_by_name","Returns the detailed City information found in the GeoIP Database","refentry"],"function.geoip-region-by-name":["geoip_region_by_name","Get the country code and region","refentry"],"function.geoip-region-name-by-code":["geoip_region_name_by_code","Returns the region name for some country and region code combo","refentry"],"function.geoip-time-zone-by-country-and-region":["geoip_time_zone_by_country_and_region","Returns the time zone for some country and region code combo","refentry"],"book.geoip":["GeoIP","Geo IP Location","book"],"function.fann-cascadetrain-on-data":["fann_cascadetrain_on_data","Trains on an entire dataset, for a period of time using the Cascade2 training algorithm","refentry"],"function.fann-cascadetrain-on-file":["fann_cascadetrain_on_file","Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.","refentry"],"function.fann-clear-scaling-params":["fann_clear_scaling_params","Clears scaling parameters","refentry"],"function.fann-copy":["fann_copy","Creates a copy of a fann structure","refentry"],"function.fann-create-from-file":["fann_create_from_file","Constructs a backpropagation neural network from a configuration file","refentry"],"function.fann-create-shortcut-array":["fann_create_shortcut_array","Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections","refentry"],"function.fann-create-shortcut":["fann_create_shortcut","Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections","refentry"],"function.fann-create-sparse-array":["fann_create_sparse_array","Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes","refentry"],"function.fann-create-sparse":["fann_create_sparse","Creates a standard backpropagation neural network, which is not fully connected","refentry"],"function.fann-create-standard-array":["fann_create_standard_array","Creates a standard fully connected backpropagation neural network using an array of layer sizes","refentry"],"function.fann-create-standard":["fann_create_standard","Creates a standard fully connected backpropagation neural network","refentry"],"function.fann-create-train-from-callback":["fann_create_train_from_callback","Creates the training data struct from a user supplied function","refentry"],"function.fann-create-train":["fann_create_train","Creates an empty training data struct","refentry"],"function.fann-descale-input":["fann_descale_input","Scale data in input vector after get it from ann based on previously calculated parameters","refentry"],"function.fann-descale-output":["fann_descale_output","Scale data in output vector after get it from ann based on previously calculated parameters","refentry"],"function.fann-descale-train":["fann_descale_train","Descale input and output data based on previously calculated parameters","refentry"],"function.fann-destroy-train":["fann_destroy_train","Destructs the training data","refentry"],"function.fann-destroy":["fann_destroy","Destroys the entire network and properly freeing all the associated memory","refentry"],"function.fann-duplicate-train-data":["fann_duplicate_train_data","Returns an exact copy of a fann train data","refentry"],"function.fann-get-activation-function":["fann_get_activation_function","Returns the activation function","refentry"],"function.fann-get-activation-steepness":["fann_get_activation_steepness","Returns the activation steepness for supplied neuron and layer number","refentry"],"function.fann-get-bias-array":["fann_get_bias_array","Get the number of bias in each layer in the network","refentry"],"function.fann-get-bit-fail-limit":["fann_get_bit_fail_limit","Returns the bit fail limit used during training","refentry"],"function.fann-get-bit-fail":["fann_get_bit_fail","The number of fail bits","refentry"],"function.fann-get-cascade-activation-functions-count":["fann_get_cascade_activation_functions_count","Returns the number of cascade activation functions","refentry"],"function.fann-get-cascade-activation-functions":["fann_get_cascade_activation_functions","Returns the cascade activation functions","refentry"],"function.fann-get-cascade-activation-steepnesses-count":["fann_get_cascade_activation_steepnesses_count","The number of activation steepnesses","refentry"],"function.fann-get-cascade-activation-steepnesses":["fann_get_cascade_activation_steepnesses","Returns the cascade activation steepnesses","refentry"],"function.fann-get-cascade-candidate-change-fraction":["fann_get_cascade_candidate_change_fraction","Returns the cascade candidate change fraction","refentry"],"function.fann-get-cascade-candidate-limit":["fann_get_cascade_candidate_limit","Return the candidate limit","refentry"],"function.fann-get-cascade-candidate-stagnation-epochs":["fann_get_cascade_candidate_stagnation_epochs","Returns the number of cascade candidate stagnation epochs","refentry"],"function.fann-get-cascade-max-cand-epochs":["fann_get_cascade_max_cand_epochs","Returns the maximum candidate epochs","refentry"],"function.fann-get-cascade-max-out-epochs":["fann_get_cascade_max_out_epochs","Returns the maximum out epochs","refentry"],"function.fann-get-cascade-min-cand-epochs":["fann_get_cascade_min_cand_epochs","Returns the minimum candidate epochs","refentry"],"function.fann-get-cascade-min-out-epochs":["fann_get_cascade_min_out_epochs","Returns the minimum out epochs","refentry"],"function.fann-get-cascade-num-candidate-groups":["fann_get_cascade_num_candidate_groups","Returns the number of candidate groups","refentry"],"function.fann-get-cascade-num-candidates":["fann_get_cascade_num_candidates","Returns the number of candidates used during training","refentry"],"function.fann-get-cascade-output-change-fraction":["fann_get_cascade_output_change_fraction","Returns the cascade output change fraction","refentry"],"function.fann-get-cascade-output-stagnation-epochs":["fann_get_cascade_output_stagnation_epochs","Returns the number of cascade output stagnation epochs","refentry"],"function.fann-get-cascade-weight-multiplier":["fann_get_cascade_weight_multiplier","Returns the weight multiplier","refentry"],"function.fann-get-connection-array":["fann_get_connection_array","Get connections in the network","refentry"],"function.fann-get-connection-rate":["fann_get_connection_rate","Get the connection rate used when the network was created","refentry"],"function.fann-get-errno":["fann_get_errno","Returns the last error number","refentry"],"function.fann-get-errstr":["fann_get_errstr","Returns the last errstr","refentry"],"function.fann-get-layer-array":["fann_get_layer_array","Get the number of neurons in each layer in the network","refentry"],"function.fann-get-learning-momentum":["fann_get_learning_momentum","Returns the learning momentum","refentry"],"function.fann-get-learning-rate":["fann_get_learning_rate","Returns the learning rate","refentry"],"function.fann-get-mse":["fann_get_MSE","Reads the mean square error from the network","refentry"],"function.fann-get-network-type":["fann_get_network_type","Get the type of neural network it was created as","refentry"],"function.fann-get-num-input":["fann_get_num_input","Get the number of input neurons","refentry"],"function.fann-get-num-layers":["fann_get_num_layers","Get the number of layers in the neural network","refentry"],"function.fann-get-num-output":["fann_get_num_output","Get the number of output neurons","refentry"],"function.fann-get-quickprop-decay":["fann_get_quickprop_decay","Returns the decay which is a factor that weights should decrease in each iteration during quickprop training","refentry"],"function.fann-get-quickprop-mu":["fann_get_quickprop_mu","Returns the mu factor","refentry"],"function.fann-get-rprop-decrease-factor":["fann_get_rprop_decrease_factor","Returns the increase factor used during RPROP training","refentry"],"function.fann-get-rprop-delta-max":["fann_get_rprop_delta_max","Returns the maximum step-size","refentry"],"function.fann-get-rprop-delta-min":["fann_get_rprop_delta_min","Returns the minimum step-size","refentry"],"function.fann-get-rprop-delta-zero":["fann_get_rprop_delta_zero","Returns the initial step-size","refentry"],"function.fann-get-rprop-increase-factor":["fann_get_rprop_increase_factor","Returns the increase factor used during RPROP training","refentry"],"function.fann-get-sarprop-step-error-shift":["fann_get_sarprop_step_error_shift","Returns the sarprop step error shift","refentry"],"function.fann-get-sarprop-step-error-threshold-factor":["fann_get_sarprop_step_error_threshold_factor","Returns the sarprop step error threshold factor","refentry"],"function.fann-get-sarprop-temperature":["fann_get_sarprop_temperature","Returns the sarprop temperature","refentry"],"function.fann-get-sarprop-weight-decay-shift":["fann_get_sarprop_weight_decay_shift","Returns the sarprop weight decay shift","refentry"],"function.fann-get-total-connections":["fann_get_total_connections","Get the total number of connections in the entire network","refentry"],"function.fann-get-total-neurons":["fann_get_total_neurons","Get the total number of neurons in the entire network","refentry"],"function.fann-get-train-error-function":["fann_get_train_error_function","Returns the error function used during training","refentry"],"function.fann-get-train-stop-function":["fann_get_train_stop_function","Returns the the stop function used during training","refentry"],"function.fann-get-training-algorithm":["fann_get_training_algorithm","Returns the training algorithm","refentry"],"function.fann-init-weights":["fann_init_weights","Initialize the weights using Widrow + Nguyen’s algorithm","refentry"],"function.fann-length-train-data":["fann_length_train_data","Returns the number of training patterns in the train data","refentry"],"function.fann-merge-train-data":["fann_merge_train_data","Merges the train data","refentry"],"function.fann-num-input-train-data":["fann_num_input_train_data","Returns the number of inputs in each of the training patterns in the train data","refentry"],"function.fann-num-output-train-data":["fann_num_output_train_data","Returns the number of outputs in each of the training patterns in the train data","refentry"],"function.fann-print-error":["fann_print_error","Prints the error string","refentry"],"function.fann-randomize-weights":["fann_randomize_weights","Give each connection a random weight between min_weight and max_weight","refentry"],"function.fann-read-train-from-file":["fann_read_train_from_file","Reads a file that stores training data","refentry"],"function.fann-reset-errno":["fann_reset_errno","Resets the last error number","refentry"],"function.fann-reset-errstr":["fann_reset_errstr","Resets the last error string","refentry"],"function.fann-reset-mse":["fann_reset_MSE","Resets the mean square error from the network","refentry"],"function.fann-run":["fann_run","Will run input through the neural network","refentry"],"function.fann-save-train":["fann_save_train","Save the training structure to a file","refentry"],"function.fann-save":["fann_save","Saves the entire network to a configuration file","refentry"],"function.fann-scale-input-train-data":["fann_scale_input_train_data","Scales the inputs in the training data to the specified range","refentry"],"function.fann-scale-input":["fann_scale_input","Scale data in input vector before feed it to ann based on previously calculated parameters","refentry"],"function.fann-scale-output-train-data":["fann_scale_output_train_data","Scales the outputs in the training data to the specified range","refentry"],"function.fann-scale-output":["fann_scale_output","Scale data in output vector before feed it to ann based on previously calculated parameters","refentry"],"function.fann-scale-train-data":["fann_scale_train_data","Scales the inputs and outputs in the training data to the specified range","refentry"],"function.fann-scale-train":["fann_scale_train","Scale input and output data based on previously calculated parameters","refentry"],"function.fann-set-activation-function-hidden":["fann_set_activation_function_hidden","Sets the activation function for all of the hidden layers","refentry"],"function.fann-set-activation-function-layer":["fann_set_activation_function_layer","Sets the activation function for all the neurons in the supplied layer.","refentry"],"function.fann-set-activation-function-output":["fann_set_activation_function_output","Sets the activation function for the output layer","refentry"],"function.fann-set-activation-function":["fann_set_activation_function","Sets the activation function for supplied neuron and layer","refentry"],"function.fann-set-activation-steepness-hidden":["fann_set_activation_steepness_hidden","Sets the steepness of the activation steepness for all neurons in the all hidden layers","refentry"],"function.fann-set-activation-steepness-layer":["fann_set_activation_steepness_layer","Sets the activation steepness for all of the neurons in the supplied layer number","refentry"],"function.fann-set-activation-steepness-output":["fann_set_activation_steepness_output","Sets the steepness of the activation steepness in the output layer","refentry"],"function.fann-set-activation-steepness":["fann_set_activation_steepness","Sets the activation steepness for supplied neuron and layer number","refentry"],"function.fann-set-bit-fail-limit":["fann_set_bit_fail_limit","Set the bit fail limit used during training","refentry"],"function.fann-set-callback":["fann_set_callback","Sets the callback function for use during training","refentry"],"function.fann-set-cascade-activation-functions":["fann_set_cascade_activation_functions","Sets the array of cascade candidate activation functions","refentry"],"function.fann-set-cascade-activation-steepnesses":["fann_set_cascade_activation_steepnesses","Sets the array of cascade candidate activation steepnesses","refentry"],"function.fann-set-cascade-candidate-change-fraction":["fann_set_cascade_candidate_change_fraction","Sets the cascade candidate change fraction","refentry"],"function.fann-set-cascade-candidate-limit":["fann_set_cascade_candidate_limit","Sets the candidate limit","refentry"],"function.fann-set-cascade-candidate-stagnation-epochs":["fann_set_cascade_candidate_stagnation_epochs","Sets the number of cascade candidate stagnation epochs","refentry"],"function.fann-set-cascade-max-cand-epochs":["fann_set_cascade_max_cand_epochs","Sets the max candidate epochs","refentry"],"function.fann-set-cascade-max-out-epochs":["fann_set_cascade_max_out_epochs","Sets the maximum out epochs","refentry"],"function.fann-set-cascade-min-cand-epochs":["fann_set_cascade_min_cand_epochs","Sets the min candidate epochs","refentry"],"function.fann-set-cascade-min-out-epochs":["fann_set_cascade_min_out_epochs","Sets the minimum out epochs","refentry"],"function.fann-set-cascade-num-candidate-groups":["fann_set_cascade_num_candidate_groups","Sets the number of candidate groups","refentry"],"function.fann-set-cascade-output-change-fraction":["fann_set_cascade_output_change_fraction","Sets the cascade output change fraction","refentry"],"function.fann-set-cascade-output-stagnation-epochs":["fann_set_cascade_output_stagnation_epochs","Sets the number of cascade output stagnation epochs","refentry"],"function.fann-set-cascade-weight-multiplier":["fann_set_cascade_weight_multiplier","Sets the weight multiplier","refentry"],"function.fann-set-error-log":["fann_set_error_log","Sets where the errors are logged to","refentry"],"function.fann-set-input-scaling-params":["fann_set_input_scaling_params","Calculate input scaling parameters for future use based on training data","refentry"],"function.fann-set-learning-momentum":["fann_set_learning_momentum","Sets the learning momentum","refentry"],"function.fann-set-learning-rate":["fann_set_learning_rate","Sets the learning rate","refentry"],"function.fann-set-output-scaling-params":["fann_set_output_scaling_params","Calculate output scaling parameters for future use based on training data","refentry"],"function.fann-set-quickprop-decay":["fann_set_quickprop_decay","Sets the quickprop decay factor","refentry"],"function.fann-set-quickprop-mu":["fann_set_quickprop_mu","Sets the quickprop mu factor","refentry"],"function.fann-set-rprop-decrease-factor":["fann_set_rprop_decrease_factor","Sets the decrease factor used during RPROP training","refentry"],"function.fann-set-rprop-delta-max":["fann_set_rprop_delta_max","Sets the maximum step-size","refentry"],"function.fann-set-rprop-delta-min":["fann_set_rprop_delta_min","Sets the minimum step-size","refentry"],"function.fann-set-rprop-delta-zero":["fann_set_rprop_delta_zero","Sets the initial step-size","refentry"],"function.fann-set-rprop-increase-factor":["fann_set_rprop_increase_factor","Sets the increase factor used during RPROP training","refentry"],"function.fann-set-sarprop-step-error-shift":["fann_set_sarprop_step_error_shift","Sets the sarprop step error shift","refentry"],"function.fann-set-sarprop-step-error-threshold-factor":["fann_set_sarprop_step_error_threshold_factor","Sets the sarprop step error threshold factor","refentry"],"function.fann-set-sarprop-temperature":["fann_set_sarprop_temperature","Sets the sarprop temperature","refentry"],"function.fann-set-sarprop-weight-decay-shift":["fann_set_sarprop_weight_decay_shift","Sets the sarprop weight decay shift","refentry"],"function.fann-set-scaling-params":["fann_set_scaling_params","Calculate input and output scaling parameters for future use based on training data","refentry"],"function.fann-set-train-error-function":["fann_set_train_error_function","Sets the error function used during training","refentry"],"function.fann-set-train-stop-function":["fann_set_train_stop_function","Sets the stop function used during training","refentry"],"function.fann-set-training-algorithm":["fann_set_training_algorithm","Sets the training algorithm","refentry"],"function.fann-set-weight-array":["fann_set_weight_array","Set connections in the network","refentry"],"function.fann-set-weight":["fann_set_weight","Set a connection in the network","refentry"],"function.fann-shuffle-train-data":["fann_shuffle_train_data","Shuffles training data, randomizing the order","refentry"],"function.fann-subset-train-data":["fann_subset_train_data","Returns an copy of a subset of the train data","refentry"],"function.fann-test-data":["fann_test_data","Test a set of training data and calculates the MSE for the training data","refentry"],"function.fann-test":["fann_test","Test with a set of inputs, and a set of desired outputs","refentry"],"function.fann-train-epoch":["fann_train_epoch","Train one epoch with a set of training data","refentry"],"function.fann-train-on-data":["fann_train_on_data","Trains on an entire dataset for a period of time","refentry"],"function.fann-train-on-file":["fann_train_on_file","Trains on an entire dataset, which is read from file, for a period of time","refentry"],"function.fann-train":["fann_train","Train one iteration with a set of inputs, and a set of desired outputs","refentry"],"fannconnection.construct":["FANNConnection::__construct","The connection constructor","refentry"],"fannconnection.getfromneuron":["FANNConnection::getFromNeuron","Returns the postions of starting neuron.","refentry"],"fannconnection.gettoneuron":["FANNConnection::getToNeuron","Returns the postions of terminating neuron","refentry"],"fannconnection.getweight":["FANNConnection::getWeight","Returns the connection weight","refentry"],"fannconnection.setweight":["FANNConnection::setWeight","Sets the connections weight","refentry"],"class.fannconnection":["FANNConnection","The FANNConnection class","phpdoc:classref"],"book.fann":["FANN","FANN (Fast Artificial Neural Network)","book"],"jsonserializable.jsonserialize":["JsonSerializable::jsonSerialize","Specify data which should be serialized to JSON","refentry"],"class.jsonserializable":["JsonSerializable","The JsonSerializable interface","phpdoc:classref"],"function.json-decode":["json_decode","Decodes a JSON string","refentry"],"function.json-encode":["json_encode","Returns the JSON representation of a value","refentry"],"function.json-last-error-msg":["json_last_error_msg","Returns the error string of the last json_encode() or json_decode() call","refentry"],"function.json-last-error":["json_last_error","Returns the last error occurred","refentry"],"book.json":["JSON","JavaScript Object Notation","book"],"judy.bycount":["Judy::byCount","Locate the Nth index present in the Judy array","refentry"],"judy.construct":["Judy::__construct","Construct a new Judy object","refentry"],"judy.count":["Judy::count","Count the number of elements in the Judy array","refentry"],"judy.destruct":["Judy::__destruct","Destruct a Judy object","refentry"],"judy.first":["Judy::first","Search for the first index in the Judy array","refentry"],"judy.firstempty":["Judy::firstEmpty","Search for the first absent index in the Judy array","refentry"],"judy.free":["Judy::free","Free the entire Judy array","refentry"],"judy.gettype":["Judy::getType","Return the type of the current Judy array","refentry"],"judy.last":["Judy::last","Search for the last index in the Judy array","refentry"],"judy.lastempty":["Judy::lastEmpty","Search for the last absent index in the Judy array","refentry"],"judy.memoryusage":["Judy::memoryUsage","Return the memory used by the Judy array","refentry"],"judy.next":["Judy::next","Search for the next index in the Judy array","refentry"],"judy.nextempty":["Judy::nextEmpty","Search for the next absent index in the Judy array","refentry"],"judy.offsetexists":["Judy::offsetExists","Whether a offset exists","refentry"],"judy.offsetget":["Judy::offsetGet","Offset to retrieve","refentry"],"judy.offsetset":["Judy::offsetSet","Offset to set","refentry"],"judy.offsetunset":["Judy::offsetUnset","Offset to unset","refentry"],"judy.prev":["Judy::prev","Search for the previous index in the Judy array","refentry"],"judy.prevempty":["Judy::prevEmpty","Search for the previous absent index in the Judy array","refentry"],"judy.size":["Judy::size","Return the size of the current Judy array","refentry"],"class.judy":["Judy","The Judy class","phpdoc:classref"],"function.judy-type":["judy_type","Return the type of a Judy array","refentry"],"function.judy-version":["judy_version","Return or print the current PHP Judy version","refentry"],"book.judy":["Judy","Judy Arrays","book"],"lua.assign":["Lua::assign","Assign a PHP variable to Lua","refentry"],"lua.call":["Lua::call","Call Lua functions","refentry"],"lua.construct":["Lua::__construct","Lua constructor","refentry"],"lua.eval":["Lua::eval","Evaluate a string as Lua code","refentry"],"lua.getversion":["Lua::getVersion","The getversion purpose","refentry"],"lua.include":["Lua::include","Parse a Lua script file","refentry"],"lua.registercallback":["Lua::registerCallback","Register a PHP function to Lua","refentry"],"class.lua":["Lua","The Lua class","phpdoc:classref"],"luaclosure.invoke":["LuaClosure::__invoke","invoke luaclosure","refentry"],"class.luaclosure":["LuaClosure","The LuaClosure class","phpdoc:classref"],"book.lua":["Lua","Lua","book"],"function.connection-aborted":["connection_aborted","Check whether client disconnected","refentry"],"function.connection-status":["connection_status","Returns connection status bitfield","refentry"],"function.connection-timeout":["connection_timeout","Check if the script timed out","refentry"],"function.constant":["constant","Returns the value of a constant","refentry"],"function.define":["define","Defines a named constant","refentry"],"function.defined":["defined","Checks whether a given named constant exists","refentry"],"function.die":["die","Equivalent to exit","refentry"],"function.eval":["eval","Evaluate a string as PHP code","refentry"],"function.exit":["exit","Output a message and terminate the current script","refentry"],"function.get-browser":["get_browser","Tells what the user's browser is capable of","refentry"],"function.halt-compiler":["__halt_compiler","Halts the compiler execution","refentry"],"function.highlight-file":["highlight_file","Syntax highlighting of a file","refentry"],"function.highlight-string":["highlight_string","Syntax highlighting of a string","refentry"],"function.ignore-user-abort":["ignore_user_abort","Set whether a client disconnect should abort script execution","refentry"],"function.pack":["pack","Pack data into binary string","refentry"],"function.php-check-syntax":["php_check_syntax","Check the PHP syntax of (and execute) the specified file","refentry"],"function.php-strip-whitespace":["php_strip_whitespace","Return source with stripped comments and whitespace","refentry"],"function.show-source":["show_source","Alias of highlight_file","refentry"],"function.sleep":["sleep","Delay execution","refentry"],"function.sys-getloadavg":["sys_getloadavg","Gets system load average","refentry"],"function.time-nanosleep":["time_nanosleep","Delay for a number of seconds and nanoseconds","refentry"],"function.time-sleep-until":["time_sleep_until","Make the script sleep until the specified time","refentry"],"function.uniqid":["uniqid","Generate a unique ID","refentry"],"function.unpack":["unpack","Unpack data from binary string","refentry"],"function.usleep":["usleep","Delay execution in microseconds","refentry"],"book.misc":["Misc.","Miscellaneous Functions","book"],"function.parsekit-compile-file":["parsekit_compile_file","Compile a string of PHP code and return the resulting op array","refentry"],"function.parsekit-compile-string":["parsekit_compile_string","Compile a string of PHP code and return the resulting op array","refentry"],"function.parsekit-func-arginfo":["parsekit_func_arginfo","Return information regarding function argument(s)","refentry"],"spldoublylinkedlist.bottom":["SplDoublyLinkedList::bottom","Peeks at the node from the beginning of the doubly linked list","refentry"],"spldoublylinkedlist.construct":["SplDoublyLinkedList::__construct","Constructs a new doubly linked list","refentry"],"spldoublylinkedlist.count":["SplDoublyLinkedList::count","Counts the number of elements in the doubly linked list.","refentry"],"spldoublylinkedlist.current":["SplDoublyLinkedList::current","Return current array entry","refentry"],"spldoublylinkedlist.getiteratormode":["SplDoublyLinkedList::getIteratorMode","Returns the mode of iteration","refentry"],"spldoublylinkedlist.isempty":["SplDoublyLinkedList::isEmpty","Checks whether the doubly linked list is empty.","refentry"],"spldoublylinkedlist.key":["SplDoublyLinkedList::key","Return current node index","refentry"],"spldoublylinkedlist.next":["SplDoublyLinkedList::next","Move to next entry","refentry"],"spldoublylinkedlist.offsetexists":["SplDoublyLinkedList::offsetExists","Returns whether the requested $index exists","refentry"],"spldoublylinkedlist.offsetget":["SplDoublyLinkedList::offsetGet","Returns the value at the specified $index","refentry"],"spldoublylinkedlist.offsetset":["SplDoublyLinkedList::offsetSet","Sets the value at the specified $index to $newval","refentry"],"spldoublylinkedlist.offsetunset":["SplDoublyLinkedList::offsetUnset","Unsets the value at the specified $index","refentry"],"spldoublylinkedlist.pop":["SplDoublyLinkedList::pop","Pops a node from the end of the doubly linked list","refentry"],"spldoublylinkedlist.prev":["SplDoublyLinkedList::prev","Move to previous entry","refentry"],"spldoublylinkedlist.push":["SplDoublyLinkedList::push","Pushes an element at the end of the doubly linked list","refentry"],"spldoublylinkedlist.rewind":["SplDoublyLinkedList::rewind","Rewind iterator back to the start","refentry"],"spldoublylinkedlist.serialize":["SplDoublyLinkedList::serialize","Serializes the storage","refentry"],"spldoublylinkedlist.setiteratormode":["SplDoublyLinkedList::setIteratorMode","Sets the mode of iteration","refentry"],"spldoublylinkedlist.shift":["SplDoublyLinkedList::shift","Shifts a node from the beginning of the doubly linked list","refentry"],"spldoublylinkedlist.top":["SplDoublyLinkedList::top","Peeks at the node from the end of the doubly linked list","refentry"],"spldoublylinkedlist.unserialize":["SplDoublyLinkedList::unserialize","Unserializes the storage","refentry"],"spldoublylinkedlist.unshift":["SplDoublyLinkedList::unshift","Prepends the doubly linked list with an element","refentry"],"spldoublylinkedlist.valid":["SplDoublyLinkedList::valid","Check whether the doubly linked list contains more nodes","refentry"],"class.spldoublylinkedlist":["SplDoublyLinkedList","The SplDoublyLinkedList class","phpdoc:classref"],"splstack.construct":["SplStack::__construct","Constructs a new stack implemented using a doubly linked list","refentry"],"splstack.setiteratormode":["SplStack::setIteratorMode","Sets the mode of iteration","refentry"],"class.splstack":["SplStack","The SplStack class","phpdoc:classref"],"splqueue.construct":["SplQueue::__construct","Constructs a new queue implemented using a doubly linked list","refentry"],"splqueue.dequeue":["SplQueue::dequeue","Dequeues a node from the queue","refentry"],"splqueue.enqueue":["SplQueue::enqueue","Adds an element to the queue.","refentry"],"splqueue.setiteratormode":["SplQueue::setIteratorMode","Sets the mode of iteration","refentry"],"class.splqueue":["SplQueue","The SplQueue class","phpdoc:classref"],"splheap.compare":["SplHeap::compare","Compare elements in order to place them correctly in the heap while sifting up.","refentry"],"splheap.construct":["SplHeap::__construct","Constructs a new empty heap","refentry"],"splheap.count":["SplHeap::count","Counts the number of elements in the heap.","refentry"],"splheap.current":["SplHeap::current","Return current node pointed by the iterator","refentry"],"splheap.extract":["SplHeap::extract","Extracts a node from top of the heap and sift up.","refentry"],"splheap.insert":["SplHeap::insert","Inserts an element in the heap by sifting it up.","refentry"],"splheap.isempty":["SplHeap::isEmpty","Checks whether the heap is empty.","refentry"],"splheap.key":["SplHeap::key","Return current node index","refentry"],"splheap.next":["SplHeap::next","Move to the next node","refentry"],"splheap.recoverfromcorruption":["SplHeap::recoverFromCorruption","Recover from the corrupted state and allow further actions on the heap.","refentry"],"splheap.rewind":["SplHeap::rewind","Rewind iterator back to the start (no-op)","refentry"],"splheap.top":["SplHeap::top","Peeks at the node from the top of the heap","refentry"],"splheap.valid":["SplHeap::valid","Check whether the heap contains more nodes","refentry"],"class.splheap":["SplHeap","The SplHeap class","phpdoc:classref"],"splmaxheap.compare":["SplMaxHeap::compare","Compare elements in order to place them correctly in the heap while sifting up.","refentry"],"class.splmaxheap":["SplMaxHeap","The SplMaxHeap class","phpdoc:classref"],"splminheap.compare":["SplMinHeap::compare","Compare elements in order to place them correctly in the heap while sifting up.","refentry"],"class.splminheap":["SplMinHeap","The SplMinHeap class","phpdoc:classref"],"splpriorityqueue.compare":["SplPriorityQueue::compare","Compare priorities in order to place elements correctly in the heap while sifting up.","refentry"],"splpriorityqueue.construct":["SplPriorityQueue::__construct","Constructs a new empty queue","refentry"],"splpriorityqueue.count":["SplPriorityQueue::count","Counts the number of elements in the queue.","refentry"],"splpriorityqueue.current":["SplPriorityQueue::current","Return current node pointed by the iterator","refentry"],"splpriorityqueue.extract":["SplPriorityQueue::extract","Extracts a node from top of the heap and sift up.","refentry"],"splpriorityqueue.insert":["SplPriorityQueue::insert","Inserts an element in the queue by sifting it up.","refentry"],"splpriorityqueue.isempty":["SplPriorityQueue::isEmpty","Checks whether the queue is empty.","refentry"],"splpriorityqueue.key":["SplPriorityQueue::key","Return current node index","refentry"],"splpriorityqueue.next":["SplPriorityQueue::next","Move to the next node","refentry"],"splpriorityqueue.recoverfromcorruption":["SplPriorityQueue::recoverFromCorruption","Recover from the corrupted state and allow further actions on the queue.","refentry"],"splpriorityqueue.rewind":["SplPriorityQueue::rewind","Rewind iterator back to the start (no-op)","refentry"],"splpriorityqueue.setextractflags":["SplPriorityQueue::setExtractFlags","Sets the mode of extraction","refentry"],"splpriorityqueue.top":["SplPriorityQueue::top","Peeks at the node from the top of the queue","refentry"],"splpriorityqueue.valid":["SplPriorityQueue::valid","Check whether the queue contains more nodes","refentry"],"class.splpriorityqueue":["SplPriorityQueue","The SplPriorityQueue class","phpdoc:classref"],"splfixedarray.construct":["SplFixedArray::__construct","Constructs a new fixed array","refentry"],"splfixedarray.count":["SplFixedArray::count","Returns the size of the array","refentry"],"splfixedarray.current":["SplFixedArray::current","Return current array entry","refentry"],"splfixedarray.fromarray":["SplFixedArray::fromArray","Import a PHP array in a SplFixedArray instance","refentry"],"splfixedarray.getsize":["SplFixedArray::getSize","Gets the size of the array","refentry"],"splfixedarray.key":["SplFixedArray::key","Return current array index","refentry"],"splfixedarray.next":["SplFixedArray::next","Move to next entry","refentry"],"splfixedarray.offsetexists":["SplFixedArray::offsetExists","Returns whether the requested index exists","refentry"],"splfixedarray.offsetget":["SplFixedArray::offsetGet","Returns the value at the specified index","refentry"],"splfixedarray.offsetset":["SplFixedArray::offsetSet","Sets a new value at a specified index","refentry"],"splfixedarray.offsetunset":["SplFixedArray::offsetUnset","Unsets the value at the specified $index","refentry"],"splfixedarray.rewind":["SplFixedArray::rewind","Rewind iterator back to the start","refentry"],"splfixedarray.setsize":["SplFixedArray::setSize","Change the size of an array","refentry"],"splfixedarray.toarray":["SplFixedArray::toArray","Returns a PHP array from the fixed array","refentry"],"splfixedarray.valid":["SplFixedArray::valid","Check whether the array contains more elements","refentry"],"splfixedarray.wakeup":["SplFixedArray::__wakeup","Reinitialises the array after being unserialised","refentry"],"class.splfixedarray":["SplFixedArray","The SplFixedArray class","phpdoc:classref"],"splobjectstorage.addall":["SplObjectStorage::addAll","Adds all objects from another storage","refentry"],"splobjectstorage.attach":["SplObjectStorage::attach","Adds an object in the storage","refentry"],"splobjectstorage.contains":["SplObjectStorage::contains","Checks if the storage contains a specific object","refentry"],"splobjectstorage.count":["SplObjectStorage::count","Returns the number of objects in the storage","refentry"],"splobjectstorage.current":["SplObjectStorage::current","Returns the current storage entry","refentry"],"splobjectstorage.detach":["SplObjectStorage::detach","Removes an object from the storage","refentry"],"splobjectstorage.gethash":["SplObjectStorage::getHash","Calculate a unique identifier for the contained objects","refentry"],"splobjectstorage.getinfo":["SplObjectStorage::getInfo","Returns the data associated with the current iterator entry","refentry"],"splobjectstorage.key":["SplObjectStorage::key","Returns the index at which the iterator currently is","refentry"],"splobjectstorage.next":["SplObjectStorage::next","Move to the next entry","refentry"],"splobjectstorage.offsetexists":["SplObjectStorage::offsetExists","Checks whether an object exists in the storage","refentry"],"splobjectstorage.offsetget":["SplObjectStorage::offsetGet","Returns the data associated with an object","refentry"],"splobjectstorage.offsetset":["SplObjectStorage::offsetSet","Associates data to an object in the storage","refentry"],"splobjectstorage.offsetunset":["SplObjectStorage::offsetUnset","Removes an object from the storage","refentry"],"splobjectstorage.removeall":["SplObjectStorage::removeAll","Removes objects contained in another storage from the current storage","refentry"],"splobjectstorage.removeallexcept":["SplObjectStorage::removeAllExcept","Removes all objects except for those contained in another storage from the current storage","refentry"],"splobjectstorage.rewind":["SplObjectStorage::rewind","Rewind the iterator to the first storage element","refentry"],"splobjectstorage.serialize":["SplObjectStorage::serialize","Serializes the storage","refentry"],"splobjectstorage.setinfo":["SplObjectStorage::setInfo","Sets the data associated with the current iterator entry","refentry"],"splobjectstorage.unserialize":["SplObjectStorage::unserialize","Unserializes a storage from its string representation","refentry"],"splobjectstorage.valid":["SplObjectStorage::valid","Returns if the current iterator entry is valid","refentry"],"class.splobjectstorage":["SplObjectStorage","The SplObjectStorage class","phpdoc:classref"],"appenditerator.append":["AppendIterator::append","Appends an iterator","refentry"],"appenditerator.construct":["AppendIterator::__construct","Constructs an AppendIterator","refentry"],"appenditerator.current":["AppendIterator::current","Gets the current value","refentry"],"appenditerator.getarrayiterator":["AppendIterator::getArrayIterator","Gets the ArrayIterator","refentry"],"appenditerator.getinneriterator":["AppendIterator::getInnerIterator","Gets the inner iterator","refentry"],"appenditerator.getiteratorindex":["AppendIterator::getIteratorIndex","Gets an index of iterators","refentry"],"appenditerator.key":["AppendIterator::key","Gets the current key","refentry"],"appenditerator.next":["AppendIterator::next","Moves to the next element","refentry"],"appenditerator.rewind":["AppendIterator::rewind","Rewinds the Iterator","refentry"],"appenditerator.valid":["AppendIterator::valid","Checks validity of the current element","refentry"],"class.appenditerator":["AppendIterator","The AppendIterator class","phpdoc:classref"],"arrayiterator.append":["ArrayIterator::append","Append an element","refentry"],"arrayiterator.asort":["ArrayIterator::asort","Sort array by values","refentry"],"arrayiterator.construct":["ArrayIterator::__construct","Construct an ArrayIterator","refentry"],"arrayiterator.count":["ArrayIterator::count","Count elements","refentry"],"arrayiterator.current":["ArrayIterator::current","Return current array entry","refentry"],"arrayiterator.getarraycopy":["ArrayIterator::getArrayCopy","Get array copy","refentry"],"arrayiterator.getflags":["ArrayIterator::getFlags","Get flags","refentry"],"arrayiterator.key":["ArrayIterator::key","Return current array key","refentry"],"arrayiterator.ksort":["ArrayIterator::ksort","Sort array by keys","refentry"],"arrayiterator.natcasesort":["ArrayIterator::natcasesort","Sort an array naturally, case insensitive","refentry"],"arrayiterator.natsort":["ArrayIterator::natsort","Sort an array naturally","refentry"],"arrayiterator.next":["ArrayIterator::next","Move to next entry","refentry"],"arrayiterator.offsetexists":["ArrayIterator::offsetExists","Check if offset exists","refentry"],"arrayiterator.offsetget":["ArrayIterator::offsetGet","Get value for an offset","refentry"],"arrayiterator.offsetset":["ArrayIterator::offsetSet","Set value for an offset","refentry"],"arrayiterator.offsetunset":["ArrayIterator::offsetUnset","Unset value for an offset","refentry"],"arrayiterator.rewind":["ArrayIterator::rewind","Rewind array back to the start","refentry"],"arrayiterator.seek":["ArrayIterator::seek","Seek to position","refentry"],"arrayiterator.serialize":["ArrayIterator::serialize","Serialize","refentry"],"arrayiterator.setflags":["ArrayIterator::setFlags","Set behaviour flags","refentry"],"arrayiterator.uasort":["ArrayIterator::uasort","User defined sort","refentry"],"arrayiterator.uksort":["ArrayIterator::uksort","User defined sort","refentry"],"arrayiterator.unserialize":["ArrayIterator::unserialize","Unserialize","refentry"],"arrayiterator.valid":["ArrayIterator::valid","Check whether array contains more entries","refentry"],"class.arrayiterator":["ArrayIterator","The ArrayIterator class","phpdoc:classref"],"cachingiterator.construct":["CachingIterator::__construct","Construct a new CachingIterator object for the iterator.","refentry"],"cachingiterator.count":["CachingIterator::count","The number of elements in the iterator","refentry"],"cachingiterator.current":["CachingIterator::current","Return the current element","refentry"],"cachingiterator.getcache":["CachingIterator::getCache","The getCache purpose","refentry"],"cachingiterator.getflags":["CachingIterator::getFlags","Get flags used","refentry"],"cachingiterator.getinneriterator":["CachingIterator::getInnerIterator","Returns the inner iterator","refentry"],"cachingiterator.hasnext":["CachingIterator::hasNext","Check whether the inner iterator has a valid next element","refentry"],"cachingiterator.key":["CachingIterator::key","Return the key for the current element","refentry"],"cachingiterator.next":["CachingIterator::next","Move the iterator forward","refentry"],"cachingiterator.offsetexists":["CachingIterator::offsetExists","The offsetExists purpose","refentry"],"cachingiterator.offsetget":["CachingIterator::offsetGet","The offsetGet purpose","refentry"],"cachingiterator.offsetset":["CachingIterator::offsetSet","The offsetSet purpose","refentry"],"cachingiterator.offsetunset":["CachingIterator::offsetUnset","The offsetUnset purpose","refentry"],"cachingiterator.rewind":["CachingIterator::rewind","Rewind the iterator","refentry"],"cachingiterator.setflags":["CachingIterator::setFlags","The setFlags purpose","refentry"],"cachingiterator.tostring":["CachingIterator::__toString","Return the string representation of the current element","refentry"],"cachingiterator.valid":["CachingIterator::valid","Check whether the current element is valid","refentry"],"class.cachingiterator":["CachingIterator","The CachingIterator class","phpdoc:classref"],"callbackfilteriterator.accept":["CallbackFilterIterator::accept","Calls the callback with the current value, the current key and the inner iterator as arguments","refentry"],"callbackfilteriterator.construct":["CallbackFilterIterator::__construct","Create a filtered iterator from another iterator","refentry"],"class.callbackfilteriterator":["CallbackFilterIterator","The CallbackFilterIterator class","phpdoc:classref"],"directoryiterator.construct":["DirectoryIterator::__construct","Constructs a new directory iterator from a path","refentry"],"directoryiterator.current":["DirectoryIterator::current","Return the current DirectoryIterator item.","refentry"],"directoryiterator.getatime":["DirectoryIterator::getATime","Get last access time of the current DirectoryIterator item","refentry"],"directoryiterator.getbasename":["DirectoryIterator::getBasename","Get base name of current DirectoryIterator item.","refentry"],"directoryiterator.getctime":["DirectoryIterator::getCTime","Get inode change time of the current DirectoryIterator item","refentry"],"directoryiterator.getextension":["DirectoryIterator::getExtension","Gets the file extension","refentry"],"directoryiterator.getfilename":["DirectoryIterator::getFilename","Return file name of current DirectoryIterator item.","refentry"],"directoryiterator.getgroup":["DirectoryIterator::getGroup","Get group for the current DirectoryIterator item","refentry"],"directoryiterator.getinode":["DirectoryIterator::getInode","Get inode for the current DirectoryIterator item","refentry"],"directoryiterator.getmtime":["DirectoryIterator::getMTime","Get last modification time of current DirectoryIterator item","refentry"],"directoryiterator.getowner":["DirectoryIterator::getOwner","Get owner of current DirectoryIterator item","refentry"],"directoryiterator.getpath":["DirectoryIterator::getPath","Get path of current Iterator item without filename","refentry"],"directoryiterator.getpathname":["DirectoryIterator::getPathname","Return path and file name of current DirectoryIterator item","refentry"],"directoryiterator.getperms":["DirectoryIterator::getPerms","Get the permissions of current DirectoryIterator item","refentry"],"directoryiterator.getsize":["DirectoryIterator::getSize","Get size of current DirectoryIterator item","refentry"],"directoryiterator.gettype":["DirectoryIterator::getType","Determine the type of the current DirectoryIterator item","refentry"],"directoryiterator.isdir":["DirectoryIterator::isDir","Determine if current DirectoryIterator item is a directory","refentry"],"directoryiterator.isdot":["DirectoryIterator::isDot","Determine if current DirectoryIterator item is '.' or '..'","refentry"],"directoryiterator.isexecutable":["DirectoryIterator::isExecutable","Determine if current DirectoryIterator item is executable","refentry"],"directoryiterator.isfile":["DirectoryIterator::isFile","Determine if current DirectoryIterator item is a regular file","refentry"],"directoryiterator.islink":["DirectoryIterator::isLink","Determine if current DirectoryIterator item is a symbolic link","refentry"],"directoryiterator.isreadable":["DirectoryIterator::isReadable","Determine if current DirectoryIterator item can be read","refentry"],"directoryiterator.iswritable":["DirectoryIterator::isWritable","Determine if current DirectoryIterator item can be written to","refentry"],"directoryiterator.key":["DirectoryIterator::key","Return the key for the current DirectoryIterator item","refentry"],"directoryiterator.next":["DirectoryIterator::next","Move forward to next DirectoryIterator item","refentry"],"directoryiterator.rewind":["DirectoryIterator::rewind","Rewind the DirectoryIterator back to the start","refentry"],"directoryiterator.seek":["DirectoryIterator::seek","Seek to a DirectoryIterator item","refentry"],"directoryiterator.tostring":["DirectoryIterator::__toString","Get file name as a string","refentry"],"directoryiterator.valid":["DirectoryIterator::valid","Check whether current DirectoryIterator position is a valid file","refentry"],"class.directoryiterator":["DirectoryIterator","The DirectoryIterator class","phpdoc:classref"],"emptyiterator.current":["EmptyIterator::current","The current() method","refentry"],"emptyiterator.key":["EmptyIterator::key","The key() method","refentry"],"emptyiterator.next":["EmptyIterator::next","The next() method","refentry"],"emptyiterator.rewind":["EmptyIterator::rewind","The rewind() method","refentry"],"emptyiterator.valid":["EmptyIterator::valid","The valid() method","refentry"],"class.emptyiterator":["EmptyIterator","The EmptyIterator class","phpdoc:classref"],"filesystemiterator.construct":["FilesystemIterator::__construct","Constructs a new filesystem iterator","refentry"],"filesystemiterator.current":["FilesystemIterator::current","The current file","refentry"],"filesystemiterator.getflags":["FilesystemIterator::getFlags","Get the handling flags","refentry"],"filesystemiterator.key":["FilesystemIterator::key","Retrieve the key for the current file","refentry"],"filesystemiterator.next":["FilesystemIterator::next","Move to the next file","refentry"],"filesystemiterator.rewind":["FilesystemIterator::rewind","Rewinds back to the beginning","refentry"],"filesystemiterator.setflags":["FilesystemIterator::setFlags","Sets handling flags","refentry"],"class.filesystemiterator":["FilesystemIterator","The FilesystemIterator class","phpdoc:classref"],"filteriterator.accept":["FilterIterator::accept","Check whether the current element of the iterator is acceptable","refentry"],"filteriterator.construct":["FilterIterator::__construct","Construct a filterIterator","refentry"],"filteriterator.current":["FilterIterator::current","Get the current element value","refentry"],"filteriterator.getinneriterator":["FilterIterator::getInnerIterator","Get the inner iterator","refentry"],"filteriterator.key":["FilterIterator::key","Get the current key","refentry"],"filteriterator.next":["FilterIterator::next","Move the iterator forward","refentry"],"filteriterator.rewind":["FilterIterator::rewind","Rewind the iterator","refentry"],"filteriterator.valid":["FilterIterator::valid","Check whether the current element is valid","refentry"],"class.filteriterator":["FilterIterator","The FilterIterator class","phpdoc:classref"],"globiterator.construct":["GlobIterator::__construct","Construct a directory using glob","refentry"],"globiterator.count":["GlobIterator::count","Get the number of directories and files","refentry"],"class.globiterator":["GlobIterator","The GlobIterator class","phpdoc:classref"],"infiniteiterator.construct":["InfiniteIterator::__construct","Constructs an InfiniteIterator","refentry"],"infiniteiterator.next":["InfiniteIterator::next","Moves the inner Iterator forward or rewinds it","refentry"],"class.infiniteiterator":["InfiniteIterator","The InfiniteIterator class","phpdoc:classref"],"iteratoriterator.construct":["IteratorIterator::__construct","Create an iterator from anything that is traversable","refentry"],"iteratoriterator.current":["IteratorIterator::current","Get the current value","refentry"],"iteratoriterator.getinneriterator":["IteratorIterator::getInnerIterator","Get the inner iterator","refentry"],"iteratoriterator.key":["IteratorIterator::key","Get the key of the current element","refentry"],"iteratoriterator.next":["IteratorIterator::next","Forward to the next element","refentry"],"iteratoriterator.rewind":["IteratorIterator::rewind","Rewind to the first element","refentry"],"iteratoriterator.valid":["IteratorIterator::valid","Checks if the iterator is valid","refentry"],"class.iteratoriterator":["IteratorIterator","The IteratorIterator class","phpdoc:classref"],"limititerator.construct":["LimitIterator::__construct","Construct a LimitIterator","refentry"],"limititerator.current":["LimitIterator::current","Get current element","refentry"],"limititerator.getinneriterator":["LimitIterator::getInnerIterator","Get inner iterator","refentry"],"limititerator.getposition":["LimitIterator::getPosition","Return the current position","refentry"],"limititerator.key":["LimitIterator::key","Get current key","refentry"],"limititerator.next":["LimitIterator::next","Move the iterator forward","refentry"],"limititerator.rewind":["LimitIterator::rewind","Rewind the iterator to the specified starting offset","refentry"],"limititerator.seek":["LimitIterator::seek","Seek to the given position","refentry"],"limititerator.valid":["LimitIterator::valid","Check whether the current element is valid","refentry"],"class.limititerator":["LimitIterator","The LimitIterator class","phpdoc:classref"],"multipleiterator.attachiterator":["MultipleIterator::attachIterator","Attaches iterator information","refentry"],"multipleiterator.construct":["MultipleIterator::__construct","Constructs a new MultipleIterator","refentry"],"multipleiterator.containsiterator":["MultipleIterator::containsIterator","Checks if an iterator is attached","refentry"],"multipleiterator.countiterators":["MultipleIterator::countIterators","Gets the number of attached iterator instances","refentry"],"multipleiterator.current":["MultipleIterator::current","Gets the registered iterator instances","refentry"],"multipleiterator.detachiterator":["MultipleIterator::detachIterator","Detaches an iterator","refentry"],"multipleiterator.getflags":["MultipleIterator::getFlags","Gets the flag information","refentry"],"multipleiterator.key":["MultipleIterator::key","Gets the registered iterator instances","refentry"],"multipleiterator.next":["MultipleIterator::next","Moves all attached iterator instances forward","refentry"],"multipleiterator.rewind":["MultipleIterator::rewind","Rewinds all attached iterator instances","refentry"],"multipleiterator.setflags":["MultipleIterator::setFlags","Sets flags","refentry"],"multipleiterator.valid":["MultipleIterator::valid","Checks the validity of sub iterators","refentry"],"class.multipleiterator":["MultipleIterator","The MultipleIterator class","phpdoc:classref"],"norewinditerator.construct":["NoRewindIterator::__construct","Construct a NoRewindIterator","refentry"],"norewinditerator.current":["NoRewindIterator::current","Get the current value","refentry"],"norewinditerator.getinneriterator":["NoRewindIterator::getInnerIterator","Get the inner iterator","refentry"],"norewinditerator.key":["NoRewindIterator::key","Get the current key","refentry"],"norewinditerator.next":["NoRewindIterator::next","Forward to the next element","refentry"],"norewinditerator.rewind":["NoRewindIterator::rewind","Prevents the rewind operation on the inner iterator.","refentry"],"norewinditerator.valid":["NoRewindIterator::valid","Validates the iterator","refentry"],"class.norewinditerator":["NoRewindIterator","The NoRewindIterator class","phpdoc:classref"],"parentiterator.accept":["ParentIterator::accept","Determines acceptability","refentry"],"parentiterator.construct":["ParentIterator::__construct","Constructs a ParentIterator","refentry"],"parentiterator.getchildren":["ParentIterator::getChildren","Return the inner iterator's children contained in a ParentIterator","refentry"],"parentiterator.haschildren":["ParentIterator::hasChildren","Check whether the inner iterator's current element has children","refentry"],"parentiterator.next":["ParentIterator::next","Move the iterator forward","refentry"],"parentiterator.rewind":["ParentIterator::rewind","Rewind the iterator","refentry"],"class.parentiterator":["ParentIterator","The ParentIterator class","phpdoc:classref"],"recursivearrayiterator.getchildren":["RecursiveArrayIterator::getChildren","Returns an iterator for the current entry if it is an array or an object.","refentry"],"recursivearrayiterator.haschildren":["RecursiveArrayIterator::hasChildren","Returns whether current entry is an array or an object.","refentry"],"class.recursivearrayiterator":["RecursiveArrayIterator","The RecursiveArrayIterator class","phpdoc:classref"],"recursivecachingiterator.construct":["RecursiveCachingIterator::__construct","Construct","refentry"],"recursivecachingiterator.getchildren":["RecursiveCachingIterator::getChildren","Return the inner iterator's children as a RecursiveCachingIterator","refentry"],"recursivecachingiterator.haschildren":["RecursiveCachingIterator::hasChildren","Check whether the current element of the inner iterator has children","refentry"],"class.recursivecachingiterator":["RecursiveCachingIterator","The RecursiveCachingIterator class","phpdoc:classref"],"recursivecallbackfilteriterator.construct":["RecursiveCallbackFilterIterator::__construct","Create a RecursiveCallbackFilterIterator from a RecursiveIterator","refentry"],"recursivecallbackfilteriterator.getchildren":["RecursiveCallbackFilterIterator::getChildren","Return the inner iterator's children contained in a RecursiveCallbackFilterIterator","refentry"],"recursivecallbackfilteriterator.haschildren":["RecursiveCallbackFilterIterator::hasChildren","Check whether the inner iterator's current element has children","refentry"],"class.recursivecallbackfilteriterator":["RecursiveCallbackFilterIterator","The RecursiveCallbackFilterIterator class","phpdoc:classref"],"recursivedirectoryiterator.construct":["RecursiveDirectoryIterator::__construct","Constructs a RecursiveDirectoryIterator","refentry"],"recursivedirectoryiterator.getchildren":["RecursiveDirectoryIterator::getChildren","Returns an iterator for the current entry if it is a directory","refentry"],"recursivedirectoryiterator.getsubpath":["RecursiveDirectoryIterator::getSubPath","Get sub path","refentry"],"recursivedirectoryiterator.getsubpathname":["RecursiveDirectoryIterator::getSubPathname","Get sub path and name","refentry"],"recursivedirectoryiterator.haschildren":["RecursiveDirectoryIterator::hasChildren","Returns whether current entry is a directory and not '.' or '..'","refentry"],"recursivedirectoryiterator.key":["RecursiveDirectoryIterator::key","Return path and filename of current dir entry","refentry"],"recursivedirectoryiterator.next":["RecursiveDirectoryIterator::next","Move to next entry","refentry"],"recursivedirectoryiterator.rewind":["RecursiveDirectoryIterator::rewind","Rewind dir back to the start","refentry"],"class.recursivedirectoryiterator":["RecursiveDirectoryIterator","The RecursiveDirectoryIterator class","phpdoc:classref"],"recursivefilteriterator.construct":["RecursiveFilterIterator::__construct","Create a RecursiveFilterIterator from a RecursiveIterator","refentry"],"recursivefilteriterator.getchildren":["RecursiveFilterIterator::getChildren","Return the inner iterator's children contained in a RecursiveFilterIterator","refentry"],"recursivefilteriterator.haschildren":["RecursiveFilterIterator::hasChildren","Check whether the inner iterator's current element has children","refentry"],"class.recursivefilteriterator":["RecursiveFilterIterator","The RecursiveFilterIterator class","phpdoc:classref"],"recursiveiteratoriterator.beginchildren":["RecursiveIteratorIterator::beginChildren","Begin children","refentry"],"recursiveiteratoriterator.beginiteration":["RecursiveIteratorIterator::beginIteration","Begin Iteration","refentry"],"recursiveiteratoriterator.callgetchildren":["RecursiveIteratorIterator::callGetChildren","Get children","refentry"],"recursiveiteratoriterator.callhaschildren":["RecursiveIteratorIterator::callHasChildren","Has children","refentry"],"recursiveiteratoriterator.construct":["RecursiveIteratorIterator::__construct","Construct a RecursiveIteratorIterator","refentry"],"recursiveiteratoriterator.current":["RecursiveIteratorIterator::current","Access the current element value","refentry"],"recursiveiteratoriterator.endchildren":["RecursiveIteratorIterator::endChildren","End children","refentry"],"recursiveiteratoriterator.enditeration":["RecursiveIteratorIterator::endIteration","End Iteration","refentry"],"recursiveiteratoriterator.getdepth":["RecursiveIteratorIterator::getDepth","Get the current depth of the recursive iteration","refentry"],"recursiveiteratoriterator.getinneriterator":["RecursiveIteratorIterator::getInnerIterator","Get inner iterator","refentry"],"recursiveiteratoriterator.getmaxdepth":["RecursiveIteratorIterator::getMaxDepth","Get max depth","refentry"],"recursiveiteratoriterator.getsubiterator":["RecursiveIteratorIterator::getSubIterator","The current active sub iterator","refentry"],"recursiveiteratoriterator.key":["RecursiveIteratorIterator::key","Access the current key","refentry"],"recursiveiteratoriterator.next":["RecursiveIteratorIterator::next","Move forward to the next element","refentry"],"recursiveiteratoriterator.nextelement":["RecursiveIteratorIterator::nextElement","Next element","refentry"],"recursiveiteratoriterator.rewind":["RecursiveIteratorIterator::rewind","Rewind the iterator to the first element of the top level inner iterator","refentry"],"recursiveiteratoriterator.setmaxdepth":["RecursiveIteratorIterator::setMaxDepth","Set max depth","refentry"],"recursiveiteratoriterator.valid":["RecursiveIteratorIterator::valid","Check whether the current position is valid","refentry"],"class.recursiveiteratoriterator":["RecursiveIteratorIterator","The RecursiveIteratorIterator class","phpdoc:classref"],"recursiveregexiterator.construct":["RecursiveRegexIterator::__construct","Creates a new RecursiveRegexIterator.","refentry"],"recursiveregexiterator.getchildren":["RecursiveRegexIterator::getChildren","Returns an iterator for the current entry.","refentry"],"recursiveregexiterator.haschildren":["RecursiveRegexIterator::hasChildren","Returns whether an iterator can be obtained for the current entry.","refentry"],"class.recursiveregexiterator":["RecursiveRegexIterator","The RecursiveRegexIterator class","phpdoc:classref"],"recursivetreeiterator.beginchildren":["RecursiveTreeIterator::beginChildren","Begin children","refentry"],"recursivetreeiterator.beginiteration":["RecursiveTreeIterator::beginIteration","Begin iteration","refentry"],"recursivetreeiterator.callgetchildren":["RecursiveTreeIterator::callGetChildren","Get children","refentry"],"recursivetreeiterator.callhaschildren":["RecursiveTreeIterator::callHasChildren","Has children","refentry"],"recursivetreeiterator.construct":["RecursiveTreeIterator::__construct","Construct a RecursiveTreeIterator","refentry"],"recursivetreeiterator.current":["RecursiveTreeIterator::current","Get current element","refentry"],"recursivetreeiterator.endchildren":["RecursiveTreeIterator::endChildren","End children","refentry"],"recursivetreeiterator.enditeration":["RecursiveTreeIterator::endIteration","End iteration","refentry"],"recursivetreeiterator.getentry":["RecursiveTreeIterator::getEntry","Get current entry","refentry"],"recursivetreeiterator.getpostfix":["RecursiveTreeIterator::getPostfix","Get the postfix","refentry"],"recursivetreeiterator.getprefix":["RecursiveTreeIterator::getPrefix","Get the prefix","refentry"],"recursivetreeiterator.key":["RecursiveTreeIterator::key","Get the key of the current element","refentry"],"recursivetreeiterator.next":["RecursiveTreeIterator::next","Move to next element","refentry"],"recursivetreeiterator.nextelement":["RecursiveTreeIterator::nextElement","Next element","refentry"],"recursivetreeiterator.rewind":["RecursiveTreeIterator::rewind","Rewind iterator","refentry"],"recursivetreeiterator.setprefixpart":["RecursiveTreeIterator::setPrefixPart","Set a part of the prefix","refentry"],"recursivetreeiterator.valid":["RecursiveTreeIterator::valid","Check validity","refentry"],"class.recursivetreeiterator":["RecursiveTreeIterator","The RecursiveTreeIterator class","phpdoc:classref"],"regexiterator.accept":["RegexIterator::accept","Get accept status","refentry"],"regexiterator.construct":["RegexIterator::__construct","Create a new RegexIterator","refentry"],"regexiterator.getflags":["RegexIterator::getFlags","Get flags","refentry"],"regexiterator.getmode":["RegexIterator::getMode","Returns operation mode.","refentry"],"regexiterator.getpregflags":["RegexIterator::getPregFlags","Returns the regular expression flags.","refentry"],"regexiterator.getregex":["RegexIterator::getRegex","Returns current regular expression","refentry"],"regexiterator.setflags":["RegexIterator::setFlags","Sets the flags.","refentry"],"regexiterator.setmode":["RegexIterator::setMode","Sets the operation mode.","refentry"],"regexiterator.setpregflags":["RegexIterator::setPregFlags","Sets the regular expression flags.","refentry"],"class.regexiterator":["RegexIterator","The RegexIterator class","phpdoc:classref"],"countable.count":["Countable::count","Count elements of an object","refentry"],"class.countable":["Countable","The Countable interface","phpdoc:classref"],"outeriterator.getinneriterator":["OuterIterator::getInnerIterator","Returns the inner iterator for the current entry.","refentry"],"class.outeriterator":["OuterIterator","The OuterIterator interface","phpdoc:classref"],"recursiveiterator.getchildren":["RecursiveIterator::getChildren","Returns an iterator for the current entry.","refentry"],"recursiveiterator.haschildren":["RecursiveIterator::hasChildren","Returns if an iterator can be created fot the current entry.","refentry"],"class.recursiveiterator":["RecursiveIterator","The RecursiveIterator interface","phpdoc:classref"],"seekableiterator.seek":["SeekableIterator::seek","Seeks to a position","refentry"],"class.seekableiterator":["SeekableIterator","The SeekableIterator interface","phpdoc:classref"],"class.badfunctioncallexception":["BadFunctionCallException","The BadFunctionCallException class","phpdoc:exceptionref"],"class.badmethodcallexception":["BadMethodCallException","The BadMethodCallException class","phpdoc:exceptionref"],"class.domainexception":["DomainException","The DomainException class","phpdoc:exceptionref"],"class.invalidargumentexception":["InvalidArgumentException","The InvalidArgumentException class","phpdoc:exceptionref"],"class.lengthexception":["LengthException","The LengthException class","phpdoc:exceptionref"],"class.logicexception":["LogicException","The LogicException class","phpdoc:exceptionref"],"class.outofboundsexception":["OutOfBoundsException","The OutOfBoundsException class","phpdoc:exceptionref"],"class.outofrangeexception":["OutOfRangeException","The OutOfRangeException class","phpdoc:exceptionref"],"class.overflowexception":["OverflowException","The OverflowException class","phpdoc:exceptionref"],"class.rangeexception":["RangeException","The RangeException class","phpdoc:exceptionref"],"class.runtimeexception":["RuntimeException","The RuntimeException class","phpdoc:exceptionref"],"class.underflowexception":["UnderflowException","The UnderflowException class","phpdoc:exceptionref"],"class.unexpectedvalueexception":["UnexpectedValueException","The UnexpectedValueException class","phpdoc:exceptionref"],"function.class-implements":["class_implements","Return the interfaces which are implemented by the given class","refentry"],"function.class-parents":["class_parents","Return the parent classes of the given class","refentry"],"function.class-uses":["class_uses","Return the traits used by the given class","refentry"],"function.iterator-apply":["iterator_apply","Call a function for every element in an iterator","refentry"],"function.iterator-count":["iterator_count","Count the elements in an iterator","refentry"],"function.iterator-to-array":["iterator_to_array","Copy the iterator into an array","refentry"],"function.spl-autoload-call":["spl_autoload_call","Try all registered __autoload() function to load the requested class","refentry"],"function.spl-autoload-extensions":["spl_autoload_extensions","Register and return default file extensions for spl_autoload","refentry"],"function.spl-autoload-functions":["spl_autoload_functions","Return all registered __autoload() functions","refentry"],"function.spl-autoload-register":["spl_autoload_register","Register given function as __autoload() implementation","refentry"],"function.spl-autoload-unregister":["spl_autoload_unregister","Unregister given function as __autoload() implementation","refentry"],"function.spl-autoload":["spl_autoload","Default implementation for __autoload()","refentry"],"function.spl-classes":["spl_classes","Return available SPL classes","refentry"],"function.spl-object-hash":["spl_object_hash","Return hash id for given object","refentry"],"splfileinfo.construct":["SplFileInfo::__construct","Construct a new SplFileInfo object","refentry"],"splfileinfo.getatime":["SplFileInfo::getATime","Gets last access time of the file","refentry"],"splfileinfo.getbasename":["SplFileInfo::getBasename","Gets the base name of the file","refentry"],"splfileinfo.getctime":["SplFileInfo::getCTime","Gets the inode change time","refentry"],"splfileinfo.getextension":["SplFileInfo::getExtension","Gets the file extension","refentry"],"splfileinfo.getfileinfo":["SplFileInfo::getFileInfo","Gets an SplFileInfo object for the file","refentry"],"splfileinfo.getfilename":["SplFileInfo::getFilename","Gets the filename","refentry"],"splfileinfo.getgroup":["SplFileInfo::getGroup","Gets the file group","refentry"],"splfileinfo.getinode":["SplFileInfo::getInode","Gets the inode for the file","refentry"],"splfileinfo.getlinktarget":["SplFileInfo::getLinkTarget","Gets the target of a link","refentry"],"splfileinfo.getmtime":["SplFileInfo::getMTime","Gets the last modified time","refentry"],"splfileinfo.getowner":["SplFileInfo::getOwner","Gets the owner of the file","refentry"],"splfileinfo.getpath":["SplFileInfo::getPath","Gets the path without filename","refentry"],"splfileinfo.getpathinfo":["SplFileInfo::getPathInfo","Gets an SplFileInfo object for the path","refentry"],"splfileinfo.getpathname":["SplFileInfo::getPathname","Gets the path to the file","refentry"],"splfileinfo.getperms":["SplFileInfo::getPerms","Gets file permissions","refentry"],"splfileinfo.getrealpath":["SplFileInfo::getRealPath","Gets absolute path to file","refentry"],"splfileinfo.getsize":["SplFileInfo::getSize","Gets file size","refentry"],"splfileinfo.gettype":["SplFileInfo::getType","Gets file type","refentry"],"splfileinfo.isdir":["SplFileInfo::isDir","Tells if the file is a directory","refentry"],"splfileinfo.isexecutable":["SplFileInfo::isExecutable","Tells if the file is executable","refentry"],"splfileinfo.isfile":["SplFileInfo::isFile","Tells if the object references a regular file","refentry"],"splfileinfo.islink":["SplFileInfo::isLink","Tells if the file is a link","refentry"],"splfileinfo.isreadable":["SplFileInfo::isReadable","Tells if file is readable","refentry"],"splfileinfo.iswritable":["SplFileInfo::isWritable","Tells if the entry is writable","refentry"],"splfileinfo.openfile":["SplFileInfo::openFile","Gets an SplFileObject object for the file","refentry"],"splfileinfo.setfileclass":["SplFileInfo::setFileClass","Sets the class name used with SplFileInfo::openFile","refentry"],"splfileinfo.setinfoclass":["SplFileInfo::setInfoClass","Sets the class used with getFileInfo and getPathInfo","refentry"],"splfileinfo.tostring":["SplFileInfo::__toString","Returns the path to the file as a string","refentry"],"class.splfileinfo":["SplFileInfo","The SplFileInfo class","phpdoc:classref"],"splfileobject.construct":["SplFileObject::__construct","Construct a new file object.","refentry"],"splfileobject.current":["SplFileObject::current","Retrieve current line of file","refentry"],"splfileobject.eof":["SplFileObject::eof","Reached end of file","refentry"],"splfileobject.fflush":["SplFileObject::fflush","Flushes the output to the file","refentry"],"splfileobject.fgetc":["SplFileObject::fgetc","Gets character from file","refentry"],"splfileobject.fgetcsv":["SplFileObject::fgetcsv","Gets line from file and parse as CSV fields","refentry"],"splfileobject.fgets":["SplFileObject::fgets","Gets line from file","refentry"],"splfileobject.fgetss":["SplFileObject::fgetss","Gets line from file and strip HTML tags","refentry"],"splfileobject.flock":["SplFileObject::flock","Portable file locking","refentry"],"splfileobject.fpassthru":["SplFileObject::fpassthru","Output all remaining data on a file pointer","refentry"],"splfileobject.fputcsv":["SplFileObject::fputcsv","Write a field array as a CSV line","refentry"],"splfileobject.fscanf":["SplFileObject::fscanf","Parses input from file according to a format","refentry"],"splfileobject.fseek":["SplFileObject::fseek","Seek to a position","refentry"],"splfileobject.fstat":["SplFileObject::fstat","Gets information about the file","refentry"],"splfileobject.ftell":["SplFileObject::ftell","Return current file position","refentry"],"splfileobject.ftruncate":["SplFileObject::ftruncate","Truncates the file to a given length","refentry"],"splfileobject.fwrite":["SplFileObject::fwrite","Write to file","refentry"],"splfileobject.getchildren":["SplFileObject::getChildren","No purpose","refentry"],"splfileobject.getcsvcontrol":["SplFileObject::getCsvControl","Get the delimiter and enclosure character for CSV","refentry"],"splfileobject.getcurrentline":["SplFileObject::getCurrentLine","Alias of SplFileObject::fgets","refentry"],"splfileobject.getflags":["SplFileObject::getFlags","Gets flags for the SplFileObject","refentry"],"splfileobject.getmaxlinelen":["SplFileObject::getMaxLineLen","Get maximum line length","refentry"],"splfileobject.haschildren":["SplFileObject::hasChildren","SplFileObject does not have children","refentry"],"splfileobject.key":["SplFileObject::key","Get line number","refentry"],"splfileobject.next":["SplFileObject::next","Read next line","refentry"],"splfileobject.rewind":["SplFileObject::rewind","Rewind the file to the first line","refentry"],"splfileobject.seek":["SplFileObject::seek","Seek to specified line","refentry"],"splfileobject.setcsvcontrol":["SplFileObject::setCsvControl","Set the delimiter and enclosure character for CSV","refentry"],"splfileobject.setflags":["SplFileObject::setFlags","Sets flags for the SplFileObject","refentry"],"splfileobject.setmaxlinelen":["SplFileObject::setMaxLineLen","Set maximum line length","refentry"],"splfileobject.tostring":["SplFileObject::__toString","Alias of SplFileObject::current","refentry"],"splfileobject.valid":["SplFileObject::valid","Not at EOF","refentry"],"class.splfileobject":["SplFileObject","The SplFileObject class","phpdoc:classref"],"spltempfileobject.construct":["SplTempFileObject::__construct","Construct a new temporary file object","refentry"],"class.spltempfileobject":["SplTempFileObject","The SplTempFileObject class","phpdoc:classref"],"arrayobject.append":["ArrayObject::append","Appends the value","refentry"],"arrayobject.asort":["ArrayObject::asort","Sort the entries by value","refentry"],"arrayobject.construct":["ArrayObject::__construct","Construct a new array object","refentry"],"arrayobject.count":["ArrayObject::count","Get the number of public properties in the ArrayObject","refentry"],"arrayobject.exchangearray":["ArrayObject::exchangeArray","Exchange the array for another one.","refentry"],"arrayobject.getarraycopy":["ArrayObject::getArrayCopy","Creates a copy of the ArrayObject.","refentry"],"arrayobject.getflags":["ArrayObject::getFlags","Gets the behavior flags.","refentry"],"arrayobject.getiterator":["ArrayObject::getIterator","Create a new iterator from an ArrayObject instance","refentry"],"arrayobject.getiteratorclass":["ArrayObject::getIteratorClass","Gets the iterator classname for the ArrayObject.","refentry"],"arrayobject.ksort":["ArrayObject::ksort","Sort the entries by key","refentry"],"arrayobject.natcasesort":["ArrayObject::natcasesort","Sort an array using a case insensitive "natural order" algorithm","refentry"],"arrayobject.natsort":["ArrayObject::natsort","Sort entries using a "natural order" algorithm","refentry"],"arrayobject.offsetexists":["ArrayObject::offsetExists","Returns whether the requested index exists","refentry"],"arrayobject.offsetget":["ArrayObject::offsetGet","Returns the value at the specified index","refentry"],"arrayobject.offsetset":["ArrayObject::offsetSet","Sets the value at the specified index to newval","refentry"],"arrayobject.offsetunset":["ArrayObject::offsetUnset","Unsets the value at the specified index","refentry"],"arrayobject.serialize":["ArrayObject::serialize","Serialize an ArrayObject","refentry"],"arrayobject.setflags":["ArrayObject::setFlags","Sets the behavior flags.","refentry"],"arrayobject.setiteratorclass":["ArrayObject::setIteratorClass","Sets the iterator classname for the ArrayObject.","refentry"],"arrayobject.uasort":["ArrayObject::uasort","Sort the entries with a user-defined comparison function and maintain key association","refentry"],"arrayobject.uksort":["ArrayObject::uksort","Sort the entries by keys using a user-defined comparison function","refentry"],"arrayobject.unserialize":["ArrayObject::unserialize","Unserialize an ArrayObject","refentry"],"class.arrayobject":["ArrayObject","The ArrayObject class","phpdoc:classref"],"splobserver.update":["SplObserver::update","Receive update from subject","refentry"],"class.splobserver":["SplObserver","The SplObserver interface","phpdoc:classref"],"splsubject.attach":["SplSubject::attach","Attach an SplObserver","refentry"],"splsubject.detach":["SplSubject::detach","Detach an observer","refentry"],"splsubject.notify":["SplSubject::notify","Notify an observer","refentry"],"class.splsubject":["SplSubject","The SplSubject interface","phpdoc:classref"],"book.spl":["SPL","Standard PHP Library (SPL)","book"],"spltype.construct":["SplType::__construct","Creates a new value of some type","refentry"],"class.spltype":["SplType","The SplType class","phpdoc:classref"],"class.splint":["SplInt","The SplInt class","phpdoc:classref"],"class.splfloat":["SplFloat","The SplFloat class","phpdoc:classref"],"splenum.getconstlist":["SplEnum::getConstList","Returns all consts (possible values) as an array.","refentry"],"class.splenum":["SplEnum","The SplEnum class","phpdoc:classref"],"class.splbool":["SplBool","The SplBool class","phpdoc:classref"],"class.splstring":["SplString","The SplString class","phpdoc:classref"],"book.spl-types":["SPL Types","SPL Type Handling","book"],"php-user-filter.filter":["php_user_filter::filter","Called when applying the filter","refentry"],"php-user-filter.onclose":["php_user_filter::onClose","Called when closing the filter","refentry"],"php-user-filter.oncreate":["php_user_filter::onCreate","Called when creating the filter","refentry"],"class.php-user-filter":["php_user_filter","The php_user_filter class","phpdoc:classref"],"streamwrapper.construct":["streamWrapper::__construct","Constructs a new stream wrapper","refentry"],"streamwrapper.destruct":["streamWrapper::__destruct","Destructs an existing stream wrapper","refentry"],"streamwrapper.dir-closedir":["streamWrapper::dir_closedir","Close directory handle","refentry"],"streamwrapper.dir-opendir":["streamWrapper::dir_opendir","Open directory handle","refentry"],"streamwrapper.dir-readdir":["streamWrapper::dir_readdir","Read entry from directory handle","refentry"],"streamwrapper.dir-rewinddir":["streamWrapper::dir_rewinddir","Rewind directory handle","refentry"],"streamwrapper.mkdir":["streamWrapper::mkdir","Create a directory","refentry"],"streamwrapper.rename":["streamWrapper::rename","Renames a file or directory","refentry"],"streamwrapper.rmdir":["streamWrapper::rmdir","Removes a directory","refentry"],"streamwrapper.stream-cast":["streamWrapper::stream_cast","Retrieve the underlaying resource","refentry"],"streamwrapper.stream-close":["streamWrapper::stream_close","Close an resource","refentry"],"streamwrapper.stream-eof":["streamWrapper::stream_eof","Tests for end-of-file on a file pointer","refentry"],"streamwrapper.stream-flush":["streamWrapper::stream_flush","Flushes the output","refentry"],"streamwrapper.stream-lock":["streamWrapper::stream_lock","Advisory file locking","refentry"],"streamwrapper.stream-metadata":["streamWrapper::stream_metadata","Change stream options","refentry"],"streamwrapper.stream-open":["streamWrapper::stream_open","Opens file or URL","refentry"],"streamwrapper.stream-read":["streamWrapper::stream_read","Read from stream","refentry"],"streamwrapper.stream-seek":["streamWrapper::stream_seek","Seeks to specific location in a stream","refentry"],"streamwrapper.stream-set-option":["streamWrapper::stream_set_option","Change stream options","refentry"],"streamwrapper.stream-stat":["streamWrapper::stream_stat","Retrieve information about a file resource","refentry"],"streamwrapper.stream-tell":["streamWrapper::stream_tell","Retrieve the current position of a stream","refentry"],"streamwrapper.stream-truncate":["streamWrapper::stream_truncate","Truncate stream","refentry"],"streamwrapper.stream-write":["streamWrapper::stream_write","Write to stream","refentry"],"streamwrapper.unlink":["streamWrapper::unlink","Delete a file","refentry"],"streamwrapper.url-stat":["streamWrapper::url_stat","Retrieve information about a file","refentry"],"class.streamwrapper":["streamWrapper","The streamWrapper class","phpdoc:classref"],"function.set-socket-blocking":["set_socket_blocking","Alias of stream_set_blocking","refentry"],"function.stream-bucket-append":["stream_bucket_append","Append bucket to brigade","refentry"],"function.stream-bucket-make-writeable":["stream_bucket_make_writeable","Return a bucket object from the brigade for operating on","refentry"],"function.stream-bucket-new":["stream_bucket_new","Create a new bucket for use on the current stream","refentry"],"function.stream-bucket-prepend":["stream_bucket_prepend","Prepend bucket to brigade","refentry"],"function.stream-context-create":["stream_context_create","Creates a stream context","refentry"],"function.stream-context-get-default":["stream_context_get_default","Retrieve the default stream context","refentry"],"function.stream-context-get-options":["stream_context_get_options","Retrieve options for a stream\/wrapper\/context","refentry"],"function.stream-context-get-params":["stream_context_get_params","Retrieves parameters from a context","refentry"],"function.stream-context-set-default":["stream_context_set_default","Set the default stream context","refentry"],"function.stream-context-set-option":["stream_context_set_option","Sets an option for a stream\/wrapper\/context","refentry"],"function.stream-context-set-params":["stream_context_set_params","Set parameters for a stream\/wrapper\/context","refentry"],"function.stream-copy-to-stream":["stream_copy_to_stream","Copies data from one stream to another","refentry"],"function.stream-encoding":["stream_encoding","Set character set for stream encoding","refentry"],"function.stream-filter-append":["stream_filter_append","Attach a filter to a stream","refentry"],"function.stream-filter-prepend":["stream_filter_prepend","Attach a filter to a stream","refentry"],"function.stream-filter-register":["stream_filter_register","Register a user defined stream filter","refentry"],"function.stream-filter-remove":["stream_filter_remove","Remove a filter from a stream","refentry"],"function.stream-get-contents":["stream_get_contents","Reads remainder of a stream into a string","refentry"],"function.stream-get-filters":["stream_get_filters","Retrieve list of registered filters","refentry"],"function.stream-get-line":["stream_get_line","Gets line from stream resource up to a given delimiter","refentry"],"function.stream-get-meta-data":["stream_get_meta_data","Retrieves header\/meta data from streams\/file pointers","refentry"],"function.stream-get-transports":["stream_get_transports","Retrieve list of registered socket transports","refentry"],"function.stream-get-wrappers":["stream_get_wrappers","Retrieve list of registered streams","refentry"],"function.stream-is-local":["stream_is_local","Checks if a stream is a local stream","refentry"],"function.stream-notification-callback":["stream_notification_callback","A callback function for the notification context paramater","refentry"],"function.stream-register-wrapper":["stream_register_wrapper","Alias of stream_wrapper_register","refentry"],"function.stream-resolve-include-path":["stream_resolve_include_path","Resolve filename against the include path","refentry"],"function.stream-select":["stream_select","Runs the equivalent of the select() system call on the given\n arrays of streams with a timeout specified by tv_sec and tv_usec","refentry"],"function.stream-set-blocking":["stream_set_blocking","Set blocking\/non-blocking mode on a stream","refentry"],"function.stream-set-chunk-size":["stream_set_chunk_size","Set the stream chunk size","refentry"],"function.stream-set-read-buffer":["stream_set_read_buffer","Set read file buffering on the given stream","refentry"],"function.stream-set-timeout":["stream_set_timeout","Set timeout period on a stream","refentry"],"function.stream-set-write-buffer":["stream_set_write_buffer","Sets write file buffering on the given stream","refentry"],"function.stream-socket-accept":["stream_socket_accept","Accept a connection on a socket created by stream_socket_server","refentry"],"function.stream-socket-client":["stream_socket_client","Open Internet or Unix domain socket connection","refentry"],"function.stream-socket-enable-crypto":["stream_socket_enable_crypto","Turns encryption on\/off on an already connected socket","refentry"],"function.stream-socket-get-name":["stream_socket_get_name","Retrieve the name of the local or remote sockets","refentry"],"function.stream-socket-pair":["stream_socket_pair","Creates a pair of connected, indistinguishable socket streams","refentry"],"function.stream-socket-recvfrom":["stream_socket_recvfrom","Receives data from a socket, connected or not","refentry"],"function.stream-socket-sendto":["stream_socket_sendto","Sends a message to a socket, whether it is connected or not","refentry"],"function.stream-socket-server":["stream_socket_server","Create an Internet or Unix domain server socket","refentry"],"function.stream-socket-shutdown":["stream_socket_shutdown","Shutdown a full-duplex connection","refentry"],"function.stream-supports-lock":["stream_supports_lock","Tells whether the stream supports locking.","refentry"],"function.stream-wrapper-register":["stream_wrapper_register","Register a URL wrapper implemented as a PHP class","refentry"],"function.stream-wrapper-restore":["stream_wrapper_restore","Restores a previously unregistered built-in wrapper","refentry"],"function.stream-wrapper-unregister":["stream_wrapper_unregister","Unregister a URL wrapper","refentry"],"tidy.body":["tidy::body","Returns a tidyNode object starting from the <body> tag of the tidy parse tree","refentry"],"tidy.cleanrepair":["tidy::cleanRepair","Execute configured cleanup and repair operations on parsed markup","refentry"],"tidy.construct":["tidy::__construct","Constructs a new tidy object","refentry"],"tidy.diagnose":["tidy::diagnose","Run configured diagnostics on parsed and repaired markup","refentry"],"tidy.props.errorbuffer":["tidy::$errorBuffer","Return warnings and errors which occurred parsing the specified document","refentry"],"tidy.getconfig":["tidy::getConfig","Get current Tidy configuration","refentry"],"tidy.gethtmlver":["tidy::getHtmlVer","Get the Detected HTML version for the specified document","refentry"],"tidy.getopt":["tidy::getOpt","Returns the value of the specified configuration option for the tidy document","refentry"],"tidy.getoptdoc":["tidy::getOptDoc","Returns the documentation for the given option name","refentry"],"tidy.getrelease":["tidy::getRelease","Get release date (version) for Tidy library","refentry"],"tidy.getstatus":["tidy::getStatus","Get status of specified document","refentry"],"tidy.head":["tidy::head","Returns a tidyNode object starting from the <head> tag of the tidy parse tree","refentry"],"tidy.html":["tidy::html","Returns a tidyNode object starting from the <html> tag of the tidy parse tree","refentry"],"tidy.isxhtml":["tidy::isXhtml","Indicates if the document is a XHTML document","refentry"],"tidy.isxml":["tidy::isXml","Indicates if the document is a generic (non HTML\/XHTML) XML document","refentry"],"tidy.parsefile":["tidy::parseFile","Parse markup in file or URI","refentry"],"tidy.parsestring":["tidy::parseString","Parse a document stored in a string","refentry"],"tidy.repairfile":["tidy::repairFile","Repair a file and return it as a string","refentry"],"tidy.repairstring":["tidy::repairString","Repair a string using an optionally provided configuration file","refentry"],"tidy.root":["tidy::root","Returns a tidyNode object representing the root of the tidy parse tree","refentry"],"class.tidy":["tidy","The tidy class","phpdoc:classref"],"tidynode.getparent":["tidyNode::getParent","Returns the parent node of the current node","refentry"],"tidynode.haschildren":["tidyNode::hasChildren","Checks if a node has children","refentry"],"tidynode.hassiblings":["tidyNode::hasSiblings","Checks if a node has siblings","refentry"],"tidynode.isasp":["tidyNode::isAsp","Checks if this node is ASP","refentry"],"tidynode.iscomment":["tidyNode::isComment","Checks if a node represents a comment","refentry"],"tidynode.ishtml":["tidyNode::isHtml","Checks if a node is part of a HTML document","refentry"],"tidynode.isjste":["tidyNode::isJste","Checks if this node is JSTE","refentry"],"tidynode.isphp":["tidyNode::isPhp","Checks if a node is PHP","refentry"],"tidynode.istext":["tidyNode::isText","Checks if a node represents text (no markup)","refentry"],"class.tidynode":["tidyNode","The tidyNode class","phpdoc:classref"],"function.ob-tidyhandler":["ob_tidyhandler","ob_start callback function to repair the buffer","refentry"],"function.tidy-access-count":["tidy_access_count","Returns the Number of Tidy accessibility warnings encountered for specified document","refentry"],"function.tidy-config-count":["tidy_config_count","Returns the Number of Tidy configuration errors encountered for specified document","refentry"],"function.tidy-error-count":["tidy_error_count","Returns the Number of Tidy errors encountered for specified document","refentry"],"function.tidy-get-output":["tidy_get_output","Return a string representing the parsed tidy markup","refentry"],"function.tidy-load-config":["tidy_load_config","Load an ASCII Tidy configuration file with the specified encoding","refentry"],"function.tidy-reset-config":["tidy_reset_config","Restore Tidy configuration to default values","refentry"],"function.tidy-save-config":["tidy_save_config","Save current settings to named file","refentry"],"function.tidy-set-encoding":["tidy_set_encoding","Set the input\/output character encoding for parsing markup","refentry"],"function.tidy-setopt":["tidy_setopt","Updates the configuration settings for the specified tidy document","refentry"],"function.tidy-warning-count":["tidy_warning_count","Returns the Number of Tidy warnings encountered for specified document","refentry"],"function.token-get-all":["token_get_all","Split given source into PHP tokens","refentry"],"function.token-name":["token_name","Get the symbolic name of a given PHP token","refentry"],"function.base64-decode":["base64_decode","Decodes data encoded with MIME base64","refentry"],"function.base64-encode":["base64_encode","Encodes data with MIME base64","refentry"],"function.get-headers":["get_headers","Fetches all the headers sent by the server in response to a HTTP request","refentry"],"function.get-meta-tags":["get_meta_tags","Extracts all meta tag content attributes from a file and returns an array","refentry"],"function.http-build-query":["http_build_query","Generate URL-encoded query string","refentry"],"function.parse-url":["parse_url","Parse a URL and return its components","refentry"],"function.rawurldecode":["rawurldecode","Decode URL-encoded strings","refentry"],"function.rawurlencode":["rawurlencode","URL-encode according to RFC 3986","refentry"],"function.urldecode":["urldecode","Decodes URL-encoded string","refentry"],"function.urlencode":["urlencode","URL-encodes string","refentry"],"v8js.construct":["V8Js::__construct","Construct a new V8Js object","refentry"],"v8js.executestring":["V8Js::executeString","Execute a string as Javascript code","refentry"],"v8js.getextensions":["V8Js::getExtensions","Return an array of registered extensions","refentry"],"v8js.getpendingexception":["V8Js::getPendingException","Return pending uncaught Javascript exception","refentry"],"v8js.registerextension":["V8Js::registerExtension","Register Javascript extensions for V8Js","refentry"],"class.v8js":["V8Js","The V8Js class","phpdoc:classref"],"v8jsexception.getjsfilename":["V8JsException::getJsFileName","The getJsFileName purpose","refentry"],"v8jsexception.getjslinenumber":["V8JsException::getJsLineNumber","The getJsLineNumber purpose","refentry"],"v8jsexception.getjssourceline":["V8JsException::getJsSourceLine","The getJsSourceLine purpose","refentry"],"v8jsexception.getjstrace":["V8JsException::getJsTrace","The getJsTrace purpose","refentry"],"class.v8jsexception":["V8JsException","The V8JsException class","phpdoc:classref"],"book.v8js":["V8js","V8 Javascript Engine Integration","book"],"function.yaml-emit-file":["yaml_emit_file","Send the YAML representation of a value to a file","refentry"],"function.yaml-emit":["yaml_emit","Returns the YAML representation of a value","refentry"],"function.yaml-parse-file":["yaml_parse_file","Parse a YAML stream from a file","refentry"],"function.yaml-parse-url":["yaml_parse_url","Parse a Yaml stream from a URL","refentry"],"function.yaml-parse":["yaml_parse","Parse a YAML stream","refentry"],"book.yaml":["Yaml","YAML Data Serialization","book"],"yaf-application.app":["Yaf_Application::app","Retrieve an Application instance","refentry"],"yaf-application.bootstrap":["Yaf_Application::bootstrap","Call bootstrap","refentry"],"yaf-application.clearlasterror":["Yaf_Application::clearLastError","Clear the last error info","refentry"],"yaf-application.clone":["Yaf_Application::__clone","Yaf_Application can not be cloned","refentry"],"yaf-application.construct":["Yaf_Application::__construct","Yaf_Application constructor","refentry"],"yaf-application.destruct":["Yaf_Application::__destruct","The __destruct purpose","refentry"],"yaf-application.environ":["Yaf_Application::environ","Retrive environ","refentry"],"yaf-application.execute":["Yaf_Application::execute","Execute a callback","refentry"],"yaf-application.getappdirectory":["Yaf_Application::getAppDirectory","Get the application directory","refentry"],"yaf-application.getconfig":["Yaf_Application::getConfig","Retrive the config instance","refentry"],"yaf-application.getdispatcher":["Yaf_Application::getDispatcher","Get Yaf_Dispatcher instance","refentry"],"yaf-application.getlasterrormsg":["Yaf_Application::getLastErrorMsg","Get message of the last occurred error","refentry"],"yaf-application.getlasterrorno":["Yaf_Application::getLastErrorNo","Get code of last occurred error","refentry"],"yaf-application.getmodules":["Yaf_Application::getModules","Get defined module names","refentry"],"yaf-application.run":["Yaf_Application::run","Start Yaf_Application","refentry"],"yaf-application.setappdirectory":["Yaf_Application::setAppDirectory","Change the application directory","refentry"],"yaf-application.sleep":["Yaf_Application::__sleep","Yaf_Application can not be serialized","refentry"],"yaf-application.wakeup":["Yaf_Application::__wakeup","Yaf_Application can not be unserialized","refentry"],"class.yaf-application":["Yaf_Application","The Yaf_Application class","phpdoc:classref"],"class.yaf-bootstrap-abstract":["Yaf_Bootstrap_Abstract","The Yaf_Bootstrap_Abstract class","phpdoc:classref"],"yaf-dispatcher.autorender":["Yaf_Dispatcher::autoRender","Switch on\/off autorendering","refentry"],"yaf-dispatcher.catchexception":["Yaf_Dispatcher::catchException","Switch on\/off exception catching","refentry"],"yaf-dispatcher.clone":["Yaf_Dispatcher::__clone","Yaf_Dispatcher can not be cloned","refentry"],"yaf-dispatcher.construct":["Yaf_Dispatcher::__construct","Yaf_Dispatcher constructor","refentry"],"yaf-dispatcher.disableview":["Yaf_Dispatcher::disableView","Disable view rendering","refentry"],"yaf-dispatcher.dispatch":["Yaf_Dispatcher::dispatch","Dispatch a request","refentry"],"yaf-dispatcher.enableview":["Yaf_Dispatcher::enableView","enable view rendering","refentry"],"yaf-dispatcher.flushinstantly":["Yaf_Dispatcher::flushInstantly","Switch on\/off the instant flushing","refentry"],"yaf-dispatcher.getapplication":["Yaf_Dispatcher::getApplication","Retrive the application","refentry"],"yaf-dispatcher.getinstance":["Yaf_Dispatcher::getInstance","Retrive the dispatcher instance","refentry"],"yaf-dispatcher.getrequest":["Yaf_Dispatcher::getRequest","Retrive the request instance","refentry"],"yaf-dispatcher.getrouter":["Yaf_Dispatcher::getRouter","Retrive router instance","refentry"],"yaf-dispatcher.initview":["Yaf_Dispatcher::initView","Initialize view and return it","refentry"],"yaf-dispatcher.registerplugin":["Yaf_Dispatcher::registerPlugin","Register a plugin","refentry"],"yaf-dispatcher.returnresponse":["Yaf_Dispatcher::returnResponse","The returnResponse purpose","refentry"],"yaf-dispatcher.setdefaultaction":["Yaf_Dispatcher::setDefaultAction","Change default action name","refentry"],"yaf-dispatcher.setdefaultcontroller":["Yaf_Dispatcher::setDefaultController","Change default controller name","refentry"],"yaf-dispatcher.setdefaultmodule":["Yaf_Dispatcher::setDefaultModule","Change default module name","refentry"],"yaf-dispatcher.seterrorhandler":["Yaf_Dispatcher::setErrorHandler","Set error handler","refentry"],"yaf-dispatcher.setrequest":["Yaf_Dispatcher::setRequest","The setRequest purpose","refentry"],"yaf-dispatcher.setview":["Yaf_Dispatcher::setView","Set a custom view engine","refentry"],"yaf-dispatcher.sleep":["Yaf_Dispatcher::__sleep","Yaf_Dispatcher can not be serialized","refentry"],"yaf-dispatcher.throwexception":["Yaf_Dispatcher::throwException","Switch on\/off exception throwing","refentry"],"yaf-dispatcher.wakeup":["Yaf_Dispatcher::__wakeup","Yaf_Dispatcher can not be unserialized","refentry"],"class.yaf-dispatcher":["Yaf_Dispatcher","The Yaf_Dispatcher class","phpdoc:classref"],"yaf-config-abstract.get":["Yaf_Config_Abstract::get","Getter","refentry"],"yaf-config-abstract.readonly":["Yaf_Config_Abstract::readonly","Find a config whether readonly","refentry"],"yaf-config-abstract.set":["Yaf_Config_Abstract::set","Setter","refentry"],"yaf-config-abstract.toarray":["Yaf_Config_Abstract::toArray","Cast to array","refentry"],"class.yaf-config-abstract":["Yaf_Config_Abstract","The Yaf_Config_Abstract class","phpdoc:classref"],"yaf-config-ini.construct":["Yaf_Config_Ini::__construct","Yaf_Config_Ini constructor","refentry"],"yaf-config-ini.count":["Yaf_Config_Ini::count","The count purpose","refentry"],"yaf-config-ini.current":["Yaf_Config_Ini::current","The current purpose","refentry"],"yaf-config-ini.get":["Yaf_Config_Ini::__get","The __get purpose","refentry"],"yaf-config-ini.isset":["Yaf_Config_Ini::__isset","The __isset purpose","refentry"],"yaf-config-ini.key":["Yaf_Config_Ini::key","The key purpose","refentry"],"yaf-config-ini.next":["Yaf_Config_Ini::next","The next purpose","refentry"],"yaf-config-ini.offsetexists":["Yaf_Config_Ini::offsetExists","The offsetExists purpose","refentry"],"yaf-config-ini.offsetget":["Yaf_Config_Ini::offsetGet","The offsetGet purpose","refentry"],"yaf-config-ini.offsetset":["Yaf_Config_Ini::offsetSet","The offsetSet purpose","refentry"],"yaf-config-ini.offsetunset":["Yaf_Config_Ini::offsetUnset","The offsetUnset purpose","refentry"],"yaf-config-ini.readonly":["Yaf_Config_Ini::readonly","The readonly purpose","refentry"],"yaf-config-ini.rewind":["Yaf_Config_Ini::rewind","The rewind purpose","refentry"],"yaf-config-ini.set":["Yaf_Config_Ini::__set","The __set purpose","refentry"],"yaf-config-ini.toarray":["Yaf_Config_Ini::toArray","Returns a PHP array","refentry"],"yaf-config-ini.valid":["Yaf_Config_Ini::valid","The valid purpose","refentry"],"class.yaf-config-ini":["Yaf_Config_Ini","The Yaf_Config_Ini class","phpdoc:classref"],"yaf-config-simple.construct":["Yaf_Config_Simple::__construct","The __construct purpose","refentry"],"yaf-config-simple.count":["Yaf_Config_Simple::count","The count purpose","refentry"],"yaf-config-simple.current":["Yaf_Config_Simple::current","The current purpose","refentry"],"yaf-config-simple.get":["Yaf_Config_Simple::__get","The __get purpose","refentry"],"yaf-config-simple.isset":["Yaf_Config_Simple::__isset","The __isset purpose","refentry"],"yaf-config-simple.key":["Yaf_Config_Simple::key","The key purpose","refentry"],"yaf-config-simple.next":["Yaf_Config_Simple::next","The next purpose","refentry"],"yaf-config-simple.offsetexists":["Yaf_Config_Simple::offsetExists","The offsetExists purpose","refentry"],"yaf-config-simple.offsetget":["Yaf_Config_Simple::offsetGet","The offsetGet purpose","refentry"],"yaf-config-simple.offsetset":["Yaf_Config_Simple::offsetSet","The offsetSet purpose","refentry"],"yaf-config-simple.offsetunset":["Yaf_Config_Simple::offsetUnset","The offsetUnset purpose","refentry"],"yaf-config-simple.readonly":["Yaf_Config_Simple::readonly","The readonly purpose","refentry"],"yaf-config-simple.rewind":["Yaf_Config_Simple::rewind","The rewind purpose","refentry"],"yaf-config-simple.set":["Yaf_Config_Simple::__set","The __set purpose","refentry"],"yaf-config-simple.toarray":["Yaf_Config_Simple::toArray","Returns a PHP array","refentry"],"yaf-config-simple.valid":["Yaf_Config_Simple::valid","The valid purpose","refentry"],"class.yaf-config-simple":["Yaf_Config_Simple","The Yaf_Config_Simple class","phpdoc:classref"],"yaf-controller-abstract.clone":["Yaf_Controller_Abstract::__clone","Yaf_Controller_Abstract can not be cloned","refentry"],"yaf-controller-abstract.construct":["Yaf_Controller_Abstract::__construct","Yaf_Controller_Abstract constructor","refentry"],"yaf-controller-abstract.display":["Yaf_Controller_Abstract::display","The display purpose","refentry"],"yaf-controller-abstract.forward":["Yaf_Controller_Abstract::forward","foward to another action","refentry"],"yaf-controller-abstract.getinvokearg":["Yaf_Controller_Abstract::getInvokeArg","The getInvokeArg purpose","refentry"],"yaf-controller-abstract.getinvokeargs":["Yaf_Controller_Abstract::getInvokeArgs","The getInvokeArgs purpose","refentry"],"yaf-controller-abstract.getmodulename":["Yaf_Controller_Abstract::getModuleName","Get module name","refentry"],"yaf-controller-abstract.getrequest":["Yaf_Controller_Abstract::getRequest","Retrieve current request object","refentry"],"yaf-controller-abstract.getresponse":["Yaf_Controller_Abstract::getResponse","Retrieve current response object","refentry"],"yaf-controller-abstract.getview":["Yaf_Controller_Abstract::getView","Retrieve the view engine","refentry"],"yaf-controller-abstract.getviewpath":["Yaf_Controller_Abstract::getViewpath","The getViewpath purpose","refentry"],"yaf-controller-abstract.init":["Yaf_Controller_Abstract::init","Controller initializer","refentry"],"yaf-controller-abstract.initview":["Yaf_Controller_Abstract::initView","The initView purpose","refentry"],"yaf-controller-abstract.redirect":["Yaf_Controller_Abstract::redirect","Redirect to a URL","refentry"],"yaf-controller-abstract.render":["Yaf_Controller_Abstract::render","Render view template","refentry"],"yaf-controller-abstract.setviewpath":["Yaf_Controller_Abstract::setViewpath","The setViewpath purpose","refentry"],"class.yaf-controller-abstract":["Yaf_Controller_Abstract","The Yaf_Controller_Abstract class","phpdoc:classref"],"yaf-action-abstract.execute":["Yaf_Action_Abstract::execute","Action entry point","refentry"],"yaf-action-abstract.getcontroller":["Yaf_Action_Abstract::getController","Retrieve controller object","refentry"],"class.yaf-action-abstract":["Yaf_Action_Abstract","The Yaf_Action_Abstract class","phpdoc:classref"],"yaf-view-interface.assign":["Yaf_View_Interface::assign","Assign value to View engine","refentry"],"yaf-view-interface.display":["Yaf_View_Interface::display","Render and output a template","refentry"],"yaf-view-interface.getscriptpath":["Yaf_View_Interface::getScriptPath","The getScriptPath purpose","refentry"],"yaf-view-interface.render":["Yaf_View_Interface::render","Render a template","refentry"],"yaf-view-interface.setscriptpath":["Yaf_View_Interface::setScriptPath","The setScriptPath purpose","refentry"],"class.yaf-view-interface":["Yaf_View_Interface","The Yaf_View_Interface class","phpdoc:classref"],"yaf-view-simple.assign":["Yaf_View_Simple::assign","Assign values","refentry"],"yaf-view-simple.assignref":["Yaf_View_Simple::assignRef","The assignRef purpose","refentry"],"yaf-view-simple.clear":["Yaf_View_Simple::clear","Clear Assigned values","refentry"],"yaf-view-simple.construct":["Yaf_View_Simple::__construct","Constructor of Yaf_View_Simple","refentry"],"yaf-view-simple.display":["Yaf_View_Simple::display","Render and display","refentry"],"yaf-view-simple.eval":["Yaf_View_Simple::eval","Render template","refentry"],"yaf-view-simple.get":["Yaf_View_Simple::__get","Retrieve assigned variable","refentry"],"yaf-view-simple.getscriptpath":["Yaf_View_Simple::getScriptPath","Get templates directory","refentry"],"yaf-view-simple.isset":["Yaf_View_Simple::__isset","The __isset purpose","refentry"],"yaf-view-simple.render":["Yaf_View_Simple::render","Render template","refentry"],"yaf-view-simple.set":["Yaf_View_Simple::__set","Set value to engine","refentry"],"yaf-view-simple.setscriptpath":["Yaf_View_Simple::setScriptPath","Set tempaltes directory","refentry"],"class.yaf-view-simple":["Yaf_View_Simple","The Yaf_View_Simple class","phpdoc:classref"],"yaf-loader.autoload":["Yaf_Loader::autoload","The autoload purpose","refentry"],"yaf-loader.clearlocalnamespace":["Yaf_Loader::clearLocalNamespace","The clearLocalNamespace purpose","refentry"],"yaf-loader.clone":["Yaf_Loader::__clone","The __clone purpose","refentry"],"yaf-loader.construct":["Yaf_Loader::__construct","The __construct purpose","refentry"],"yaf-loader.getinstance":["Yaf_Loader::getInstance","The getInstance purpose","refentry"],"yaf-loader.getlibrarypath":["Yaf_Loader::getLibraryPath","get the library path","refentry"],"yaf-loader.getlocalnamespace":["Yaf_Loader::getLocalNamespace","The getLocalNamespace purpose","refentry"],"yaf-loader.import":["Yaf_Loader::import","The import purpose","refentry"],"yaf-loader.islocalname":["Yaf_Loader::isLocalName","The isLocalName purpose","refentry"],"yaf-loader.registerlocalnamespace":["Yaf_Loader::registerLocalNamespace","register local class prefix","refentry"],"yaf-loader.setlibrarypath":["Yaf_Loader::setLibraryPath","Change the library path","refentry"],"yaf-loader.sleep":["Yaf_Loader::__sleep","The __sleep purpose","refentry"],"yaf-loader.wakeup":["Yaf_Loader::__wakeup","The __wakeup purpose","refentry"],"class.yaf-loader":["Yaf_Loader","The Yaf_Loader class","phpdoc:classref"],"yaf-plugin-abstract.dispatchloopshutdown":["Yaf_Plugin_Abstract::dispatchLoopShutdown","The dispatchLoopShutdown purpose","refentry"],"yaf-plugin-abstract.dispatchloopstartup":["Yaf_Plugin_Abstract::dispatchLoopStartup","The dispatchLoopStartup purpose","refentry"],"yaf-plugin-abstract.postdispatch":["Yaf_Plugin_Abstract::postDispatch","The postDispatch purpose","refentry"],"yaf-plugin-abstract.predispatch":["Yaf_Plugin_Abstract::preDispatch","The preDispatch purpose","refentry"],"yaf-plugin-abstract.preresponse":["Yaf_Plugin_Abstract::preResponse","The preResponse purpose","refentry"],"yaf-plugin-abstract.routershutdown":["Yaf_Plugin_Abstract::routerShutdown","The routerShutdown purpose","refentry"],"yaf-plugin-abstract.routerstartup":["Yaf_Plugin_Abstract::routerStartup","RouterStartup hook","refentry"],"class.yaf-plugin-abstract":["Yaf_Plugin_Abstract","The Yaf_Plugin_Abstract class","phpdoc:classref"],"yaf-registry.clone":["Yaf_Registry::__clone","The __clone purpose","refentry"],"yaf-registry.construct":["Yaf_Registry::__construct","Yaf_Registry implements singleton","refentry"],"yaf-registry.del":["Yaf_Registry::del","Remove an item from registry","refentry"],"yaf-registry.get":["Yaf_Registry::get","Retrieve an item from registry","refentry"],"yaf-registry.has":["Yaf_Registry::has","Check whether an item exists","refentry"],"yaf-registry.set":["Yaf_Registry::set","Add an item into registry","refentry"],"class.yaf-registry":["Yaf_Registry","The Yaf_Registry class","phpdoc:classref"],"yaf-request-abstract.getactionname":["Yaf_Request_Abstract::getActionName","The getActionName purpose","refentry"],"yaf-request-abstract.getbaseuri":["Yaf_Request_Abstract::getBaseUri","The getBaseUri purpose","refentry"],"yaf-request-abstract.getcontrollername":["Yaf_Request_Abstract::getControllerName","The getControllerName purpose","refentry"],"yaf-request-abstract.getenv":["Yaf_Request_Abstract::getEnv","Retrieve ENV varialbe","refentry"],"yaf-request-abstract.getexception":["Yaf_Request_Abstract::getException","The getException purpose","refentry"],"yaf-request-abstract.getlanguage":["Yaf_Request_Abstract::getLanguage","The getLanguage purpose","refentry"],"yaf-request-abstract.getmethod":["Yaf_Request_Abstract::getMethod","The getMethod purpose","refentry"],"yaf-request-abstract.getmodulename":["Yaf_Request_Abstract::getModuleName","The getModuleName purpose","refentry"],"yaf-request-abstract.getparam":["Yaf_Request_Abstract::getParam","The getParam purpose","refentry"],"yaf-request-abstract.getparams":["Yaf_Request_Abstract::getParams","The getParams purpose","refentry"],"yaf-request-abstract.getrequesturi":["Yaf_Request_Abstract::getRequestUri","The getRequestUri purpose","refentry"],"yaf-request-abstract.getserver":["Yaf_Request_Abstract::getServer","Retrieve SERVER variable","refentry"],"yaf-request-abstract.iscli":["Yaf_Request_Abstract::isCli","The isCli purpose","refentry"],"yaf-request-abstract.isdispatched":["Yaf_Request_Abstract::isDispatched","The isDispatched purpose","refentry"],"yaf-request-abstract.isget":["Yaf_Request_Abstract::isGet","The isGet purpose","refentry"],"yaf-request-abstract.ishead":["Yaf_Request_Abstract::isHead","The isHead purpose","refentry"],"yaf-request-abstract.isoptions":["Yaf_Request_Abstract::isOptions","The isOptions purpose","refentry"],"yaf-request-abstract.ispost":["Yaf_Request_Abstract::isPost","The isPost purpose","refentry"],"yaf-request-abstract.isput":["Yaf_Request_Abstract::isPut","The isPut purpose","refentry"],"yaf-request-abstract.isrouted":["Yaf_Request_Abstract::isRouted","The isRouted purpose","refentry"],"yaf-request-abstract.isxmlhttprequest":["Yaf_Request_Abstract::isXmlHttpRequest","The isXmlHttpRequest purpose","refentry"],"yaf-request-abstract.setactionname":["Yaf_Request_Abstract::setActionName","The setActionName purpose","refentry"],"yaf-request-abstract.setbaseuri":["Yaf_Request_Abstract::setBaseUri","set base URI","refentry"],"yaf-request-abstract.setcontrollername":["Yaf_Request_Abstract::setControllerName","The setControllerName purpose","refentry"],"yaf-request-abstract.setdispatched":["Yaf_Request_Abstract::setDispatched","The setDispatched purpose","refentry"],"yaf-request-abstract.setmodulename":["Yaf_Request_Abstract::setModuleName","The setModuleName purpose","refentry"],"yaf-request-abstract.setparam":["Yaf_Request_Abstract::setParam","The setParam purpose","refentry"],"yaf-request-abstract.setrequesturi":["Yaf_Request_Abstract::setRequestUri","The setRequestUri purpose","refentry"],"yaf-request-abstract.setrouted":["Yaf_Request_Abstract::setRouted","The setRouted purpose","refentry"],"class.yaf-request-abstract":["Yaf_Request_Abstract","The Yaf_Request_Abstract class","phpdoc:classref"],"yaf-request-http.clone":["Yaf_Request_Http::__clone","The __clone purpose","refentry"],"yaf-request-http.construct":["Yaf_Request_Http::__construct","The __construct purpose","refentry"],"yaf-request-http.get":["Yaf_Request_Http::get","Retrieve variable from client","refentry"],"yaf-request-http.getcookie":["Yaf_Request_Http::getCookie","Retrieve Cookie varialbe","refentry"],"yaf-request-http.getfiles":["Yaf_Request_Http::getFiles","The getFiles purpose","refentry"],"yaf-request-http.getpost":["Yaf_Request_Http::getPost","Retrieve POST variable","refentry"],"yaf-request-http.getquery":["Yaf_Request_Http::getQuery","Fetch a query parameter","refentry"],"yaf-request-http.getrequest":["Yaf_Request_Http::getRequest","The getRequest purpose","refentry"],"yaf-request-http.isxmlhttprequest":["Yaf_Request_Http::isXmlHttpRequest","Whether a Ajax Request","refentry"],"class.yaf-request-http":["Yaf_Request_Http","The Yaf_Request_Http class","phpdoc:classref"],"yaf-request-simple.clone":["Yaf_Request_Simple::__clone","The __clone purpose","refentry"],"yaf-request-simple.construct":["Yaf_Request_Simple::__construct","The __construct purpose","refentry"],"yaf-request-simple.get":["Yaf_Request_Simple::get","The get purpose","refentry"],"yaf-request-simple.getcookie":["Yaf_Request_Simple::getCookie","The getCookie purpose","refentry"],"yaf-request-simple.getfiles":["Yaf_Request_Simple::getFiles","The getFiles purpose","refentry"],"yaf-request-simple.getpost":["Yaf_Request_Simple::getPost","The getPost purpose","refentry"],"yaf-request-simple.getquery":["Yaf_Request_Simple::getQuery","The getQuery purpose","refentry"],"yaf-request-simple.getrequest":["Yaf_Request_Simple::getRequest","The getRequest purpose","refentry"],"yaf-request-simple.isxmlhttprequest":["Yaf_Request_Simple::isXmlHttpRequest","The isXmlHttpRequest purpose","refentry"],"class.yaf-request-simple":["Yaf_Request_Simple","The Yaf_Request_Simple class","phpdoc:classref"],"yaf-response-abstract.appendbody":["Yaf_Response_Abstract::appendBody","append to body","refentry"],"yaf-response-abstract.clearbody":["Yaf_Response_Abstract::clearBody","The clearBody purpose","refentry"],"yaf-response-abstract.clearheaders":["Yaf_Response_Abstract::clearHeaders","The clearHeaders purpose","refentry"],"yaf-response-abstract.clone":["Yaf_Response_Abstract::__clone","The __clone purpose","refentry"],"yaf-response-abstract.construct":["Yaf_Response_Abstract::__construct","The __construct purpose","refentry"],"yaf-response-abstract.destruct":["Yaf_Response_Abstract::__destruct","The __destruct purpose","refentry"],"yaf-response-abstract.getbody":["Yaf_Response_Abstract::getBody","Retrieve a exists content","refentry"],"yaf-response-abstract.getheader":["Yaf_Response_Abstract::getHeader","The getHeader purpose","refentry"],"yaf-response-abstract.prependbody":["Yaf_Response_Abstract::prependBody","The prependBody purpose","refentry"],"yaf-response-abstract.response":["Yaf_Response_Abstract::response","send response","refentry"],"yaf-response-abstract.setallheaders":["Yaf_Response_Abstract::setAllHeaders","The setAllHeaders purpose","refentry"],"yaf-response-abstract.setbody":["Yaf_Response_Abstract::setBody","Set content to response","refentry"],"yaf-response-abstract.setheader":["Yaf_Response_Abstract::setHeader","The setHeader purpose","refentry"],"yaf-response-abstract.setredirect":["Yaf_Response_Abstract::setRedirect","The setRedirect purpose","refentry"],"yaf-response-abstract.tostring":["Yaf_Response_Abstract::__toString","The __toString purpose","refentry"],"class.yaf-response-abstract":["Yaf_Response_Abstract","The Yaf_Response_Abstract class","phpdoc:classref"],"yaf-route-interface.route":["Yaf_Route_Interface::route","route a request","refentry"],"class.yaf-route-interface":["Yaf_Route_Interface","The Yaf_Route_Interface class","phpdoc:classref"],"yaf-route-map.construct":["Yaf_Route_Map::__construct","The __construct purpose","refentry"],"yaf-route-map.route":["Yaf_Route_Map::route","The route purpose","refentry"],"class.yaf-route-map":["Yaf_Route_Map","The Yaf_Route_Map class","phpdoc:classref"],"yaf-route-regex.construct":["Yaf_Route_Regex::__construct","The __construct purpose","refentry"],"yaf-route-regex.route":["Yaf_Route_Regex::route","The route purpose","refentry"],"class.yaf-route-regex":["Yaf_Route_Regex","The Yaf_Route_Regex class","phpdoc:classref"],"yaf-route-rewrite.construct":["Yaf_Route_Rewrite::__construct","Yaf_Route_Rewrite constructor","refentry"],"yaf-route-rewrite.route":["Yaf_Route_Rewrite::route","The route purpose","refentry"],"class.yaf-route-rewrite":["Yaf_Route_Rewrite","The Yaf_Route_Rewrite class","phpdoc:classref"],"yaf-router.addconfig":["Yaf_Router::addConfig","Add config-defined routes into Router","refentry"],"yaf-router.addroute":["Yaf_Router::addRoute","Add new Route into Router","refentry"],"yaf-router.construct":["Yaf_Router::__construct","Yaf_Router constructor","refentry"],"yaf-router.getcurrentroute":["Yaf_Router::getCurrentRoute","Get the effective route name","refentry"],"yaf-router.getroute":["Yaf_Router::getRoute","Retrieve a route by name","refentry"],"yaf-router.getroutes":["Yaf_Router::getRoutes","Retrieve registered routes","refentry"],"yaf-router.route":["Yaf_Router::route","The route purpose","refentry"],"class.yaf-router":["Yaf_Router","The Yaf_Router class","phpdoc:classref"],"yaf-route-simple.construct":["Yaf_Route_Simple::__construct","Yaf_Route_Simple constructor","refentry"],"yaf-route-simple.route":["Yaf_Route_Simple::route","Route a request","refentry"],"class.yaf-route-simple":["Yaf_Route_Simple","The Yaf_Route_Simple class","phpdoc:classref"],"yaf-route-static.match":["Yaf_Route_Static::match","The match purpose","refentry"],"yaf-route-static.route":["Yaf_Route_Static::route","Route a request","refentry"],"class.yaf-route-static":["Yaf_Route_Static","The Yaf_Route_Static class","phpdoc:classref"],"yaf-route-supervar.construct":["Yaf_Route_Supervar::__construct","The __construct purpose","refentry"],"yaf-route-supervar.route":["Yaf_Route_Supervar::route","The route purpose","refentry"],"class.yaf-route-supervar":["Yaf_Route_Supervar","The Yaf_Route_Supervar class","phpdoc:classref"],"yaf-session.clone":["Yaf_Session::__clone","The __clone purpose","refentry"],"yaf-session.construct":["Yaf_Session::__construct","The __construct purpose","refentry"],"yaf-session.count":["Yaf_Session::count","The count purpose","refentry"],"yaf-session.current":["Yaf_Session::current","The current purpose","refentry"],"yaf-session.del":["Yaf_Session::del","The del purpose","refentry"],"yaf-session.get":["Yaf_Session::__get","The __get purpose","refentry"],"yaf-session.getinstance":["Yaf_Session::getInstance","The getInstance purpose","refentry"],"yaf-session.has":["Yaf_Session::has","The has purpose","refentry"],"yaf-session.isset":["Yaf_Session::__isset","The __isset purpose","refentry"],"yaf-session.key":["Yaf_Session::key","The key purpose","refentry"],"yaf-session.next":["Yaf_Session::next","The next purpose","refentry"],"yaf-session.offsetexists":["Yaf_Session::offsetExists","The offsetExists purpose","refentry"],"yaf-session.offsetget":["Yaf_Session::offsetGet","The offsetGet purpose","refentry"],"yaf-session.offsetset":["Yaf_Session::offsetSet","The offsetSet purpose","refentry"],"yaf-session.offsetunset":["Yaf_Session::offsetUnset","The offsetUnset purpose","refentry"],"yaf-session.rewind":["Yaf_Session::rewind","The rewind purpose","refentry"],"yaf-session.set":["Yaf_Session::__set","The __set purpose","refentry"],"yaf-session.sleep":["Yaf_Session::__sleep","The __sleep purpose","refentry"],"yaf-session.start":["Yaf_Session::start","The start purpose","refentry"],"yaf-session.unset":["Yaf_Session::__unset","The __unset purpose","refentry"],"yaf-session.valid":["Yaf_Session::valid","The valid purpose","refentry"],"yaf-session.wakeup":["Yaf_Session::__wakeup","The __wakeup purpose","refentry"],"class.yaf-session":["Yaf_Session","The Yaf_Session class","phpdoc:classref"],"yaf-exception.construct":["Yaf_Exception::__construct","The __construct purpose","refentry"],"yaf-exception.getprevious":["Yaf_Exception::getPrevious","The getPrevious purpose","refentry"],"class.yaf-exception":["Yaf_Exception","The Yaf_Exception class","phpdoc:classref"],"class.yaf-exception-typeerror":["Yaf_Exception_TypeError","The Yaf_Exception_TypeError class","phpdoc:classref"],"class.yaf-exception-startuperror":["Yaf_Exception_StartupError","The Yaf_Exception_StartupError class","phpdoc:classref"],"class.yaf-exception-dispatchfailed":["Yaf_Exception_DispatchFailed","The Yaf_Exception_DispatchFailed class","phpdoc:classref"],"class.yaf-exception-routerfailed":["Yaf_Exception_RouterFailed","The Yaf_Exception_RouterFailed class","phpdoc:classref"],"class.yaf-exception-loadfailed":["Yaf_Exception_LoadFailed","The Yaf_Exception_LoadFailed class","phpdoc:classref"],"class.yaf-exception-loadfailed-module":["Yaf_Exception_LoadFailed_Module","The Yaf_Exception_LoadFailed_Module class","phpdoc:classref"],"class.yaf-exception-loadfailed-controller":["Yaf_Exception_LoadFailed_Controller","The Yaf_Exception_LoadFailed_Controller class","phpdoc:classref"],"class.yaf-exception-loadfailed-action":["Yaf_Exception_LoadFailed_Action","The Yaf_Exception_LoadFailed_Action class","phpdoc:classref"],"class.yaf-exception-loadfailed-view":["Yaf_Exception_LoadFailed_View","The Yaf_Exception_LoadFailed_View class","phpdoc:classref"],"book.yaf":["Yaf","Yaf","book"],"function.is-tainted":["is_tainted","Checks whether a string is tainted","refentry"],"function.taint":["taint","Taint a string","refentry"],"function.untaint":["untaint","Untaint strings","refentry"],"book.taint":["Taint","Taint","book"],"amqpconnection.connect":["AMQPConnection::connect","Establish a connection with the AMQP broker.","refentry"],"amqpconnection.construct":["AMQPConnection::__construct","Create an instance of AMQPConnection","refentry"],"amqpconnection.disconnect":["AMQPConnection::disconnect","Closes the connection with the AMQP broker.","refentry"],"amqpconnection.gethost":["AMQPConnection::getHost","Get the configured host","refentry"],"amqpconnection.getlogin":["AMQPConnection::getLogin","Get the configured login","refentry"],"amqpconnection.getpassword":["AMQPConnection::getPassword","Get the configured password","refentry"],"amqpconnection.getport":["AMQPConnection::getPort","Get the configured port","refentry"],"amqpconnection.gettimeout":["AMQPConnection::getTimeout","Get the configured timeout","refentry"],"amqpconnection.getvhost":["AMQPConnection::getVhost","Get the configured vhost","refentry"],"amqpconnection.isconnected":["AMQPConnection::isConnected","Determine if the AMQPConnection object is connected to the broker.","refentry"],"amqpconnection.reconnect":["AMQPConnection::reconnect","Closes any open connection and creates a new connection with the AMQP broker.","refentry"],"amqpconnection.sethost":["AMQPConnection::setHost","Set the amqp host.","refentry"],"amqpconnection.setlogin":["AMQPConnection::setLogin","Set the login.","refentry"],"amqpconnection.setpassword":["AMQPConnection::setPassword","Set the password.","refentry"],"amqpconnection.setport":["AMQPConnection::setPort","Set the port.","refentry"],"amqpconnection.settimeout":["AMQPConnection::setTimeout","Set the timeout.","refentry"],"amqpconnection.setvhost":["AMQPConnection::setVhost","Set the amqp virtual host","refentry"],"class.amqpconnection":["AMQPConnection","The AMQPConnection class","phpdoc:classref"],"amqpchannel.committransaction":["AMQPChannel::commitTransaction","Commit a pending transaction","refentry"],"amqpchannel.construct":["AMQPChannel::__construct","Create an instance of an AMQPChannel object","refentry"],"amqpchannel.isconnected":["AMQPChannel::isConnected","Check the channel connection","refentry"],"amqpchannel.qos":["AMQPChannel::qos","Set the Quality Of Service settings for the given channel","refentry"],"amqpchannel.rollbacktransaction":["AMQPChannel::rollbackTransaction","Rollback a transaction","refentry"],"amqpchannel.setprefetchcount":["AMQPChannel::setPrefetchCount","Set the number of messages to prefetch from the broker","refentry"],"amqpchannel.setprefetchsize":["AMQPChannel::setPrefetchSize","Set the window size to prefetch from the broker","refentry"],"amqpchannel.starttransaction":["AMQPChannel::startTransaction","Start a transaction","refentry"],"class.amqpchannel":["AMQPChannel","The AMQPChannel class","phpdoc:classref"],"amqpexchange.bind":["AMQPExchange::bind","Bind to another exchange","refentry"],"amqpexchange.construct":["AMQPExchange::__construct","Create an instance of AMQPExchange","refentry"],"amqpexchange.declare":["AMQPExchange::declare","Declare a new exchange on the broker.","refentry"],"amqpexchange.delete":["AMQPExchange::delete","Delete the exchange from the broker.","refentry"],"amqpexchange.getargument":["AMQPExchange::getArgument","Get the argument associated with the given key","refentry"],"amqpexchange.getarguments":["AMQPExchange::getArguments","Get all arguments set on the given exchange","refentry"],"amqpexchange.getflags":["AMQPExchange::getFlags","Get the flag bitmask","refentry"],"amqpexchange.getname":["AMQPExchange::getName","Get the configured name","refentry"],"amqpexchange.gettype":["AMQPExchange::getType","Get the configured type","refentry"],"amqpexchange.publish":["AMQPExchange::publish","Publish a message to an exchange.","refentry"],"amqpexchange.setargument":["AMQPExchange::setArgument","Set the value for the given key","refentry"],"amqpexchange.setarguments":["AMQPExchange::setArguments","Set all arguments on the exchange","refentry"],"amqpexchange.setflags":["AMQPExchange::setFlags","Set the flags on an exchange","refentry"],"amqpexchange.setname":["AMQPExchange::setName","Set the name of the exchange","refentry"],"amqpexchange.settype":["AMQPExchange::setType","Set the type of the exchange","refentry"],"class.amqpexchange":["AMQPExchange","The AMQPExchange class","phpdoc:classref"],"amqpqueue.ack":["AMQPQueue::ack","Acknowledge the receipt of a message","refentry"],"amqpqueue.bind":["AMQPQueue::bind","Bind the given queue to a routing key on an exchange.","refentry"],"amqpqueue.cancel":["AMQPQueue::cancel","Cancel a queue binding.","refentry"],"amqpqueue.construct":["AMQPQueue::__construct","Create an instance of an AMQPQueue object","refentry"],"amqpqueue.consume":["AMQPQueue::consume","Consume messages from a queue","refentry"],"amqpqueue.declare":["AMQPQueue::declare","Declare a new queue","refentry"],"amqpqueue.delete":["AMQPQueue::delete","Delete a queue and its contents.","refentry"],"amqpqueue.get":["AMQPQueue::get","Retrieve the next message from the queue.","refentry"],"amqpqueue.getargument":["AMQPQueue::getArgument","Get the argument associated with the given key","refentry"],"amqpqueue.getarguments":["AMQPQueue::getArguments","Get all arguments set on the given queue","refentry"],"amqpqueue.getflags":["AMQPQueue::getFlags","Get the flag bitmask","refentry"],"amqpqueue.getname":["AMQPQueue::getName","Get the configured name","refentry"],"amqpqueue.nack":["AMQPQueue::nack","Mark a message as explicitly not acknowledged.","refentry"],"amqpqueue.purge":["AMQPQueue::purge","Purge the contents of a queue","refentry"],"amqpqueue.setargument":["AMQPQueue::setArgument","Set the value for the given key","refentry"],"amqpqueue.setarguments":["AMQPQueue::setArguments","Set all arguments on the queue","refentry"],"amqpqueue.setflags":["AMQPQueue::setFlags","Set the queue flags","refentry"],"amqpqueue.setname":["AMQPQueue::setName","Set the queue name","refentry"],"amqpqueue.unbind":["AMQPQueue::unbind","Unbind the queue from a routing key.","refentry"],"class.amqpqueue":["AMQPQueue","The AMQPQueue class","phpdoc:classref"],"amqpenvelope.getappid":["AMQPEnvelope::getAppId","Get the message appid","refentry"],"amqpenvelope.getbody":["AMQPEnvelope::getBody","Get the message body","refentry"],"amqpenvelope.getcontentencoding":["AMQPEnvelope::getContentEncoding","Get the message contentencoding","refentry"],"amqpenvelope.getcontenttype":["AMQPEnvelope::getContentType","Get the message contenttype","refentry"],"amqpenvelope.getcorrelationid":["AMQPEnvelope::getCorrelationId","Get the message correlation id","refentry"],"amqpenvelope.getdeliverytag":["AMQPEnvelope::getDeliveryTag","Get the message delivery tag","refentry"],"amqpenvelope.getexchange":["AMQPEnvelope::getExchange","Get the message exchange","refentry"],"amqpenvelope.getexpiration":["AMQPEnvelope::getExpiration","Get the message expiration","refentry"],"amqpenvelope.getheader":["AMQPEnvelope::getHeader","Get a specific message header","refentry"],"amqpenvelope.getheaders":["AMQPEnvelope::getHeaders","Get the message headers","refentry"],"amqpenvelope.getmessageid":["AMQPEnvelope::getMessageId","Get the message id","refentry"],"amqpenvelope.getpriority":["AMQPEnvelope::getPriority","Get the message priority","refentry"],"amqpenvelope.getreplyto":["AMQPEnvelope::getReplyTo","Get the message replyto","refentry"],"amqpenvelope.getroutingkey":["AMQPEnvelope::getRoutingKey","Get the message routing key","refentry"],"amqpenvelope.gettimestamp":["AMQPEnvelope::getTimeStamp","Get the message timestamp","refentry"],"amqpenvelope.gettype":["AMQPEnvelope::getType","Get the message type","refentry"],"amqpenvelope.getuserid":["AMQPEnvelope::getUserId","Get the message user id","refentry"],"amqpenvelope.isredelivery":["AMQPEnvelope::isRedelivery","Whether this is a redelivery of the message","refentry"],"class.amqpenvelope":["AMQPEnvelope","The AMQPEnvelope class","phpdoc:classref"],"book.amqp":["AMQP","AMQP","book"],"chdb.construct":["chdb::__construct","Creates a chdb instance","refentry"],"chdb.get":["chdb::get","Gets the value associated with a key","refentry"],"class.chdb":["chdb","The chdb class","phpdoc:classref"],"function.chdb-create":["chdb_create","Creates a chdb file","refentry"],"book.chdb":["chdb","Constant hash database","book"],"function.curl-close":["curl_close","Close a cURL session","refentry"],"function.curl-copy-handle":["curl_copy_handle","Copy a cURL handle along with all of its preferences","refentry"],"function.curl-errno":["curl_errno","Return the last error number","refentry"],"function.curl-error":["curl_error","Return a string containing the last error for the current session","refentry"],"function.curl-escape":["curl_escape","URL encodes the given string","refentry"],"function.curl-exec":["curl_exec","Perform a cURL session","refentry"],"function.curl-file-create":["curl_file_create","Create a CURLFile object","refentry"],"function.curl-getinfo":["curl_getinfo","Get information regarding a specific transfer","refentry"],"function.curl-init":["curl_init","Initialize a cURL session","refentry"],"function.curl-multi-add-handle":["curl_multi_add_handle","Add a normal cURL handle to a cURL multi handle","refentry"],"function.curl-multi-close":["curl_multi_close","Close a set of cURL handles","refentry"],"function.curl-multi-exec":["curl_multi_exec","Run the sub-connections of the current cURL handle","refentry"],"function.curl-multi-getcontent":["curl_multi_getcontent","Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set","refentry"],"function.curl-multi-info-read":["curl_multi_info_read","Get information about the current transfers","refentry"],"function.curl-multi-init":["curl_multi_init","Returns a new cURL multi handle","refentry"],"function.curl-multi-remove-handle":["curl_multi_remove_handle","Remove a multi handle from a set of cURL handles","refentry"],"function.curl-multi-select":["curl_multi_select","Wait for activity on any curl_multi connection","refentry"],"function.curl-multi-setopt":["curl_multi_setopt","Set an option for the cURL multi handle","refentry"],"function.curl-multi-strerror":["curl_multi_strerror","Return string describing error code","refentry"],"function.curl-pause":["curl_pause","Pause and unpause a connection","refentry"],"function.curl-reset":["curl_reset","Reset all options of a libcurl session handle","refentry"],"function.curl-setopt-array":["curl_setopt_array","Set multiple options for a cURL transfer","refentry"],"function.curl-setopt":["curl_setopt","Set an option for a cURL transfer","refentry"],"function.curl-share-close":["curl_share_close","Close a cURL share handle","refentry"],"function.curl-share-init":["curl_share_init","Initialize a cURL share handle","refentry"],"function.curl-share-setopt":["curl_share_setopt","Set an option for a cURL share handle.","refentry"],"function.curl-strerror":["curl_strerror","Return string describing the given error code","refentry"],"function.curl-unescape":["curl_unescape","Decodes the given URL encoded string","refentry"],"function.curl-version":["curl_version","Gets cURL version information","refentry"],"curlfile.construct":["CURLFile::__construct","Create a CURLFile object","refentry"],"curlfile.getfilename":["CURLFile::getFilename","Get file name","refentry"],"curlfile.getmimetype":["CURLFile::getMimeType","Get MIME type","refentry"],"curlfile.getpostfilename":["CURLFile::getPostFilename","Get file name for POST","refentry"],"curlfile.setmimetype":["CURLFile::setMimeType","Set MIME type","refentry"],"curlfile.setpostfilename":["CURLFile::setPostFilename","Set file name for POST","refentry"],"curlfile.wakeup":["CURLFile::__wakeup","Unserialization handler","refentry"],"class.curlfile":["CURLFile","The CURLFile class","phpdoc:classref"],"book.curl":["cURL","Client URL Library","book"],"event.add":["Event::add","Makes event pending","refentry"],"event.addsignal":["Event::addSignal","Makes signal event pending","refentry"],"event.addtimer":["Event::addTimer","Makes timer event pending","refentry"],"event.construct":["Event::__construct","Constructs Event object","refentry"],"event.del":["Event::del","Makes event non-pending","refentry"],"event.delsignal":["Event::delSignal","Makes signal event non-pending","refentry"],"event.deltimer":["Event::delTimer","Makes timer event non-pending","refentry"],"event.free":["Event::free","Make event non-pending and free resources allocated for this\n event.","refentry"],"event.getsupportedmethods":["Event::getSupportedMethods","Returns array with of the names of the methods supported in this version of Libevent","refentry"],"event.pending":["Event::pending","Detects whether event is pending or scheduled","refentry"],"event.set":["Event::set","Re-configures event","refentry"],"event.setpriority":["Event::setPriority","Set event priority","refentry"],"event.settimer":["Event::setTimer","Re-configures timer event","refentry"],"event.signal":["Event::signal","Constructs signal event object","refentry"],"event.timer":["Event::timer","Constructs timer event object","refentry"],"class.event":["Event","The Event class","phpdoc:classref"],"eventbase.construct":["EventBase::__construct","Constructs EventBase object","refentry"],"eventbase.dispatch":["EventBase::dispatch","Dispatch pending events","refentry"],"eventbase.exit":["EventBase::exit","Stop dispatching events","refentry"],"eventbase.getfeatures":["EventBase::getFeatures","Returns bitmask of features supported","refentry"],"eventbase.getmethod":["EventBase::getMethod","Returns event method in use","refentry"],"eventbase.gettimeofdaycached":["EventBase::getTimeOfDayCached","Returns the current event base time","refentry"],"eventbase.gotexit":["EventBase::gotExit","Checks if the event loop was told to exit","refentry"],"eventbase.gotstop":["EventBase::gotStop","Checks if the event loop was told to exit","refentry"],"eventbase.loop":["EventBase::loop","Dispatch pending events","refentry"],"eventbase.priorityinit":["EventBase::priorityInit","Sets number of priorities per event base","refentry"],"eventbase.reinit":["EventBase::reInit","Re-initialize event base(after a fork).","refentry"],"eventbase.stop":["EventBase::stop","Tells event_base to stop dispatching events","refentry"],"class.eventbase":["EventBase","The EventBase class","phpdoc:classref"],"eventbuffer.add":["EventBuffer::add","Append data to the end of an event buffer","refentry"],"eventbuffer.addbuffer":["EventBuffer::addBuffer","Move all data from a buffer provided to the current instance of EventBuffer","refentry"],"eventbuffer.appendfrom":["EventBuffer::appendFrom","Moves the specified number of bytes from a source buffer to the\n end of the current buffer","refentry"],"eventbuffer.construct":["EventBuffer::__construct","Constructs EventBuffer object","refentry"],"eventbuffer.copyout":["EventBuffer::copyout","Copies out specified number of bytes from the front of the buffer","refentry"],"eventbuffer.drain":["EventBuffer::drain","Removes specified number of bytes from the front of the buffer\n without copying it anywhere","refentry"],"eventbuffer.enablelocking":["EventBuffer::enableLocking","Description","refentry"],"eventbuffer.expand":["EventBuffer::expand","Reserves space in buffer","refentry"],"eventbuffer.freeze":["EventBuffer::freeze","Prevent calls that modify an event buffer from succeeding","refentry"],"eventbuffer.lock":["EventBuffer::lock","Acquires a lock on buffer","refentry"],"eventbuffer.prepend":["EventBuffer::prepend","Prepend data to the front of the buffer","refentry"],"eventbuffer.prependbuffer":["EventBuffer::prependBuffer","Moves all data from source buffer to the front of current buffer","refentry"],"eventbuffer.pullup":["EventBuffer::pullup","Linearizes data within buffer\n and returns it's contents as a string","refentry"],"eventbuffer.read":["EventBuffer::read","Read data from an evbuffer and drain the bytes read","refentry"],"eventbuffer.readfrom":["EventBuffer::readFrom","Read data from a file onto the end of the buffer","refentry"],"eventbuffer.readline":["EventBuffer::readLine","Extracts a line from the front of the buffer","refentry"],"eventbuffer.search":["EventBuffer::search","Scans the buffer for an occurrence of a string","refentry"],"eventbuffer.searcheol":["EventBuffer::searchEol","Scans the buffer for an occurrence of an end of line","refentry"],"eventbuffer.substr":["EventBuffer::substr","Substracts a portion of the buffer data","refentry"],"eventbuffer.unfreeze":["EventBuffer::unfreeze","Re-enable calls that modify an event buffer","refentry"],"eventbuffer.unlock":["EventBuffer::unlock","Releases lock acquired by EventBuffer::lock","refentry"],"eventbuffer.write":["EventBuffer::write","Write contents of the buffer to a file or socket","refentry"],"class.eventbuffer":["EventBuffer","The EventBuffer class","phpdoc:classref"],"eventbufferevent.connect":["EventBufferEvent::connect","Connect buffer event's file descriptor to given address or\n UNIX socket","refentry"],"eventbufferevent.connecthost":["EventBufferEvent::connectHost","Connects to a hostname with optionally asyncronous DNS resolving","refentry"],"eventbufferevent.construct":["EventBufferEvent::__construct","Constructs EventBufferEvent object","refentry"],"eventbufferevent.createpair":["EventBufferEvent::createPair","Creates two buffer events connected to each other","refentry"],"eventbufferevent.disable":["EventBufferEvent::disable","Disable events read, write, or both on a buffer event.","refentry"],"eventbufferevent.enable":["EventBufferEvent::enable","Enable events read, write, or both on a buffer event.","refentry"],"eventbufferevent.free":["EventBufferEvent::free","Free a buffer event","refentry"],"eventbufferevent.getdnserrorstring":["EventBufferEvent::getDnsErrorString","Returns string describing the last failed DNS lookup attempt","refentry"],"eventbufferevent.getenabled":["EventBufferEvent::getEnabled","Returns bitmask of events currently enabled on the buffer event","refentry"],"eventbufferevent.getinput":["EventBufferEvent::getInput","Returns underlying input buffer associated with current buffer\n event","refentry"],"eventbufferevent.getoutput":["EventBufferEvent::getOutput","Returns underlying output buffer associated with current buffer\n event","refentry"],"eventbufferevent.read":["EventBufferEvent::read","Read buffer's data","refentry"],"eventbufferevent.readbuffer":["EventBufferEvent::readBuffer","Drains the entire contents of the input buffer and places them into buf","refentry"],"eventbufferevent.setcallbacks":["EventBufferEvent::setCallbacks","Assigns read, write and event(status) callbacks","refentry"],"eventbufferevent.setpriority":["EventBufferEvent::setPriority","Assign a priority to a bufferevent","refentry"],"eventbufferevent.settimeouts":["EventBufferEvent::setTimeouts","Set the read and write timeout for a buffer event","refentry"],"eventbufferevent.setwatermark":["EventBufferEvent::setWatermark","Adjusts read and\/or write watermarks","refentry"],"eventbufferevent.sslerror":["EventBufferEvent::sslError","Returns most recent OpenSSL error reported on the buffer event","refentry"],"eventbufferevent.sslfilter":["EventBufferEvent::sslFilter","Create a new SSL buffer event to send its data over another buffer event","refentry"],"eventbufferevent.sslrenegotiate":["EventBufferEvent::sslRenegotiate","Tells a bufferevent to begin SSL renegotiation.","refentry"],"eventbufferevent.sslsocket":["EventBufferEvent::sslSocket","Creates a new SSL buffer event to send its data over an SSL on a socket","refentry"],"eventbufferevent.write":["EventBufferEvent::write","Adds data to a buffer event's output buffer","refentry"],"eventbufferevent.writebuffer":["EventBufferEvent::writeBuffer","Adds contents of the entire buffer to a buffer event's output\n buffer","refentry"],"class.eventbufferevent":["EventBufferEvent","The EventBufferEvent class","phpdoc:classref"],"eventconfig.avoidmethod":["EventConfig::avoidMethod","Tells libevent to avoid specific event method","refentry"],"eventconfig.construct":["EventConfig::__construct","Constructs EventConfig object","refentry"],"eventconfig.requirefeatures":["EventConfig::requireFeatures","Enters a required event method feature that the application demands","refentry"],"eventconfig.setmaxdispatchinterval":["EventConfig::setMaxDispatchInterval","Prevents priority inversion","refentry"],"class.eventconfig":["EventConfig","The EventConfig class","phpdoc:classref"],"eventdnsbase.addnameserverip":["EventDnsBase::addNameserverIp","Adds a nameserver to the DNS base","refentry"],"eventdnsbase.addsearch":["EventDnsBase::addSearch","Adds a domain to the list of search domains","refentry"],"eventdnsbase.clearsearch":["EventDnsBase::clearSearch","Removes all current search suffixes","refentry"],"eventdnsbase.construct":["EventDnsBase::__construct","Constructs EventDnsBase object","refentry"],"eventdnsbase.countnameservers":["EventDnsBase::countNameservers","Gets the number of configured nameservers","refentry"],"eventdnsbase.loadhosts":["EventDnsBase::loadHosts","Loads a hosts file (in the same format as \/etc\/hosts) from hosts file","refentry"],"eventdnsbase.parseresolvconf":["EventDnsBase::parseResolvConf","Scans the resolv.conf-formatted file","refentry"],"eventdnsbase.setoption":["EventDnsBase::setOption","Set the value of a configuration option","refentry"],"eventdnsbase.setsearchndots":["EventDnsBase::setSearchNdots","Set the 'ndots' parameter for searches","refentry"],"class.eventdnsbase":["EventDnsBase","The EventDnsBase class","phpdoc:classref"],"eventhttp.accept":["EventHttp::accept","Makes an HTTP server accept connections on the specified socket stream or resource","refentry"],"eventhttp.addserveralias":["EventHttp::addServerAlias","Adds a server alias to the HTTP server object","refentry"],"eventhttp.bind":["EventHttp::bind","Binds an HTTP server on the specified address and port","refentry"],"eventhttp.construct":["EventHttp::__construct","Constructs EventHttp object(the HTTP server)","refentry"],"eventhttp.removeserveralias":["EventHttp::removeServerAlias","Removes server alias","refentry"],"eventhttp.setallowedmethods":["EventHttp::setAllowedMethods","Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks","refentry"],"eventhttp.setcallback":["EventHttp::setCallback","Sets a callback for specified URI","refentry"],"eventhttp.setdefaultcallback":["EventHttp::setDefaultCallback","Sets default callback to handle requests that are not caught by specific callbacks","refentry"],"eventhttp.setmaxbodysize":["EventHttp::setMaxBodySize","Sets maximum request body size","refentry"],"eventhttp.setmaxheaderssize":["EventHttp::setMaxHeadersSize","Sets maximum HTTP header size","refentry"],"eventhttp.settimeout":["EventHttp::setTimeout","Sets the timeout for an HTTP request","refentry"],"class.eventhttp":["EventHttp","The EventHttp class","phpdoc:classref"],"eventhttpconnection.construct":["EventHttpConnection::__construct","Constructs EventHttpConnection object","refentry"],"eventhttpconnection.getbase":["EventHttpConnection::getBase","Returns event base associated with the connection","refentry"],"eventhttpconnection.getpeer":["EventHttpConnection::getPeer","Gets the remote address and port associated with the connection","refentry"],"eventhttpconnection.makerequest":["EventHttpConnection::makeRequest","Makes an HTTP request over the specified connection","refentry"],"eventhttpconnection.setclosecallback":["EventHttpConnection::setCloseCallback","Set callback for connection close","refentry"],"eventhttpconnection.setlocaladdress":["EventHttpConnection::setLocalAddress","Sets the IP address from which HTTP connections are made","refentry"],"eventhttpconnection.setlocalport":["EventHttpConnection::setLocalPort","Sets the local port from which connections are made","refentry"],"eventhttpconnection.setmaxbodysize":["EventHttpConnection::setMaxBodySize","Sets maximum body size for the connection","refentry"],"eventhttpconnection.setmaxheaderssize":["EventHttpConnection::setMaxHeadersSize","Sets maximum header size","refentry"],"eventhttpconnection.setretries":["EventHttpConnection::setRetries","Sets the retry limit for the connection","refentry"],"eventhttpconnection.settimeout":["EventHttpConnection::setTimeout","Sets the timeout for the connection","refentry"],"class.eventhttpconnection":["EventHttpConnection","The EventHttpConnection class","phpdoc:classref"],"eventhttprequest.addheader":["EventHttpRequest::addHeader","Adds an HTTP header to the headers of the request","refentry"],"eventhttprequest.cancel":["EventHttpRequest::cancel","Cancels a pending HTTP request","refentry"],"eventhttprequest.clearheaders":["EventHttpRequest::clearHeaders","Removes all output headers from the header list of the request","refentry"],"eventhttprequest.closeconnection":["EventHttpRequest::closeConnection","Closes associated HTTP connection","refentry"],"eventhttprequest.construct":["EventHttpRequest::__construct","Constructs EventHttpRequest object","refentry"],"eventhttprequest.findheader":["EventHttpRequest::findHeader","Finds the value belonging a header","refentry"],"eventhttprequest.free":["EventHttpRequest::free","Frees the object and removes associated events","refentry"],"eventhttprequest.getbufferevent":["EventHttpRequest::getBufferEvent","Returns EventBufferEvent object","refentry"],"eventhttprequest.getcommand":["EventHttpRequest::getCommand","Returns the request command(method)","refentry"],"eventhttprequest.getconnection":["EventHttpRequest::getConnection","Returns EventHttpConnection object","refentry"],"eventhttprequest.gethost":["EventHttpRequest::getHost","Returns the request host","refentry"],"eventhttprequest.getinputbuffer":["EventHttpRequest::getInputBuffer","Returns the input buffer","refentry"],"eventhttprequest.getinputheaders":["EventHttpRequest::getInputHeaders","Returns associative array of the input headers","refentry"],"eventhttprequest.getoutputbuffer":["EventHttpRequest::getOutputBuffer","Returns the output buffer of the request","refentry"],"eventhttprequest.getoutputheaders":["EventHttpRequest::getOutputHeaders","Returns associative array of the input headers","refentry"],"eventhttprequest.getresponsecode":["EventHttpRequest::getResponseCode","Returns the the response code","refentry"],"eventhttprequest.geturi":["EventHttpRequest::getUri","Returns the request URI","refentry"],"eventhttprequest.removeheader":["EventHttpRequest::removeHeader","Removes an HTTP header from the headers of the request","refentry"],"eventhttprequest.senderror":["EventHttpRequest::sendError","Send an HTML error message to the client","refentry"],"eventhttprequest.sendreply":["EventHttpRequest::sendReply","Send an HTML reply to the client","refentry"],"eventhttprequest.sendreplychunk":["EventHttpRequest::sendReplyChunk","Send another data chunk as part of an ongoing chunked reply","refentry"],"eventhttprequest.sendreplyend":["EventHttpRequest::sendReplyEnd","Complete a chunked reply, freeing the request as appropriate","refentry"],"eventhttprequest.sendreplystart":["EventHttpRequest::sendReplyStart","Initiate a chunked reply","refentry"],"class.eventhttprequest":["EventHttpRequest","The EventHttpRequest class","phpdoc:classref"],"eventlistener.construct":["EventListener::__construct","Creates new connection listener associated with an event base","refentry"],"eventlistener.disable":["EventListener::disable","Disables an event connect listener object","refentry"],"eventlistener.enable":["EventListener::enable","Enables an event connect listener object","refentry"],"eventlistener.getbase":["EventListener::getBase","Returns event base associated with the event listener","refentry"],"eventlistener.getsocketname":["EventListener::getSocketName","Retreives the current address to which the\n listener's socket is bound.","refentry"],"eventlistener.setcallback":["EventListener::setCallback","The setCallback purpose","refentry"],"eventlistener.seterrorcallback":["EventListener::setErrorCallback","Set event listener's error callback","refentry"],"class.eventlistener":["EventListener","The EventListener class","phpdoc:classref"],"eventsslcontext.construct":["EventSslContext::__construct","Constructs an OpenSSL context for use with Event classes","refentry"],"class.eventsslcontext":["EventSslContext","The EventSslContext class","phpdoc:classref"],"eventutil.construct":["EventUtil::__construct","The abstract constructor","refentry"],"eventutil.getlastsocketerrno":["EventUtil::getLastSocketErrno","Returns the most recent socket error number","refentry"],"eventutil.getlastsocketerror":["EventUtil::getLastSocketError","Returns the most recent socket error","refentry"],"eventutil.getsocketfd":["EventUtil::getSocketFd","Returns numeric file descriptor of a socket, or stream","refentry"],"eventutil.getsocketname":["EventUtil::getSocketName","Retreives the current address to which the\n socket is bound.","refentry"],"eventutil.setsocketoption":["EventUtil::setSocketOption","Sets socket options","refentry"],"eventutil.sslrandpoll":["EventUtil::sslRandPoll","Generates entropy by means of OpenSSL's RAND_poll()","refentry"],"class.eventutil":["EventUtil","The EventUtil class","phpdoc:classref"],"book.event":["Event","Event","book"],"function.fam-cancel-monitor":["fam_cancel_monitor","Terminate monitoring","refentry"],"function.fam-close":["fam_close","Close FAM connection","refentry"],"function.fam-monitor-collection":["fam_monitor_collection","Monitor a collection of files in a directory for changes","refentry"],"function.fam-monitor-directory":["fam_monitor_directory","Monitor a directory for changes","refentry"],"function.fam-monitor-file":["fam_monitor_file","Monitor a regular file for changes","refentry"],"function.fam-next-event":["fam_next_event","Get next pending FAM event","refentry"],"function.fam-open":["fam_open","Open connection to FAM daemon","refentry"],"function.fam-pending":["fam_pending","Check for pending FAM events","refentry"],"function.fam-resume-monitor":["fam_resume_monitor","Resume suspended monitoring","refentry"],"function.fam-suspend-monitor":["fam_suspend_monitor","Temporarily suspend monitoring","refentry"],"book.fam":["FAM","File Alteration Monitor","book"],"function.ftp-alloc":["ftp_alloc","Allocates space for a file to be uploaded","refentry"],"function.ftp-cdup":["ftp_cdup","Changes to the parent directory","refentry"],"function.ftp-chdir":["ftp_chdir","Changes the current directory on a FTP server","refentry"],"function.ftp-chmod":["ftp_chmod","Set permissions on a file via FTP","refentry"],"function.ftp-close":["ftp_close","Closes an FTP connection","refentry"],"function.ftp-connect":["ftp_connect","Opens an FTP connection","refentry"],"function.ftp-delete":["ftp_delete","Deletes a file on the FTP server","refentry"],"function.ftp-exec":["ftp_exec","Requests execution of a command on the FTP server","refentry"],"function.ftp-fget":["ftp_fget","Downloads a file from the FTP server and saves to an open file","refentry"],"function.ftp-fput":["ftp_fput","Uploads from an open file to the FTP server","refentry"],"function.ftp-get-option":["ftp_get_option","Retrieves various runtime behaviours of the current FTP stream","refentry"],"function.ftp-get":["ftp_get","Downloads a file from the FTP server","refentry"],"function.ftp-login":["ftp_login","Logs in to an FTP connection","refentry"],"function.ftp-mdtm":["ftp_mdtm","Returns the last modified time of the given file","refentry"],"function.ftp-mkdir":["ftp_mkdir","Creates a directory","refentry"],"function.ftp-nb-continue":["ftp_nb_continue","Continues retrieving\/sending a file (non-blocking)","refentry"],"function.ftp-nb-fget":["ftp_nb_fget","Retrieves a file from the FTP server and writes it to an open file (non-blocking)","refentry"],"function.ftp-nb-fput":["ftp_nb_fput","Stores a file from an open file to the FTP server (non-blocking)","refentry"],"function.ftp-nb-get":["ftp_nb_get","Retrieves a file from the FTP server and writes it to a local file (non-blocking)","refentry"],"function.ftp-nb-put":["ftp_nb_put","Stores a file on the FTP server (non-blocking)","refentry"],"function.ftp-nlist":["ftp_nlist","Returns a list of files in the given directory","refentry"],"function.ftp-pasv":["ftp_pasv","Turns passive mode on or off","refentry"],"function.ftp-put":["ftp_put","Uploads a file to the FTP server","refentry"],"function.ftp-pwd":["ftp_pwd","Returns the current directory name","refentry"],"function.ftp-quit":["ftp_quit","Alias of ftp_close","refentry"],"function.ftp-raw":["ftp_raw","Sends an arbitrary command to an FTP server","refentry"],"function.ftp-rawlist":["ftp_rawlist","Returns a detailed list of files in the given directory","refentry"],"function.ftp-rename":["ftp_rename","Renames a file or a directory on the FTP server","refentry"],"function.ftp-rmdir":["ftp_rmdir","Removes a directory","refentry"],"function.ftp-set-option":["ftp_set_option","Set miscellaneous runtime FTP options","refentry"],"function.ftp-site":["ftp_site","Sends a SITE command to the server","refentry"],"function.ftp-size":["ftp_size","Returns the size of the given file","refentry"],"function.ftp-ssl-connect":["ftp_ssl_connect","Opens an Secure SSL-FTP connection","refentry"],"function.ftp-systype":["ftp_systype","Returns the system type identifier of the remote FTP server","refentry"],"gearmanclient.addoptions":["GearmanClient::addOptions","Add client options","refentry"],"gearmanclient.addserver":["GearmanClient::addServer","Add a job server to the client","refentry"],"gearmanclient.addservers":["GearmanClient::addServers","Add a list of job servers to the client","refentry"],"gearmanclient.addtask":["GearmanClient::addTask","Add a task to be run in parallel","refentry"],"gearmanclient.addtaskbackground":["GearmanClient::addTaskBackground","Add a background task to be run in parallel","refentry"],"gearmanclient.addtaskhigh":["GearmanClient::addTaskHigh","Add a high priority task to run in parallel","refentry"],"gearmanclient.addtaskhighbackground":["GearmanClient::addTaskHighBackground","Add a high priority background task to be run in parallel","refentry"],"gearmanclient.addtasklow":["GearmanClient::addTaskLow","Add a low priority task to run in parallel","refentry"],"gearmanclient.addtasklowbackground":["GearmanClient::addTaskLowBackground","Add a low priority background task to be run in parallel","refentry"],"gearmanclient.addtaskstatus":["GearmanClient::addTaskStatus","Add a task to get status","refentry"],"gearmanclient.clearcallbacks":["GearmanClient::clearCallbacks","Clear all task callback functions","refentry"],"gearmanclient.clone":["GearmanClient::clone","Create a copy of a GearmanClient object","refentry"],"gearmanclient.construct":["GearmanClient::__construct","Create a GearmanClient instance","refentry"],"gearmanclient.context":["GearmanClient::context","Get the application context","refentry"],"gearmanclient.data":["GearmanClient::data","Get the application data (deprecated)","refentry"],"gearmanclient.do":["GearmanClient::do","Run a single task and return a result [deprecated]","refentry"],"gearmanclient.dobackground":["GearmanClient::doBackground","Run a task in the background","refentry"],"gearmanclient.dohigh":["GearmanClient::doHigh","Run a single high priority task","refentry"],"gearmanclient.dohighbackground":["GearmanClient::doHighBackground","Run a high priority task in the background","refentry"],"gearmanclient.dojobhandle":["GearmanClient::doJobHandle","Get the job handle for the running task","refentry"],"gearmanclient.dolow":["GearmanClient::doLow","Run a single low priority task","refentry"],"gearmanclient.dolowbackground":["GearmanClient::doLowBackground","Run a low priority task in the background","refentry"],"gearmanclient.donormal":["GearmanClient::doNormal","Run a single task and return a result","refentry"],"gearmanclient.dostatus":["GearmanClient::doStatus","Get the status for the running task","refentry"],"gearmanclient.echo":["GearmanClient::echo","Send data to all job servers to see if they echo it back [deprecated]","refentry"],"gearmanclient.error":["GearmanClient::error","Returns an error string for the last error encountered.","refentry"],"gearmanclient.geterrno":["GearmanClient::getErrno","Get an errno value","refentry"],"gearmanclient.jobstatus":["GearmanClient::jobStatus","Get the status of a background job","refentry"],"gearmanclient.ping":["GearmanClient::ping","Send data to all job servers to see if they echo it back","refentry"],"gearmanclient.removeoptions":["GearmanClient::removeOptions","Remove client options","refentry"],"gearmanclient.returncode":["GearmanClient::returnCode","Get the last Gearman return code","refentry"],"gearmanclient.runtasks":["GearmanClient::runTasks","Run a list of tasks in parallel","refentry"],"gearmanclient.setclientcallback":["GearmanClient::setClientCallback","Callback function when there is a data packet for a task (deprecated)","refentry"],"gearmanclient.setcompletecallback":["GearmanClient::setCompleteCallback","Set a function to be called on task completion","refentry"],"gearmanclient.setcontext":["GearmanClient::setContext","Set application context","refentry"],"gearmanclient.setcreatedcallback":["GearmanClient::setCreatedCallback","Set a callback for when a task is queued","refentry"],"gearmanclient.setdata":["GearmanClient::setData","Set application data (deprecated)","refentry"],"gearmanclient.setdatacallback":["GearmanClient::setDataCallback","Callback function when there is a data packet for a task","refentry"],"gearmanclient.setexceptioncallback":["GearmanClient::setExceptionCallback","Set a callback for worker exceptions","refentry"],"gearmanclient.setfailcallback":["GearmanClient::setFailCallback","Set callback for job failure","refentry"],"gearmanclient.setoptions":["GearmanClient::setOptions","Set client options","refentry"],"gearmanclient.setstatuscallback":["GearmanClient::setStatusCallback","Set a callback for collecting task status","refentry"],"gearmanclient.settimeout":["GearmanClient::setTimeout","Set socket I\/O activity timeout","refentry"],"gearmanclient.setwarningcallback":["GearmanClient::setWarningCallback","Set a callback for worker warnings","refentry"],"gearmanclient.setworkloadcallback":["GearmanClient::setWorkloadCallback","Set a callback for accepting incremental data updates","refentry"],"gearmanclient.timeout":["GearmanClient::timeout","Get current socket I\/O activity timeout value","refentry"],"class.gearmanclient":["GearmanClient","The GearmanClient class","phpdoc:classref"],"gearmanjob.complete":["GearmanJob::complete","Send the result and complete status (deprecated)","refentry"],"gearmanjob.construct":["GearmanJob::__construct","Create a GearmanJob instance","refentry"],"gearmanjob.data":["GearmanJob::data","Send data for a running job (deprecated)","refentry"],"gearmanjob.exception":["GearmanJob::exception","Send exception for running job (deprecated)","refentry"],"gearmanjob.fail":["GearmanJob::fail","Send fail status (deprecated)","refentry"],"gearmanjob.functionname":["GearmanJob::functionName","Get function name","refentry"],"gearmanjob.handle":["GearmanJob::handle","Get the job handle","refentry"],"gearmanjob.returncode":["GearmanJob::returnCode","Get last return code","refentry"],"gearmanjob.sendcomplete":["GearmanJob::sendComplete","Send the result and complete status","refentry"],"gearmanjob.senddata":["GearmanJob::sendData","Send data for a running job","refentry"],"gearmanjob.sendexception":["GearmanJob::sendException","Send exception for running job (exception)","refentry"],"gearmanjob.sendfail":["GearmanJob::sendFail","Send fail status","refentry"],"gearmanjob.sendstatus":["GearmanJob::sendStatus","Send status","refentry"],"gearmanjob.sendwarning":["GearmanJob::sendWarning","Send a warning","refentry"],"gearmanjob.setreturn":["GearmanJob::setReturn","Set a return value","refentry"],"gearmanjob.status":["GearmanJob::status","Send status (deprecated)","refentry"],"gearmanjob.unique":["GearmanJob::unique","Get the unique identifier","refentry"],"gearmanjob.warning":["GearmanJob::warning","Send a warning (deprecated)","refentry"],"gearmanjob.workload":["GearmanJob::workload","Get workload","refentry"],"gearmanjob.workloadsize":["GearmanJob::workloadSize","Get size of work load","refentry"],"class.gearmanjob":["GearmanJob","The GearmanJob class","phpdoc:classref"],"gearmantask.construct":["GearmanTask::__construct","Create a GearmanTask instance","refentry"],"gearmantask.create":["GearmanTask::create","Create a task (deprecated)","refentry"],"gearmantask.data":["GearmanTask::data","Get data returned for a task","refentry"],"gearmantask.datasize":["GearmanTask::dataSize","Get the size of returned data","refentry"],"gearmantask.function":["GearmanTask::function","Get associated function name (deprecated)","refentry"],"gearmantask.functionname":["GearmanTask::functionName","Get associated function name","refentry"],"gearmantask.isknown":["GearmanTask::isKnown","Determine if task is known","refentry"],"gearmantask.isrunning":["GearmanTask::isRunning","Test whether the task is currently running","refentry"],"gearmantask.jobhandle":["GearmanTask::jobHandle","Get the job handle","refentry"],"gearmantask.recvdata":["GearmanTask::recvData","Read work or result data into a buffer for a task","refentry"],"gearmantask.returncode":["GearmanTask::returnCode","Get the last return code","refentry"],"gearmantask.senddata":["GearmanTask::sendData","Send data for a task (deprecated)","refentry"],"gearmantask.sendworkload":["GearmanTask::sendWorkload","Send data for a task","refentry"],"gearmantask.taskdenominator":["GearmanTask::taskDenominator","Get completion percentage denominator","refentry"],"gearmantask.tasknumerator":["GearmanTask::taskNumerator","Get completion percentage numerator","refentry"],"gearmantask.unique":["GearmanTask::unique","Get the unique identifier for a task","refentry"],"gearmantask.uuid":["GearmanTask::uuid","Get the unique identifier for a task (deprecated)","refentry"],"class.gearmantask":["GearmanTask","The GearmanTask class","phpdoc:classref"],"gearmanworker.addfunction":["GearmanWorker::addFunction","Register and add callback function","refentry"],"gearmanworker.addoptions":["GearmanWorker::addOptions","Add worker options","refentry"],"gearmanworker.addserver":["GearmanWorker::addServer","Add a job server","refentry"],"gearmanworker.addservers":["GearmanWorker::addServers","Add job servers","refentry"],"gearmanworker.clone":["GearmanWorker::clone","Create a copy of the worker","refentry"],"gearmanworker.construct":["GearmanWorker::__construct","Create a GearmanWorker instance","refentry"],"gearmanworker.echo":["GearmanWorker::echo","Test job server response","refentry"],"gearmanworker.error":["GearmanWorker::error","Get the last error encountered","refentry"],"gearmanworker.geterrno":["GearmanWorker::getErrno","Get errno","refentry"],"gearmanworker.options":["GearmanWorker::options","Get worker options","refentry"],"gearmanworker.register":["GearmanWorker::register","Register a function with the job server","refentry"],"gearmanworker.removeoptions":["GearmanWorker::removeOptions","Remove worker options","refentry"],"gearmanworker.returncode":["GearmanWorker::returnCode","Get last Gearman return code","refentry"],"function.func-name":["GearmanWorker::setId","Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers.","refentry"],"gearmanworker.setoptions":["GearmanWorker::setOptions","Set worker options","refentry"],"gearmanworker.settimeout":["GearmanWorker::setTimeout","Set socket I\/O activity timeout","refentry"],"gearmanworker.timeout":["GearmanWorker::timeout","Get socket I\/O activity timeout","refentry"],"gearmanworker.unregister":["GearmanWorker::unregister","Unregister a function name with the job servers","refentry"],"gearmanworker.unregisterall":["GearmanWorker::unregisterAll","Unregister all function names with the job servers","refentry"],"gearmanworker.wait":["GearmanWorker::wait","Wait for activity from one of the job servers","refentry"],"gearmanworker.work":["GearmanWorker::work","Wait for and perform jobs","refentry"],"class.gearmanworker":["GearmanWorker","The GearmanWorker class","phpdoc:classref"],"class.gearmanexception":["GearmanException","The GearmanException class","phpdoc:classref"],"book.gearman":["Gearman","Gearman","book"],"function.gopher-parsedir":["gopher_parsedir","Translate a gopher formatted directory entry into an associative array.","refentry"],"book.net-gopher":["Gopher","Net Gopher","book"],"function.gupnp-context-get-host-ip":["gupnp_context_get_host_ip","Get the IP address","refentry"],"function.gupnp-context-get-port":["gupnp_context_get_port","Get the port","refentry"],"function.gupnp-context-get-subscription-timeout":["gupnp_context_get_subscription_timeout","Get the event subscription timeout","refentry"],"function.gupnp-context-host-path":["gupnp_context_host_path","Start hosting","refentry"],"function.gupnp-context-new":["gupnp_context_new","Create a new context","refentry"],"function.gupnp-context-set-subscription-timeout":["gupnp_context_set_subscription_timeout","Sets the event subscription timeout","refentry"],"function.gupnp-context-timeout-add":["gupnp_context_timeout_add","Sets a function to be called at regular intervals","refentry"],"function.gupnp-context-unhost-path":["gupnp_context_unhost_path","Stop hosting","refentry"],"function.gupnp-control-point-browse-start":["gupnp_control_point_browse_start","Start browsing","refentry"],"function.gupnp-control-point-browse-stop":["gupnp_control_point_browse_stop","Stop browsing","refentry"],"function.gupnp-control-point-callback-set":["gupnp_control_point_callback_set","Set control point callback","refentry"],"function.gupnp-control-point-new":["gupnp_control_point_new","Create a new control point","refentry"],"function.gupnp-device-action-callback-set":["gupnp_device_action_callback_set","Set device callback function","refentry"],"function.gupnp-device-info-get-service":["gupnp_device_info_get_service","Get the service with type","refentry"],"function.gupnp-device-info-get":["gupnp_device_info_get","Get info of root device","refentry"],"function.gupnp-root-device-get-available":["gupnp_root_device_get_available","Check whether root device is available","refentry"],"function.gupnp-root-device-get-relative-location":["gupnp_root_device_get_relative_location","Get the relative location of root device.","refentry"],"function.gupnp-root-device-new":["gupnp_root_device_new","Create a new root device","refentry"],"function.gupnp-root-device-set-available":["gupnp_root_device_set_available","Set whether or not root_device is available","refentry"],"function.gupnp-root-device-start":["gupnp_root_device_start","Start main loop","refentry"],"function.gupnp-root-device-stop":["gupnp_root_device_stop","Stop main loop","refentry"],"function.gupnp-service-action-get":["gupnp_service_action_get","Retrieves the specified action arguments","refentry"],"function.gupnp-service-action-return-error":["gupnp_service_action_return_error","Return error code","refentry"],"function.gupnp-service-action-return":["gupnp_service_action_return","Return successfully","refentry"],"function.gupnp-service-action-set":["gupnp_service_action_set","Sets the specified action return values","refentry"],"function.gupnp-service-freeze-notify":["gupnp_service_freeze_notify","Freeze new notifications","refentry"],"function.gupnp-service-info-get-introspection":["gupnp_service_info_get_introspection","Get resource introspection of service","refentry"],"function.gupnp-service-info-get":["gupnp_service_info_get","Get full info of service","refentry"],"function.gupnp-service-introspection-get-state-variable":["gupnp_service_introspection_get_state_variable","Returns the state variable data","refentry"],"function.gupnp-service-notify":["gupnp_service_notify","Notifies listening clients","refentry"],"function.gupnp-service-proxy-action-get":["gupnp_service_proxy_action_get","Send action to the service and get value","refentry"],"function.gupnp-service-proxy-action-set":["gupnp_service_proxy_action_set","Send action to the service and set value","refentry"],"function.gupnp-service-proxy-add-notify":["gupnp_service_proxy_add_notify","Sets up callback for variable change notification","refentry"],"function.gupnp-service-proxy-callback-set":["gupnp_service_proxy_callback_set","Set service proxy callback for signal","refentry"],"function.gupnp-service-proxy-get-subscribed":["gupnp_service_proxy_get_subscribed","Check whether subscription is valid to the service","refentry"],"function.gupnp-service-proxy-remove-notify":["gupnp_service_proxy_remove_notify","Cancels the variable change notification","refentry"],"gupnp-service-proxy-send-action":["gupnp_service_proxy_send_action","Send action with multiple parameters synchronously","refentry"],"function.gupnp-service-proxy-set-subscribed":["gupnp_service_proxy_set_subscribed","(Un)subscribes to the service.","refentry"],"function.gupnp-service-thaw-notify":["gupnp_service_thaw_notify","Sends out any pending notifications and stops queuing of new ones.","refentry"],"book.gupnp":["Gupnp","Gupnp","book"],"http.install":["Installing the HTTP extension","Installation\/Configuration","section"],"http.request.options":["Request Options","Options usable with the HttpRequest class and request functions","appendix"],"httpdeflatestream.construct":["HttpDeflateStream::__construct","HttpDeflateStream class constructor","refentry"],"httpdeflatestream.factory":["HttpDeflateStream::factory","HttpDeflateStream class factory","refentry"],"httpdeflatestream.finish":["HttpDeflateStream::finish","Finalize deflate stream","refentry"],"httpdeflatestream.flush":["HttpDeflateStream::flush","Flush deflate stream","refentry"],"httpdeflatestream.update":["HttpDeflateStream::update","Update deflate stream","refentry"],"class.httpdeflatestream":["HttpDeflateStream","The HttpDeflateStream class","phpdoc:classref"],"httpinflatestream.construct":["HttpInflateStream::__construct","HttpInflateStream class constructor","refentry"],"httpinflatestream.factory":["HttpInflateStream::factory","HttpInflateStream class factory","refentry"],"httpinflatestream.finish":["HttpInflateStream::finish","Finalize inflate stream","refentry"],"httpinflatestream.flush":["HttpInflateStream::flush","Flush inflate stream","refentry"],"httpinflatestream.update":["HttpInflateStream::update","Update inflate stream","refentry"],"class.httpinflatestream":["HttpInflateStream","The HttpInflateStream class","phpdoc:classref"],"httpmessage.addheaders":["HttpMessage::addHeaders","Add headers","refentry"],"httpmessage.construct":["HttpMessage::__construct","HttpMessage constructor","refentry"],"httpmessage.detach":["HttpMessage::detach","Detach HttpMessage","refentry"],"httpmessage.factory":["HttpMessage::factory","Create HttpMessage from string","refentry"],"httpmessage.fromenv":["HttpMessage::fromEnv","Create HttpMessage from environment","refentry"],"httpmessage.fromstring":["HttpMessage::fromString","Create HttpMessage from string","refentry"],"httpmessage.getbody":["HttpMessage::getBody","Get message body","refentry"],"httpmessage.getheader":["HttpMessage::getHeader","Get header","refentry"],"httpmessage.getheaders":["HttpMessage::getHeaders","Get message headers","refentry"],"httpmessage.gethttpversion":["HttpMessage::getHttpVersion","Get HTTP version","refentry"],"httpmessage.getparentmessage":["HttpMessage::getParentMessage","Get parent message","refentry"],"httpmessage.getrequestmethod":["HttpMessage::getRequestMethod","Get request method","refentry"],"httpmessage.getrequesturl":["HttpMessage::getRequestUrl","Get request URL","refentry"],"httpmessage.getresponsecode":["HttpMessage::getResponseCode","Get response code","refentry"],"httpmessage.getresponsestatus":["HttpMessage::getResponseStatus","Get response status","refentry"],"httpmessage.gettype":["HttpMessage::getType","Get message type","refentry"],"httpmessage.guesscontenttype":["HttpMessage::guessContentType","Guess content type","refentry"],"httpmessage.prepend":["HttpMessage::prepend","Prepend message(s)","refentry"],"httpmessage.reverse":["HttpMessage::reverse","Reverse message chain","refentry"],"httpmessage.send":["HttpMessage::send","Send message","refentry"],"httpmessage.setbody":["HttpMessage::setBody","Set message body","refentry"],"httpmessage.setheaders":["HttpMessage::setHeaders","Set headers","refentry"],"httpmessage.sethttpversion":["HttpMessage::setHttpVersion","Set HTTP version","refentry"],"httpmessage.setrequestmethod":["HttpMessage::setRequestMethod","Set request method","refentry"],"httpmessage.setrequesturl":["HttpMessage::setRequestUrl","Set request URL","refentry"],"httpmessage.setresponsecode":["HttpMessage::setResponseCode","Set response code","refentry"],"httpmessage.setresponsestatus":["HttpMessage::setResponseStatus","Set response status","refentry"],"httpmessage.settype":["HttpMessage::setType","Set message type","refentry"],"httpmessage.tomessagetypeobject":["HttpMessage::toMessageTypeObject","Create HTTP object regarding message type","refentry"],"httpmessage.tostring":["HttpMessage::toString","Get string representation","refentry"],"class.httpmessage":["HttpMessage","The HttpMessage class","phpdoc:classref"],"httpquerystring.construct":["HttpQueryString::__construct","HttpQueryString constructor","refentry"],"httpquerystring.get":["HttpQueryString::get","Get (part of) query string","refentry"],"httpquerystring.mod":["HttpQueryString::mod","Modifiy query string copy","refentry"],"httpquerystring.set":["HttpQueryString::set","Set query string params","refentry"],"httpquerystring.singleton":["HttpQueryString::singleton","HttpQueryString singleton","refentry"],"httpquerystring.toarray":["HttpQueryString::toArray","Get query string as array","refentry"],"httpquerystring.tostring":["HttpQueryString::toString","Get query string","refentry"],"httpquerystring.xlate":["HttpQueryString::xlate","Change query strings charset","refentry"],"class.httpquerystring":["HttpQueryString","The HttpQueryString class","phpdoc:classref"],"httprequest.addcookies":["HttpRequest::addCookies","Add cookies","refentry"],"httprequest.addheaders":["HttpRequest::addHeaders","Add headers","refentry"],"httprequest.addpostfields":["HttpRequest::addPostFields","Add post fields","refentry"],"httprequest.addpostfile":["HttpRequest::addPostFile","Add post file","refentry"],"httprequest.addputdata":["HttpRequest::addPutData","Add put data","refentry"],"httprequest.addquerydata":["HttpRequest::addQueryData","Add query data","refentry"],"httprequest.addrawpostdata":["HttpRequest::addRawPostData","Add raw post data","refentry"],"httprequest.addssloptions":["HttpRequest::addSslOptions","Add ssl options","refentry"],"httprequest.clearhistory":["HttpRequest::clearHistory","Clear history","refentry"],"httprequest.construct":["HttpRequest::__construct","HttpRequest constructor","refentry"],"httprequest.enablecookies":["HttpRequest::enableCookies","Enable cookies","refentry"],"httprequest.getcontenttype":["HttpRequest::getContentType","Get content type","refentry"],"httprequest.getcookies":["HttpRequest::getCookies","Get cookies","refentry"],"httprequest.getheaders":["HttpRequest::getHeaders","Get headers","refentry"],"httprequest.gethistory":["HttpRequest::getHistory","Get history","refentry"],"httprequest.getmethod":["HttpRequest::getMethod","Get method","refentry"],"httprequest.getoptions":["HttpRequest::getOptions","Get options","refentry"],"httprequest.getpostfields":["HttpRequest::getPostFields","Get post fields","refentry"],"httprequest.getpostfiles":["HttpRequest::getPostFiles","Get post files","refentry"],"httprequest.getputdata":["HttpRequest::getPutData","Get put data","refentry"],"httprequest.getputfile":["HttpRequest::getPutFile","Get put file","refentry"],"httprequest.getquerydata":["HttpRequest::getQueryData","Get query data","refentry"],"httprequest.getrawpostdata":["HttpRequest::getRawPostData","Get raw post data","refentry"],"httprequest.getrawrequestmessage":["HttpRequest::getRawRequestMessage","Get raw request message","refentry"],"httprequest.getrawresponsemessage":["HttpRequest::getRawResponseMessage","Get raw response message","refentry"],"httprequest.getrequestmessage":["HttpRequest::getRequestMessage","Get request message","refentry"],"httprequest.getresponsebody":["HttpRequest::getResponseBody","Get response body","refentry"],"httprequest.getresponsecode":["HttpRequest::getResponseCode","Get response code","refentry"],"httprequest.getresponsecookies":["HttpRequest::getResponseCookies","Get response cookie(s)","refentry"],"httprequest.getresponsedata":["HttpRequest::getResponseData","Get response data","refentry"],"httprequest.getresponseheader":["HttpRequest::getResponseHeader","Get response header(s)","refentry"],"httprequest.getresponseinfo":["HttpRequest::getResponseInfo","Get response info","refentry"],"httprequest.getresponsemessage":["HttpRequest::getResponseMessage","Get response message","refentry"],"httprequest.getresponsestatus":["HttpRequest::getResponseStatus","Get response status","refentry"],"httprequest.getssloptions":["HttpRequest::getSslOptions","Get ssl options","refentry"],"httprequest.geturl":["HttpRequest::getUrl","Get url","refentry"],"httprequest.resetcookies":["HttpRequest::resetCookies","Reset cookies","refentry"],"httprequest.send":["HttpRequest::send","Send request","refentry"],"httprequest.setbody":["HttpRequest::setBody","Set request body to send, overwriting previously set request body.","refentry"],"httprequest.setcontenttype":["HttpRequest::setContentType","Set content type","refentry"],"httprequest.setcookies":["HttpRequest::setCookies","Set cookies","refentry"],"httprequest.setheaders":["HttpRequest::setHeaders","Set headers","refentry"],"httprequest.setmethod":["HttpRequest::setMethod","Set method","refentry"],"httprequest.setoptions":["HttpRequest::setOptions","Set options","refentry"],"httprequest.setpostfields":["HttpRequest::setPostFields","Set post fields","refentry"],"httprequest.setpostfiles":["HttpRequest::setPostFiles","Set post files","refentry"],"httprequest.setputdata":["HttpRequest::setPutData","Set put data","refentry"],"httprequest.setputfile":["HttpRequest::setPutFile","Set put file","refentry"],"httprequest.setquerydata":["HttpRequest::setQueryData","Set query data","refentry"],"httprequest.setrawpostdata":["HttpRequest::setRawPostData","Set raw post data","refentry"],"httprequest.setssloptions":["HttpRequest::setSslOptions","Set ssl options","refentry"],"httprequest.seturl":["HttpRequest::setUrl","Set URL","refentry"],"class.httprequest":["HttpRequest","The HttpRequest","phpdoc:classref"],"httprequestpool.attach":["HttpRequestPool::attach","Attach HttpRequest","refentry"],"httprequestpool.construct":["HttpRequestPool::__construct","HttpRequestPool constructor","refentry"],"httprequestpool.destruct":["HttpRequestPool::__destruct","HttpRequestPool destructor","refentry"],"httprequestpool.detach":["HttpRequestPool::detach","Detach HttpRequest","refentry"],"httprequestpool.getattachedrequests":["HttpRequestPool::getAttachedRequests","Get attached requests","refentry"],"httprequestpool.getfinishedrequests":["HttpRequestPool::getFinishedRequests","Get finished requests","refentry"],"httprequestpool.reset":["HttpRequestPool::reset","Reset request pool","refentry"],"httprequestpool.send":["HttpRequestPool::send","Send all requests","refentry"],"httprequestpool.socketperform":["HttpRequestPool::socketPerform","Perform socket actions","refentry"],"httprequestpool.socketselect":["HttpRequestPool::socketSelect","Perform socket select","refentry"],"class.httprequestpool":["HttpRequestPool","The HttpRequestPool class","phpdoc:classref"],"httpresponse.capture":["HttpResponse::capture","Capture script output","refentry"],"httpresponse.getbuffersize":["HttpResponse::getBufferSize","Get buffer size","refentry"],"httpresponse.getcache":["HttpResponse::getCache","Get cache","refentry"],"httpresponse.getcachecontrol":["HttpResponse::getCacheControl","Get cache control","refentry"],"httpresponse.getcontentdisposition":["HttpResponse::getContentDisposition","Get content disposition","refentry"],"httpresponse.getcontenttype":["HttpResponse::getContentType","Get content type","refentry"],"httpresponse.getdata":["HttpResponse::getData","Get data","refentry"],"httpresponse.getetag":["HttpResponse::getETag","Get ETag","refentry"],"httpresponse.getfile":["HttpResponse::getFile","Get file","refentry"],"httpresponse.getgzip":["HttpResponse::getGzip","Get gzip","refentry"],"httpresponse.getheader":["HttpResponse::getHeader","Get header","refentry"],"httpresponse.getlastmodified":["HttpResponse::getLastModified","Get last modified","refentry"],"httpresponse.getrequestbody":["HttpResponse::getRequestBody","Get request body","refentry"],"httpresponse.getrequestbodystream":["HttpResponse::getRequestBodyStream","Get request body stream","refentry"],"httpresponse.getrequestheaders":["HttpResponse::getRequestHeaders","Get request headers","refentry"],"httpresponse.getstream":["HttpResponse::getStream","Get Stream","refentry"],"httpresponse.getthrottledelay":["HttpResponse::getThrottleDelay","Get throttle delay","refentry"],"httpresponse.guesscontenttype":["HttpResponse::guessContentType","Guess content type","refentry"],"httpresponse.redirect":["HttpResponse::redirect","Redirect","refentry"],"httpresponse.send":["HttpResponse::send","Send response","refentry"],"httpresponse.setbuffersize":["HttpResponse::setBufferSize","Set buffer size","refentry"],"httpresponse.setcache":["HttpResponse::setCache","Set cache","refentry"],"httpresponse.setcachecontrol":["HttpResponse::setCacheControl","Set cache control","refentry"],"httpresponse.setcontentdisposition":["HttpResponse::setContentDisposition","Set content disposition","refentry"],"httpresponse.setcontenttype":["HttpResponse::setContentType","Set content type","refentry"],"httpresponse.setdata":["HttpResponse::setData","Set data","refentry"],"httpresponse.setetag":["HttpResponse::setETag","Set ETag","refentry"],"httpresponse.setfile":["HttpResponse::setFile","Set file","refentry"],"httpresponse.setgzip":["HttpResponse::setGzip","Set gzip","refentry"],"httpresponse.setheader":["HttpResponse::setHeader","Set header","refentry"],"httpresponse.setlastmodified":["HttpResponse::setLastModified","Set last modified","refentry"],"httpresponse.setstream":["HttpResponse::setStream","Set stream","refentry"],"httpresponse.setthrottledelay":["HttpResponse::setThrottleDelay","Set throttle delay","refentry"],"httpresponse.status":["HttpResponse::status","Send HTTP response status","refentry"],"class.httpresponse":["HttpResponse","The HttpResponse","phpdoc:classref"],"function.http-cache-etag":["http_cache_etag","Caching by ETag","refentry"],"function.http-cache-last-modified":["http_cache_last_modified","Caching by last modification","refentry"],"function.http-chunked-decode":["http_chunked_decode","Decode chunked-encoded data","refentry"],"function.http-deflate":["http_deflate","Deflate data","refentry"],"function.http-inflate":["http_inflate","Inflate data","refentry"],"function.http-build-cookie":["http_build_cookie","Build cookie string","refentry"],"function.http-date":["http_date","Compose HTTP RFC compliant date","refentry"],"function.http-get-request-body-stream":["http_get_request_body_stream","Get request body as stream","refentry"],"function.http-get-request-body":["http_get_request_body","Get request body as string","refentry"],"function.http-get-request-headers":["http_get_request_headers","Get request headers as array","refentry"],"function.http-match-etag":["http_match_etag","Match ETag","refentry"],"function.http-match-modified":["http_match_modified","Match last modification","refentry"],"function.http-match-request-header":["http_match_request_header","Match any header","refentry"],"function.http-support":["http_support","Check built-in HTTP support","refentry"],"function.http-negotiate-charset":["http_negotiate_charset","Negotiate client's preferred character set","refentry"],"function.http-negotiate-content-type":["http_negotiate_content_type","Negotiate client's preferred content type","refentry"],"function.http-negotiate-language":["http_negotiate_language","Negotiate client's preferred language","refentry"],"function.ob-deflatehandler":["ob_deflatehandler","Deflate output handler","refentry"],"function.ob-etaghandler":["ob_etaghandler","ETag output handler","refentry"],"function.ob-inflatehandler":["ob_inflatehandler","Inflate output handler","refentry"],"function.http-parse-cookie":["http_parse_cookie","Parse HTTP cookie","refentry"],"function.http-parse-headers":["http_parse_headers","Parse HTTP headers","refentry"],"function.http-parse-message":["http_parse_message","Parse HTTP messages","refentry"],"function.http-parse-params":["http_parse_params","Parse parameter list","refentry"],"function.http-persistent-handles-clean":["http_persistent_handles_clean","Clean up persistent handles","refentry"],"function.http-persistent-handles-count":["http_persistent_handles_count","Stat persistent handles","refentry"],"function.http-persistent-handles-ident":["http_persistent_handles_ident","Get\/set ident of persistent handles","refentry"],"function.http-get":["http_get","Perform GET request","refentry"],"function.http-head":["http_head","Perform HEAD request","refentry"],"function.http-post-data":["http_post_data","Perform POST request with pre-encoded data","refentry"],"function.http-post-fields":["http_post_fields","Perform POST request with data to be encoded","refentry"],"function.http-put-data":["http_put_data","Perform PUT request with data","refentry"],"function.http-put-file":["http_put_file","Perform PUT request with file","refentry"],"function.http-put-stream":["http_put_stream","Perform PUT request with stream","refentry"],"function.http-request-body-encode":["http_request_body_encode","Encode request body","refentry"],"function.http-request-method-exists":["http_request_method_exists","Check whether request method exists","refentry"],"function.http-request-method-name":["http_request_method_name","Get request method name","refentry"],"function.http-request-method-register":["http_request_method_register","Register request method","refentry"],"function.http-request-method-unregister":["http_request_method_unregister","Unregister request method","refentry"],"function.http-request":["http_request","Perform custom request","refentry"],"function.http-redirect":["http_redirect","Issue HTTP redirect","refentry"],"function.http-send-content-disposition":["http_send_content_disposition","Send Content-Disposition","refentry"],"function.http-send-content-type":["http_send_content_type","Send Content-Type","refentry"],"function.http-send-data":["http_send_data","Send arbitrary data","refentry"],"function.http-send-file":["http_send_file","Send file","refentry"],"function.http-send-last-modified":["http_send_last_modified","Send Last-Modified","refentry"],"function.http-send-status":["http_send_status","Send HTTP response status","refentry"],"function.http-send-stream":["http_send_stream","Send stream","refentry"],"function.http-throttle":["http_throttle","HTTP throttling","refentry"],"function.http-build-str":["http_build_str","Build query string","refentry"],"function.http-build-url":["http_build_url","Build a URL","refentry"],"function.hw-array2objrec":["hw_Array2Objrec","Convert attributes from object array to object record","refentry"],"function.hw-changeobject":["hw_changeobject","Changes attributes of an object (obsolete)","refentry"],"function.hw-children":["hw_Children","Object ids of children","refentry"],"function.hw-childrenobj":["hw_ChildrenObj","Object records of children","refentry"],"function.hw-close":["hw_Close","Closes the Hyperwave connection","refentry"],"function.hw-connect":["hw_Connect","Opens a connection","refentry"],"function.hw-connection-info":["hw_connection_info","Prints information about the connection to Hyperwave server","refentry"],"function.hw-cp":["hw_cp","Copies objects","refentry"],"function.hw-deleteobject":["hw_Deleteobject","Deletes object","refentry"],"function.hw-docbyanchor":["hw_DocByAnchor","Object id object belonging to anchor","refentry"],"function.hw-docbyanchorobj":["hw_DocByAnchorObj","Object record object belonging to anchor","refentry"],"function.hw-document-attributes":["hw_Document_Attributes","Object record of hw_document","refentry"],"function.hw-document-bodytag":["hw_Document_BodyTag","Body tag of hw_document","refentry"],"function.hw-document-content":["hw_Document_Content","Returns content of hw_document","refentry"],"function.hw-document-setcontent":["hw_Document_SetContent","Sets\/replaces content of hw_document","refentry"],"function.hw-document-size":["hw_Document_Size","Size of hw_document","refentry"],"function.hw-dummy":["hw_dummy","Hyperwave dummy function","refentry"],"function.hw-edittext":["hw_EditText","Retrieve text document","refentry"],"function.hw-error":["hw_Error","Error number","refentry"],"function.hw-errormsg":["hw_ErrorMsg","Returns error message","refentry"],"function.hw-free-document":["hw_Free_Document","Frees hw_document","refentry"],"function.hw-getanchors":["hw_GetAnchors","Object ids of anchors of document","refentry"],"function.hw-getanchorsobj":["hw_GetAnchorsObj","Object records of anchors of document","refentry"],"function.hw-getandlock":["hw_GetAndLock","Return object record and lock object","refentry"],"function.hw-getchildcoll":["hw_GetChildColl","Object ids of child collections","refentry"],"function.hw-getchildcollobj":["hw_GetChildCollObj","Object records of child collections","refentry"],"function.hw-getchilddoccoll":["hw_GetChildDocColl","Object ids of child documents of collection","refentry"],"function.hw-getchilddoccollobj":["hw_GetChildDocCollObj","Object records of child documents of collection","refentry"],"function.hw-getobject":["hw_GetObject","Object record","refentry"],"function.hw-getobjectbyquery":["hw_GetObjectByQuery","Search object","refentry"],"function.hw-getobjectbyquerycoll":["hw_GetObjectByQueryColl","Search object in collection","refentry"],"function.hw-getobjectbyquerycollobj":["hw_GetObjectByQueryCollObj","Search object in collection","refentry"],"function.hw-getobjectbyqueryobj":["hw_GetObjectByQueryObj","Search object","refentry"],"function.hw-getparents":["hw_GetParents","Object ids of parents","refentry"],"function.hw-getparentsobj":["hw_GetParentsObj","Object records of parents","refentry"],"function.hw-getrellink":["hw_getrellink","Get link from source to dest relative to rootid","refentry"],"function.hw-getremote":["hw_GetRemote","Gets a remote document","refentry"],"function.hw-getremotechildren":["hw_getremotechildren","Gets children of remote document","refentry"],"function.hw-getsrcbydestobj":["hw_GetSrcByDestObj","Returns anchors pointing at object","refentry"],"function.hw-gettext":["hw_GetText","Retrieve text document","refentry"],"function.hw-getusername":["hw_getusername","Name of currently logged in user","refentry"],"function.hw-identify":["hw_Identify","Identifies as user","refentry"],"function.hw-incollections":["hw_InCollections","Check if object ids in collections","refentry"],"function.hw-info":["hw_Info","Info about connection","refentry"],"function.hw-inscoll":["hw_InsColl","Insert collection","refentry"],"function.hw-insdoc":["hw_InsDoc","Insert document","refentry"],"function.hw-insertanchors":["hw_insertanchors","Inserts only anchors into text","refentry"],"function.hw-insertdocument":["hw_InsertDocument","Upload any document","refentry"],"function.hw-insertobject":["hw_InsertObject","Inserts an object record","refentry"],"function.hw-mapid":["hw_mapid","Maps global id on virtual local id","refentry"],"function.hw-modifyobject":["hw_Modifyobject","Modifies object record","refentry"],"function.hw-mv":["hw_mv","Moves objects","refentry"],"function.hw-new-document":["hw_New_Document","Create new document","refentry"],"function.hw-objrec2array":["hw_objrec2array","Convert attributes from object record to object array","refentry"],"function.hw-output-document":["hw_Output_Document","Prints hw_document","refentry"],"function.hw-pconnect":["hw_pConnect","Make a persistent database connection","refentry"],"function.hw-pipedocument":["hw_PipeDocument","Retrieve any document","refentry"],"function.hw-root":["hw_Root","Root object id","refentry"],"function.hw-setlinkroot":["hw_setlinkroot","Set the id to which links are calculated","refentry"],"function.hw-stat":["hw_stat","Returns status string","refentry"],"function.hw-unlock":["hw_Unlock","Unlock object","refentry"],"function.hw-who":["hw_Who","List of currently logged in users","refentry"],"hwapi.checkin":["hw_api::checkin","Checks in an object","refentry"],"hwapi.checkout":["hw_api::checkout","Checks out an object","refentry"],"hwapi.children":["hw_api::children","Returns children of an object","refentry"],"hwapi.content":["hw_api::content","Returns content of an object","refentry"],"hwapi.copy":["hw_api::copy","Copies physically","refentry"],"hwapi.dbstat":["hw_api::dbstat","Returns statistics about database server","refentry"],"hwapi.dcstat":["hw_api::dcstat","Returns statistics about document cache server","refentry"],"hwapi.dstanchors":["hw_api::dstanchors","Returns a list of all destination anchors","refentry"],"hwapi.dstofsrcanchor":["hw_api::dstofsrcanchor","Returns destination of a source anchor","refentry"],"hwapi.find":["hw_api::find","Search for objects","refentry"],"hwapi.ftstat":["hw_api::ftstat","Returns statistics about fulltext server","refentry"],"hwapi.hwstat":["hw_api::hwstat","Returns statistics about Hyperwave server","refentry"],"hwapi.identify":["hw_api::identify","Log into Hyperwave Server","refentry"],"hwapi.info":["hw_api::info","Returns information about server configuration","refentry"],"hwapi.insert":["hw_api::insert","Inserts a new object","refentry"],"hwapi.insertanchor":["hw_api::insertanchor","Inserts a new object of type anchor","refentry"],"hwapi.insertcollection":["hw_api::insertcollection","Inserts a new object of type collection","refentry"],"hwapi.insertdocument":["hw_api::insertdocument","Inserts a new object of type document","refentry"],"hwapi.link":["hw_api::link","Creates a link to an object","refentry"],"hwapi.lock":["hw_api::lock","Locks an object","refentry"],"hwapi.move":["hw_api::move","Moves object between collections","refentry"],"hwapi.object":["hw_api::object","Retrieve attribute information","refentry"],"hwapi.objectbyanchor":["hw_api::objectbyanchor","Returns the object an anchor belongs to","refentry"],"hwapi.parents":["hw_api::parents","Returns parents of an object","refentry"],"hwapi.remove":["hw_api::remove","Delete an object","refentry"],"hwapi.replace":["hw_api::replace","Replaces an object","refentry"],"hwapi.setcommittedversion":["hw_api::setcommittedversion","Commits version other than last version","refentry"],"hwapi.srcanchors":["hw_api::srcanchors","Returns a list of all source anchors","refentry"],"hwapi.srcsofdst":["hw_api::srcsofdst","Returns source of a destination object","refentry"],"hwapi.unlock":["hw_api::unlock","Unlocks a locked object","refentry"],"hwapi.user":["hw_api::user","Returns the own user object","refentry"],"hwapi.userlist":["hw_api::userlist","Returns a list of all logged in users","refentry"],"hwapi.attribute-key":["hw_api_attribute::key","Returns key of the attribute","refentry"],"hwapi.attribute-langdepvalue":["hw_api_attribute::langdepvalue","Returns value for a given language","refentry"],"hwapi.attribute-value":["hw_api_attribute::value","Returns value of the attribute","refentry"],"hwapi.attribute-values":["hw_api_attribute::values","Returns all values of the attribute","refentry"],"hwapi.content-mimetype":["hw_api_content::mimetype","Returns mimetype","refentry"],"hwapi.content-read":["hw_api_content::read","Read content","refentry"],"hwapi.error-count":["hw_api_error::count","Returns number of reasons","refentry"],"hwapi.error-reason":["hw_api_error::reason","Returns reason of error","refentry"],"hwapi.object-assign":["hw_api_object::assign","Clones object","refentry"],"hwapi.object-attreditable":["hw_api_object::attreditable","Checks whether an attribute is editable","refentry"],"hwapi.object-count":["hw_api_object::count","Returns number of attributes","refentry"],"hwapi.object-insert":["hw_api_object::insert","Inserts new attribute","refentry"],"hwapi.object-remove":["hw_api_object::remove","Removes attribute","refentry"],"hwapi.object-title":["hw_api_object::title","Returns the title attribute","refentry"],"hwapi.object-value":["hw_api_object::value","Returns value of attribute","refentry"],"hwapi.reason-description":["hw_api_reason::description","Returns description of reason","refentry"],"hwapi.reason-type":["hw_api_reason::type","Returns type of reason","refentry"],"function.hwapi-attribute-new":["hwapi_attribute_new","Creates instance of class hw_api_attribute","refentry"],"function.hwapi-content-new":["hwapi_content_new","Create new instance of class hw_api_content","refentry"],"function.hwapi-hgcsp":["hwapi_hgcsp","Returns object of class hw_api","refentry"],"function.hwapi-object-new":["hwapi_object_new","Creates a new instance of class hwapi_object_new","refentry"],"function.java-last-exception-clear":["java_last_exception_clear","Clear last Java exception","refentry"],"function.java-last-exception-get":["java_last_exception_get","Get last Java exception","refentry"],"book.java":["Java","PHP \/ Java Integration","book"],"function.ldap-8859-to-t61":["ldap_8859_to_t61","Translate 8859 characters to t61 characters","refentry"],"function.ldap-add":["ldap_add","Add entries to LDAP directory","refentry"],"function.ldap-bind":["ldap_bind","Bind to LDAP directory","refentry"],"function.ldap-close":["ldap_close","Alias of ldap_unbind","refentry"],"function.ldap-compare":["ldap_compare","Compare value of attribute found in entry specified with DN","refentry"],"function.ldap-connect":["ldap_connect","Connect to an LDAP server","refentry"],"function.ldap-control-paged-result-response":["ldap_control_paged_result_response","Retrieve the LDAP pagination cookie","refentry"],"function.ldap-control-paged-result":["ldap_control_paged_result","Send LDAP pagination control","refentry"],"function.ldap-count-entries":["ldap_count_entries","Count the number of entries in a search","refentry"],"function.ldap-delete":["ldap_delete","Delete an entry from a directory","refentry"],"function.ldap-dn2ufn":["ldap_dn2ufn","Convert DN to User Friendly Naming format","refentry"],"function.ldap-err2str":["ldap_err2str","Convert LDAP error number into string error message","refentry"],"function.ldap-errno":["ldap_errno","Return the LDAP error number of the last LDAP command","refentry"],"function.ldap-error":["ldap_error","Return the LDAP error message of the last LDAP command","refentry"],"function.ldap-explode-dn":["ldap_explode_dn","Splits DN into its component parts","refentry"],"function.ldap-first-attribute":["ldap_first_attribute","Return first attribute","refentry"],"function.ldap-first-entry":["ldap_first_entry","Return first result id","refentry"],"function.ldap-first-reference":["ldap_first_reference","Return first reference","refentry"],"function.ldap-free-result":["ldap_free_result","Free result memory","refentry"],"function.ldap-get-attributes":["ldap_get_attributes","Get attributes from a search result entry","refentry"],"function.ldap-get-dn":["ldap_get_dn","Get the DN of a result entry","refentry"],"function.ldap-get-entries":["ldap_get_entries","Get all result entries","refentry"],"function.ldap-get-option":["ldap_get_option","Get the current value for given option","refentry"],"function.ldap-get-values-len":["ldap_get_values_len","Get all binary values from a result entry","refentry"],"function.ldap-get-values":["ldap_get_values","Get all values from a result entry","refentry"],"function.ldap-list":["ldap_list","Single-level search","refentry"],"function.ldap-mod-add":["ldap_mod_add","Add attribute values to current attributes","refentry"],"function.ldap-mod-del":["ldap_mod_del","Delete attribute values from current attributes","refentry"],"function.ldap-mod-replace":["ldap_mod_replace","Replace attribute values with new ones","refentry"],"function.ldap-modify":["ldap_modify","Modify an LDAP entry","refentry"],"function.ldap-next-attribute":["ldap_next_attribute","Get the next attribute in result","refentry"],"function.ldap-next-entry":["ldap_next_entry","Get next result entry","refentry"],"function.ldap-next-reference":["ldap_next_reference","Get next reference","refentry"],"function.ldap-parse-reference":["ldap_parse_reference","Extract information from reference entry","refentry"],"function.ldap-parse-result":["ldap_parse_result","Extract information from result","refentry"],"function.ldap-read":["ldap_read","Read an entry","refentry"],"function.ldap-rename":["ldap_rename","Modify the name of an entry","refentry"],"function.ldap-sasl-bind":["ldap_sasl_bind","Bind to LDAP directory using SASL","refentry"],"function.ldap-search":["ldap_search","Search LDAP tree","refentry"],"function.ldap-set-option":["ldap_set_option","Set the value of the given option","refentry"],"function.ldap-set-rebind-proc":["ldap_set_rebind_proc","Set a callback function to do re-binds on referral chasing","refentry"],"function.ldap-sort":["ldap_sort","Sort LDAP result entries","refentry"],"function.ldap-start-tls":["ldap_start_tls","Start TLS","refentry"],"function.ldap-t61-to-8859":["ldap_t61_to_8859","Translate t61 characters to 8859 characters","refentry"],"function.ldap-unbind":["ldap_unbind","Unbind from LDAP directory","refentry"],"book.ldap":["LDAP","Lightweight Directory Access Protocol","book"],"function.notes-body":["notes_body","Open the message msg_number in the specified mailbox on the specified server (leave serv","refentry"],"function.notes-copy-db":["notes_copy_db","Copy a Lotus Notes database","refentry"],"function.notes-create-db":["notes_create_db","Create a Lotus Notes database","refentry"],"function.notes-create-note":["notes_create_note","Create a note using form form_name","refentry"],"function.notes-drop-db":["notes_drop_db","Drop a Lotus Notes database","refentry"],"function.notes-find-note":["notes_find_note","Returns a note id found in database_name","refentry"],"function.notes-header-info":["notes_header_info","Open the message msg_number in the specified mailbox on the specified server (leave serv","refentry"],"function.notes-list-msgs":["notes_list_msgs","Returns the notes from a selected database_name","refentry"],"function.notes-mark-read":["notes_mark_read","Mark a note_id as read for the User user_name","refentry"],"function.notes-mark-unread":["notes_mark_unread","Mark a note_id as unread for the User user_name","refentry"],"function.notes-nav-create":["notes_nav_create","Create a navigator name, in database_name","refentry"],"function.notes-search":["notes_search","Find notes that match keywords in database_name","refentry"],"function.notes-unread":["notes_unread","Returns the unread note id's for the current User user_name","refentry"],"function.notes-version":["notes_version","Get the version Lotus Notes","refentry"],"memcache.add":["Memcache::add","Add an item to the server","refentry"],"memcache.addserver":["Memcache::addServer","Add a memcached server to connection pool","refentry"],"memcache.close":["Memcache::close","Close memcached server connection","refentry"],"memcache.connect":["Memcache::connect","Open memcached server connection","refentry"],"memcache.decrement":["Memcache::decrement","Decrement item's value","refentry"],"memcache.delete":["Memcache::delete","Delete item from the server","refentry"],"memcache.flush":["Memcache::flush","Flush all existing items at the server","refentry"],"memcache.get":["Memcache::get","Retrieve item from the server","refentry"],"memcache.getextendedstats":["Memcache::getExtendedStats","Get statistics from all servers in pool","refentry"],"memcache.getserverstatus":["Memcache::getServerStatus","Returns server status","refentry"],"memcache.getstats":["Memcache::getStats","Get statistics of the server","refentry"],"memcache.getversion":["Memcache::getVersion","Return version of the server","refentry"],"memcache.increment":["Memcache::increment","Increment item's value","refentry"],"memcache.pconnect":["Memcache::pconnect","Open memcached server persistent connection","refentry"],"memcache.replace":["Memcache::replace","Replace value of the existing item","refentry"],"memcache.set":["Memcache::set","Store data at the server","refentry"],"memcache.setcompressthreshold":["Memcache::setCompressThreshold","Enable automatic compression of large values","refentry"],"memcache.setserverparams":["Memcache::setServerParams","Changes server parameters and status at runtime","refentry"],"class.memcache":["Memcache","The Memcache class","phpdoc:classref"],"function.memcache-debug":["memcache_debug","Turn debug output on\/off","refentry"],"memcached.add":["Memcached::add","Add an item under a new key","refentry"],"memcached.addbykey":["Memcached::addByKey","Add an item under a new key on a specific server","refentry"],"memcached.addserver":["Memcached::addServer","Add a server to the server pool","refentry"],"memcached.addservers":["Memcached::addServers","Add multiple servers to the server pool","refentry"],"memcached.append":["Memcached::append","Append data to an existing item","refentry"],"memcached.appendbykey":["Memcached::appendByKey","Append data to an existing item on a specific server","refentry"],"memcached.cas":["Memcached::cas","Compare and swap an item","refentry"],"memcached.casbykey":["Memcached::casByKey","Compare and swap an item on a specific server","refentry"],"memcached.construct":["Memcached::__construct","Create a Memcached instance","refentry"],"memcached.decrement":["Memcached::decrement","Decrement numeric item's value","refentry"],"memcached.decrementbykey":["Memcached::decrementByKey","Decrement numeric item's value, stored on a specific server","refentry"],"memcached.delete":["Memcached::delete","Delete an item","refentry"],"memcached.deletebykey":["Memcached::deleteByKey","Delete an item from a specific server","refentry"],"memcached.deletemulti":["Memcached::deleteMulti","Delete multiple items","refentry"],"memcached.deletemultibykey":["Memcached::deleteMultiByKey","Delete multiple items from a specific server","refentry"],"memcached.fetch":["Memcached::fetch","Fetch the next result","refentry"],"memcached.fetchall":["Memcached::fetchAll","Fetch all the remaining results","refentry"],"memcached.flush":["Memcached::flush","Invalidate all items in the cache","refentry"],"memcached.get":["Memcached::get","Retrieve an item","refentry"],"memcached.getallkeys":["Memcached::getAllKeys","Gets the keys stored on all the servers","refentry"],"memcached.getbykey":["Memcached::getByKey","Retrieve an item from a specific server","refentry"],"memcached.getdelayed":["Memcached::getDelayed","Request multiple items","refentry"],"memcached.getdelayedbykey":["Memcached::getDelayedByKey","Request multiple items from a specific server","refentry"],"memcached.getmulti":["Memcached::getMulti","Retrieve multiple items","refentry"],"memcached.getmultibykey":["Memcached::getMultiByKey","Retrieve multiple items from a specific server","refentry"],"memcached.getoption":["Memcached::getOption","Retrieve a Memcached option value","refentry"],"memcached.getresultcode":["Memcached::getResultCode","Return the result code of the last operation","refentry"],"memcached.getresultmessage":["Memcached::getResultMessage","Return the message describing the result of the last operation","refentry"],"memcached.getserverbykey":["Memcached::getServerByKey","Map a key to a server","refentry"],"memcached.getserverlist":["Memcached::getServerList","Get the list of the servers in the pool","refentry"],"memcached.getstats":["Memcached::getStats","Get server pool statistics","refentry"],"memcached.getversion":["Memcached::getVersion","Get server pool version info","refentry"],"memcached.increment":["Memcached::increment","Increment numeric item's value","refentry"],"memcached.incrementbykey":["Memcached::incrementByKey","Increment numeric item's value, stored on a specific server","refentry"],"memcached.ispersistent":["Memcached::isPersistent","Check if a persitent connection to memcache is being used","refentry"],"memcached.ispristine":["Memcached::isPristine","Check if the instance was recently created","refentry"],"memcached.prepend":["Memcached::prepend","Prepend data to an existing item","refentry"],"memcached.prependbykey":["Memcached::prependByKey","Prepend data to an existing item on a specific server","refentry"],"memcached.quit":["Memcached::quit","Close any open connections","refentry"],"memcached.replace":["Memcached::replace","Replace the item under an existing key","refentry"],"memcached.replacebykey":["Memcached::replaceByKey","Replace the item under an existing key on a specific server","refentry"],"memcached.resetserverlist":["Memcached::resetServerList","Clears all servers from the server list","refentry"],"memcached.set":["Memcached::set","Store an item","refentry"],"memcached.setbykey":["Memcached::setByKey","Store an item on a specific server","refentry"],"memcached.setmulti":["Memcached::setMulti","Store multiple items","refentry"],"memcached.setmultibykey":["Memcached::setMultiByKey","Store multiple items on a specific server","refentry"],"memcached.setoption":["Memcached::setOption","Set a Memcached option","refentry"],"memcached.setoptions":["Memcached::setOptions","Set Memcached options","refentry"],"memcached.setsaslauthdata":["Memcached::setSaslAuthData","Set the credentials to use for authentication","refentry"],"memcached.touch":["Memcached::touch","Set a new expiration on an item","refentry"],"memcached.touchbykey":["Memcached::touchByKey","Set a new expiration on an item on a specific server","refentry"],"class.memcached":["Memcached","The Memcached class","phpdoc:classref"],"class.memcachedexception":["MemcachedException","The MemcachedException class","phpdoc:classref"],"book.memcached":["Memcached","Memcached","book"],"function.mqseries-back":["mqseries_back","MQSeries MQBACK","refentry"],"function.mqseries-begin":["mqseries_begin","MQseries MQBEGIN","refentry"],"function.mqseries-close":["mqseries_close","MQSeries MQCLOSE","refentry"],"function.mqseries-cmit":["mqseries_cmit","MQSeries MQCMIT","refentry"],"function.mqseries-conn":["mqseries_conn","MQSeries MQCONN","refentry"],"function.mqseries-connx":["mqseries_connx","MQSeries MQCONNX","refentry"],"function.mqseries-disc":["mqseries_disc","MQSeries MQDISC","refentry"],"function.mqseries-get":["mqseries_get","MQSeries MQGET","refentry"],"function.mqseries-inq":["mqseries_inq","MQSeries MQINQ","refentry"],"function.mqseries-open":["mqseries_open","MQSeries MQOPEN","refentry"],"function.mqseries-put1":["mqseries_put1","MQSeries MQPUT1","refentry"],"function.mqseries-put":["mqseries_put","MQSeries MQPUT","refentry"],"function.mqseries-set":["mqseries_set","MQSeries MQSET","refentry"],"function.mqseries-strerror":["mqseries_strerror","Returns the error message corresponding to a result code (MQRC).","refentry"],"function.checkdnsrr":["checkdnsrr","Check DNS records corresponding to a given Internet host name or IP address","refentry"],"function.closelog":["closelog","Close connection to system logger","refentry"],"function.define-syslog-variables":["define_syslog_variables","Initializes all syslog related variables","refentry"],"function.dns-check-record":["dns_check_record","Alias of checkdnsrr","refentry"],"function.dns-get-mx":["dns_get_mx","Alias of getmxrr","refentry"],"function.dns-get-record":["dns_get_record","Fetch DNS Resource Records associated with a hostname","refentry"],"function.fsockopen":["fsockopen","Open Internet or Unix domain socket connection","refentry"],"function.gethostbyaddr":["gethostbyaddr","Get the Internet host name corresponding to a given IP address","refentry"],"function.gethostbyname":["gethostbyname","Get the IPv4 address corresponding to a given Internet host name","refentry"],"function.gethostbynamel":["gethostbynamel","Get a list of IPv4 addresses corresponding to a given Internet host\n name","refentry"],"function.gethostname":["gethostname","Gets the host name","refentry"],"function.getmxrr":["getmxrr","Get MX records corresponding to a given Internet host name","refentry"],"function.getprotobyname":["getprotobyname","Get protocol number associated with protocol name","refentry"],"function.getprotobynumber":["getprotobynumber","Get protocol name associated with protocol number","refentry"],"function.getservbyname":["getservbyname","Get port number associated with an Internet service and protocol","refentry"],"function.getservbyport":["getservbyport","Get Internet service which corresponds to port and protocol","refentry"],"function.header-register-callback":["header_register_callback","Call a header function","refentry"],"function.header-remove":["header_remove","Remove previously set headers","refentry"],"function.header":["header","Send a raw HTTP header","refentry"],"function.headers-list":["headers_list","Returns a list of response headers sent (or ready to send)","refentry"],"function.headers-sent":["headers_sent","Checks if or where headers have been sent","refentry"],"function.http-response-code":["http_response_code","Get or Set the HTTP response code","refentry"],"function.inet-ntop":["inet_ntop","Converts a packed internet address to a human readable representation","refentry"],"function.inet-pton":["inet_pton","Converts a human readable IP address to its packed in_addr representation","refentry"],"function.ip2long":["ip2long","Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address","refentry"],"function.long2ip":["long2ip","Converts an (IPv4) Internet network address into a string in Internet standard dotted format","refentry"],"function.openlog":["openlog","Open connection to system logger","refentry"],"function.pfsockopen":["pfsockopen","Open persistent Internet or Unix domain socket connection","refentry"],"function.setcookie":["setcookie","Send a cookie","refentry"],"function.setrawcookie":["setrawcookie","Send a cookie without urlencoding the cookie value","refentry"],"function.socket-get-status":["socket_get_status","Alias of stream_get_meta_data","refentry"],"function.socket-set-blocking":["socket_set_blocking","Alias of stream_set_blocking","refentry"],"function.socket-set-timeout":["socket_set_timeout","Alias of stream_set_timeout","refentry"],"function.syslog":["syslog","Generate a system log message","refentry"],"function.rrd-create":["rrd_create","Creates rrd database file","refentry"],"function.rrd-error":["rrd_error","Gets latest error message.","refentry"],"function.rrd-fetch":["rrd_fetch","Fetch the data for graph as array.","refentry"],"function.rrd-first":["rrd_first","Gets the timestamp of the first sample from rrd file.","refentry"],"function.rrd-graph":["rrd_graph","Creates image from a data.","refentry"],"function.rrd-info":["rrd_info","Gets information about rrd file","refentry"],"function.rrd-last":["rrd_last","Gets unix timestamp of the last sample.","refentry"],"function.rrd-lastupdate":["rrd_lastupdate","Gets information about last updated data.","refentry"],"function.rrd-restore":["rrd_restore","Restores the RRD file from XML dump.","refentry"],"function.rrd-tune":["rrd_tune","Tunes some RRD database file header options.","refentry"],"function.rrd-update":["rrd_update","Updates the RRD database.","refentry"],"function.rrd-version":["rrd_version","Gets information about underlying rrdtool library","refentry"],"function.rrd-xport":["rrd_xport","Exports the information about RRD database.","refentry"],"rrdcreator.addarchive":["RRDCreator::addArchive","Adds RRA - archive of data values for each data source.","refentry"],"rrdcreator.adddatasource":["RRDCreator::addDataSource","Adds data source definition for RRD database.","refentry"],"rrdcreator.construct":["RRDCreator::__construct","Creates new RRDCreator instance","refentry"],"rrdcreator.save":["RRDCreator::save","Saves the RRD database to a file","refentry"],"class.rrdcreator":["RRDCreator","The RRDCreator class","phpdoc:classref"],"rrdgraph.construct":["RRDGraph::__construct","Creates new RRDGraph instance","refentry"],"rrdgraph.save":["RRDGraph::save","Saves the result of query into image","refentry"],"rrdgraph.saveverbose":["RRDGraph::saveVerbose","Saves the RRD database query into image and returns the verbose\n information about generated graph.","refentry"],"rrdgraph.setoptions":["RRDGraph::setOptions","Sets the options for rrd graph export","refentry"],"class.rrdgraph":["RRDGraph","The RRDGraph class","phpdoc:classref"],"rrdupdater.construct":["RRDUpdater::__construct","Creates new RRDUpdater instance","refentry"],"rrdupdater.update":["RRDUpdater::update","Update the RRD database file","refentry"],"class.rrdupdater":["RRDUpdater","The RRDUpdater class","phpdoc:classref"],"book.rrd":["RRD","RRDtool","book"],"samconnection.commit":["SAMConnection::commit","Commits (completes) the current unit of work.","refentry"],"samconnection.connect":["SAMConnection::connect","Establishes a connection to a Messaging Server","refentry"],"samconnection.construct":["SAMConnection::__construct","Creates a new connection to a Messaging Server","refentry"],"samconnection.disconnect":["SAMConnection::disconnect","Disconnects from a Messaging Server","refentry"],"samconnection.errno":["SAMConnection::errno","Contains the unique numeric error code of the last executed SAM operation.","refentry"],"samconnection.error":["SAMConnection::error","Contains the text description of the last failed SAM operation.","refentry"],"samconnection.isconnected":["SAMConnection::isConnected","Queries whether a connection is established to a Messaging Server","refentry"],"samconnection.peek":["SAMConnection::peek","Read a message from a queue without removing it from the queue.","refentry"],"samconnection.peekall":["SAMConnection::peekAll","Read one or more messages from a queue without removing it from the queue.","refentry"],"samconnection.receive":["SAMConnection::receive","Receive a message from a queue or subscription.","refentry"],"samconnection.remove":["SAMConnection::remove","Remove a message from a queue.","refentry"],"samconnection.rollback":["SAMConnection::rollback","Cancels (rolls back) an in-flight unit of work.","refentry"],"samconnection.send":["SAMConnection::send","Send a message to a queue or publish an item to a topic.","refentry"],"samconnection.setdebug":["SAMConnection::setDebug","Turn on or off additional debugging output.","refentry"],"samconnection.subscribe":["SAMConnection::subscribe","Create a subscription to a specified topic.","refentry"],"samconnection.unsubscribe":["SAMConnection::unsubscribe","Cancel a subscription to a specified topic.","refentry"],"sammessage.body":["SAMMessage::body","The body of the message.","refentry"],"sammessage.construct":["SAMMessage::__construct","Creates a new Message object","refentry"],"sammessage.header":["SAMMessage::header","The header properties of the message.","refentry"],"book.sam":["SAM","Simple Asynchronous Messaging","book"],"function.snmp-get-quick-print":["snmp_get_quick_print","Fetches the current value of the UCD library's quick_print setting","refentry"],"function.snmp-get-valueretrieval":["snmp_get_valueretrieval","Return the method how the SNMP values will be returned","refentry"],"function.snmp-read-mib":["snmp_read_mib","Reads and parses a MIB file into the active MIB tree","refentry"],"function.snmp-set-enum-print":["snmp_set_enum_print","Return all values that are enums with their enum value instead of the raw integer","refentry"],"function.snmp-set-oid-numeric-print":["snmp_set_oid_numeric_print","Return all objects including their respective object id within the specified one","refentry"],"function.snmp-set-oid-output-format":["snmp_set_oid_output_format","Set the OID output format","refentry"],"function.snmp-set-quick-print":["snmp_set_quick_print","Set the value of quick_print within the UCD SNMP library","refentry"],"function.snmp-set-valueretrieval":["snmp_set_valueretrieval","Specify the method how the SNMP values will be returned","refentry"],"function.snmp2-get":["snmp2_get","Fetch an SNMP object","refentry"],"function.snmp2-getnext":["snmp2_getnext","Fetch the SNMP object which follows the given object id","refentry"],"function.snmp2-real-walk":["snmp2_real_walk","Return all objects including their respective object ID within the specified one","refentry"],"function.snmp2-set":["snmp2_set","Set the value of an SNMP object","refentry"],"function.snmp2-walk":["snmp2_walk","Fetch all the SNMP objects from an agent","refentry"],"function.snmp3-get":["snmp3_get","Fetch an SNMP object","refentry"],"function.snmp3-getnext":["snmp3_getnext","Fetch the SNMP object which follows the given object id","refentry"],"function.snmp3-real-walk":["snmp3_real_walk","Return all objects including their respective object ID within the specified one","refentry"],"function.snmp3-set":["snmp3_set","Set the value of an SNMP object","refentry"],"function.snmp3-walk":["snmp3_walk","Fetch all the SNMP objects from an agent","refentry"],"function.snmpget":["snmpget","Fetch an SNMP object","refentry"],"function.snmpgetnext":["snmpgetnext","Fetch the SNMP object which follows the given object id","refentry"],"function.snmprealwalk":["snmprealwalk","Return all objects including their respective object ID within the specified one","refentry"],"function.snmpset":["snmpset","Set the value of an SNMP object","refentry"],"function.snmpwalk":["snmpwalk","Fetch all the SNMP objects from an agent","refentry"],"function.snmpwalkoid":["snmpwalkoid","Query for a tree of information about a network entity","refentry"],"snmp.close":["SNMP::close","Close SNMP session","refentry"],"snmp.construct":["SNMP::__construct","Creates SNMP instance representing session to remote SNMP agent","refentry"],"snmp.get":["SNMP::get","Fetch an SNMP object","refentry"],"snmp.geterrno":["SNMP::getErrno","Get last error code","refentry"],"snmp.geterror":["SNMP::getError","Get last error message","refentry"],"snmp.getnext":["SNMP::getnext","Fetch an SNMP object which\n follows the given object id","refentry"],"snmp.set":["SNMP::set","Set the value of an SNMP object","refentry"],"snmp.setsecurity":["SNMP::setSecurity","Configures security-related SNMPv3 session parameters","refentry"],"snmp.walk":["SNMP::walk","Fetch SNMP object subtree","refentry"],"class.snmp":["SNMP","The SNMP class","phpdoc:classref"],"class.snmpexception":["SNMPException","The SNMPException class","phpdoc:exceptionref"],"function.socket-accept":["socket_accept","Accepts a connection on a socket","refentry"],"function.socket-bind":["socket_bind","Binds a name to a socket","refentry"],"function.socket-clear-error":["socket_clear_error","Clears the error on the socket or the last error code","refentry"],"function.socket-close":["socket_close","Closes a socket resource","refentry"],"function.socket-cmsg-space":["socket_cmsg_space","Calculate message buffer size","refentry"],"function.socket-connect":["socket_connect","Initiates a connection on a socket","refentry"],"function.socket-create-listen":["socket_create_listen","Opens a socket on port to accept connections","refentry"],"function.socket-create-pair":["socket_create_pair","Creates a pair of indistinguishable sockets and stores them in an array","refentry"],"function.socket-create":["socket_create","Create a socket (endpoint for communication)","refentry"],"function.socket-get-option":["socket_get_option","Gets socket options for the socket","refentry"],"function.socket-getpeername":["socket_getpeername","Queries the remote side of the given socket which may either result in host\/port or in a Unix filesystem path, dependent on its type","refentry"],"function.socket-getsockname":["socket_getsockname","Queries the local side of the given socket which may either result in host\/port or in a Unix filesystem path, dependent on its type","refentry"],"function.socket-import-stream":["socket_import_stream","Import a stream","refentry"],"function.socket-last-error":["socket_last_error","Returns the last error on the socket","refentry"],"function.socket-listen":["socket_listen","Listens for a connection on a socket","refentry"],"function.socket-read":["socket_read","Reads a maximum of length bytes from a socket","refentry"],"function.socket-recv":["socket_recv","Receives data from a connected socket","refentry"],"function.socket-recvfrom":["socket_recvfrom","Receives data from a socket whether or not it is connection-oriented","refentry"],"function.socket-recvmsg":["socket_recvmsg","Read a message","refentry"],"function.socket-select":["socket_select","Runs the select() system call on the given arrays of sockets with a specified timeout","refentry"],"function.socket-send":["socket_send","Sends data to a connected socket","refentry"],"function.socket-sendmsg":["socket_sendmsg","Send a message","refentry"],"function.socket-sendto":["socket_sendto","Sends a message to a socket, whether it is connected or not","refentry"],"function.socket-set-block":["socket_set_block","Sets blocking mode on a socket resource","refentry"],"function.socket-set-nonblock":["socket_set_nonblock","Sets nonblocking mode for file descriptor fd","refentry"],"function.socket-set-option":["socket_set_option","Sets socket options for the socket","refentry"],"function.socket-shutdown":["socket_shutdown","Shuts down a socket for receiving, sending, or both","refentry"],"function.socket-strerror":["socket_strerror","Return a string describing a socket error","refentry"],"function.socket-write":["socket_write","Write to a socket","refentry"],"function.ssh2-auth-agent":["ssh2_auth_agent","Authenticate over SSH using the ssh agent","refentry"],"function.ssh2-auth-hostbased-file":["ssh2_auth_hostbased_file","Authenticate using a public hostkey","refentry"],"function.ssh2-auth-none":["ssh2_auth_none","Authenticate as "none"","refentry"],"function.ssh2-auth-password":["ssh2_auth_password","Authenticate over SSH using a plain password","refentry"],"function.ssh2-auth-pubkey-file":["ssh2_auth_pubkey_file","Authenticate using a public key","refentry"],"function.ssh2-connect":["ssh2_connect","Connect to an SSH server","refentry"],"function.ssh2-exec":["ssh2_exec","Execute a command on a remote server","refentry"],"function.ssh2-fetch-stream":["ssh2_fetch_stream","Fetch an extended data stream","refentry"],"function.ssh2-fingerprint":["ssh2_fingerprint","Retrieve fingerprint of remote server","refentry"],"function.ssh2-methods-negotiated":["ssh2_methods_negotiated","Return list of negotiated methods","refentry"],"function.ssh2-publickey-add":["ssh2_publickey_add","Add an authorized publickey","refentry"],"function.ssh2-publickey-init":["ssh2_publickey_init","Initialize Publickey subsystem","refentry"],"function.ssh2-publickey-list":["ssh2_publickey_list","List currently authorized publickeys","refentry"],"function.ssh2-publickey-remove":["ssh2_publickey_remove","Remove an authorized publickey","refentry"],"function.ssh2-scp-recv":["ssh2_scp_recv","Request a file via SCP","refentry"],"function.ssh2-scp-send":["ssh2_scp_send","Send a file via SCP","refentry"],"function.ssh2-sftp-chmod":["ssh2_sftp_chmod","Changes file mode","refentry"],"function.ssh2-sftp-lstat":["ssh2_sftp_lstat","Stat a symbolic link","refentry"],"function.ssh2-sftp-mkdir":["ssh2_sftp_mkdir","Create a directory","refentry"],"function.ssh2-sftp-readlink":["ssh2_sftp_readlink","Return the target of a symbolic link","refentry"],"function.ssh2-sftp-realpath":["ssh2_sftp_realpath","Resolve the realpath of a provided path string","refentry"],"function.ssh2-sftp-rename":["ssh2_sftp_rename","Rename a remote file","refentry"],"function.ssh2-sftp-rmdir":["ssh2_sftp_rmdir","Remove a directory","refentry"],"function.ssh2-sftp-stat":["ssh2_sftp_stat","Stat a file on a remote filesystem","refentry"],"function.ssh2-sftp-symlink":["ssh2_sftp_symlink","Create a symlink","refentry"],"function.ssh2-sftp-unlink":["ssh2_sftp_unlink","Delete a file","refentry"],"function.ssh2-sftp":["ssh2_sftp","Initialize SFTP subsystem","refentry"],"function.ssh2-shell":["ssh2_shell","Request an interactive shell","refentry"],"function.ssh2-tunnel":["ssh2_tunnel","Open a tunnel through a remote server","refentry"],"book.ssh2":["SSH2","Secure Shell2","book"],"function.stomp-connect-error":["stomp_connect_error","Returns a string description of the last connect error","refentry"],"function.stomp-version":["stomp_version","Gets the current stomp extension version","refentry"],"stomp.abort":["Stomp::abort","Rolls back a transaction in progress","refentry"],"stomp.ack":["Stomp::ack","Acknowledges consumption of a message","refentry"],"stomp.begin":["Stomp::begin","Starts a transaction","refentry"],"stomp.commit":["Stomp::commit","Commits a transaction in progress","refentry"],"stomp.construct":["Stomp::__construct","Opens a connection","refentry"],"stomp.destruct":["Stomp::__destruct","Closes stomp connection","refentry"],"stomp.error":["Stomp::error","Gets the last stomp error","refentry"],"stomp.getreadtimeout":["Stomp::getReadTimeout","Gets read timeout","refentry"],"stomp.getsessionid":["Stomp::getSessionId","Gets the current stomp session ID","refentry"],"stomp.hasframe":["Stomp::hasFrame","Indicates whether or not there is a frame ready to read","refentry"],"stomp.readframe":["Stomp::readFrame","Reads the next frame","refentry"],"stomp.send":["Stomp::send","Sends a message","refentry"],"stomp.setreadtimeout":["Stomp::setReadTimeout","Sets read timeout","refentry"],"stomp.subscribe":["Stomp::subscribe","Registers to listen to a given destination","refentry"],"stomp.unsubscribe":["Stomp::unsubscribe","Removes an existing subscription","refentry"],"class.stomp":["Stomp","The Stomp class","phpdoc:classref"],"stompframe.construct":["StompFrame::__construct","Constructor","refentry"],"class.stompframe":["StompFrame","The StompFrame class","phpdoc:classref"],"stomp.getdetails":["StompException::getDetails","Get exception details","refentry"],"class.stompexception":["StompException","The StompException class","phpdoc:classref"],"book.stomp":["Stomp","Stomp Client","book"],"svm.construct":["SVM::__construct","Construct a new SVM object","refentry"],"svm.crossvalidate":["SVM::crossvalidate","Test training params on subsets of the training data.","refentry"],"svm.getoptions":["SVM::getOptions","Return the current training parameters","refentry"],"svm.setoptions":["SVM::setOptions","Set training parameters","refentry"],"svm.train":["SVM::train","Create a SVMModel based on training data","refentry"],"class.svm":["SVM","The SVM class","phpdoc:classref"],"svmmodel.checkprobabilitymodel":["SVMModel::checkProbabilityModel","Returns true if the model has probability information","refentry"],"svmmodel.construct":["SVMModel::__construct","Construct a new SVMModel","refentry"],"svmmodel.getlabels":["SVMModel::getLabels","Get the labels the model was trained on","refentry"],"svmmodel.getnrclass":["SVMModel::getNrClass","Returns the number of classes the model was trained with","refentry"],"svmmodel.getsvmtype":["SVMModel::getSvmType","Get the SVM type the model was trained with","refentry"],"svmmodel.getsvrprobability":["SVMModel::getSvrProbability","Get the sigma value for regression types","refentry"],"svmmodel.load":["SVMModel::load","Load a saved SVM Model","refentry"],"svmmodel.predict-probability":["SVMModel::predict_probability","Return class probabilities for previous unseen data","refentry"],"svmmodel.predict":["SVMModel::predict","Predict a value for previously unseen data","refentry"],"svmmodel.save":["SVMModel::save","Save a model to a file","refentry"],"class.svmmodel":["SVMModel","The SVMModel class","phpdoc:classref"],"book.svm":["SVM","Support Vector Machine","book"],"function.svn-add":["svn_add","Schedules the addition of an item in a working directory","refentry"],"function.svn-auth-get-parameter":["svn_auth_get_parameter","Retrieves authentication parameter","refentry"],"function.svn-auth-set-parameter":["svn_auth_set_parameter","Sets an authentication parameter","refentry"],"function.svn-blame":["svn_blame","Get the SVN blame for a file","refentry"],"function.svn-cat":["svn_cat","Returns the contents of a file in a repository","refentry"],"function.svn-checkout":["svn_checkout","Checks out a working copy from the repository","refentry"],"function.svn-cleanup":["svn_cleanup","Recursively cleanup a working copy directory, finishing incomplete operations and removing locks","refentry"],"function.svn-client-version":["svn_client_version","Returns the version of the SVN client libraries","refentry"],"function.svn-commit":["svn_commit","Sends changes from the local working copy to the repository","refentry"],"function.svn-delete":["svn_delete","Delete items from a working copy or repository.","refentry"],"function.svn-diff":["svn_diff","Recursively diffs two paths","refentry"],"function.svn-export":["svn_export","Export the contents of a SVN directory","refentry"],"function.svn-fs-abort-txn":["svn_fs_abort_txn","Abort a transaction, returns true if everything is okay, false otherwise","refentry"],"function.svn-fs-apply-text":["svn_fs_apply_text","Creates and returns a stream that will be used to replace","refentry"],"function.svn-fs-begin-txn2":["svn_fs_begin_txn2","Create a new transaction","refentry"],"function.svn-fs-change-node-prop":["svn_fs_change_node_prop","Return true if everything is ok, false otherwise","refentry"],"function.svn-fs-check-path":["svn_fs_check_path","Determines what kind of item lives at path in a given repository fsroot","refentry"],"function.svn-fs-contents-changed":["svn_fs_contents_changed","Return true if content is different, false otherwise","refentry"],"function.svn-fs-copy":["svn_fs_copy","Copies a file or a directory, returns true if all is ok, false otherwise","refentry"],"function.svn-fs-delete":["svn_fs_delete","Deletes a file or a directory, return true if all is ok, false otherwise","refentry"],"function.svn-fs-dir-entries":["svn_fs_dir_entries","Enumerates the directory entries under path; returns a hash of dir names to file type","refentry"],"function.svn-fs-file-contents":["svn_fs_file_contents","Returns a stream to access the contents of a file from a given version of the fs","refentry"],"function.svn-fs-file-length":["svn_fs_file_length","Returns the length of a file from a given version of the fs","refentry"],"function.svn-fs-is-dir":["svn_fs_is_dir","Return true if the path points to a directory, false otherwise","refentry"],"function.svn-fs-is-file":["svn_fs_is_file","Return true if the path points to a file, false otherwise","refentry"],"function.svn-fs-make-dir":["svn_fs_make_dir","Creates a new empty directory, returns true if all is ok, false otherwise","refentry"],"function.svn-fs-make-file":["svn_fs_make_file","Creates a new empty file, returns true if all is ok, false otherwise","refentry"],"function.svn-fs-node-created-rev":["svn_fs_node_created_rev","Returns the revision in which path under fsroot was created","refentry"],"function.svn-fs-node-prop":["svn_fs_node_prop","Returns the value of a property for a node","refentry"],"function.svn-fs-props-changed":["svn_fs_props_changed","Return true if props are different, false otherwise","refentry"],"function.svn-fs-revision-prop":["svn_fs_revision_prop","Fetches the value of a named property","refentry"],"function.svn-fs-revision-root":["svn_fs_revision_root","Get a handle on a specific version of the repository root","refentry"],"function.svn-fs-txn-root":["svn_fs_txn_root","Creates and returns a transaction root","refentry"],"function.svn-fs-youngest-rev":["svn_fs_youngest_rev","Returns the number of the youngest revision in the filesystem","refentry"],"function.svn-import":["svn_import","Imports an unversioned path into a repository","refentry"],"function.svn-log":["svn_log","Returns the commit log messages of a repository URL","refentry"],"function.svn-ls":["svn_ls","Returns list of directory contents in repository URL, optionally at revision number","refentry"],"function.svn-mkdir":["svn_mkdir","Creates a directory in a working copy or repository","refentry"],"function.svn-repos-create":["svn_repos_create","Create a new subversion repository at path","refentry"],"function.svn-repos-fs-begin-txn-for-commit":["svn_repos_fs_begin_txn_for_commit","Create a new transaction","refentry"],"function.svn-repos-fs-commit-txn":["svn_repos_fs_commit_txn","Commits a transaction and returns the new revision","refentry"],"function.svn-repos-fs":["svn_repos_fs","Gets a handle on the filesystem for a repository","refentry"],"function.svn-repos-hotcopy":["svn_repos_hotcopy","Make a hot-copy of the repos at repospath; copy it to destpath","refentry"],"function.svn-repos-open":["svn_repos_open","Open a shared lock on a repository.","refentry"],"function.svn-repos-recover":["svn_repos_recover","Run recovery procedures on the repository located at path.","refentry"],"function.svn-revert":["svn_revert","Revert changes to the working copy","refentry"],"function.svn-status":["svn_status","Returns the status of working copy files and directories","refentry"],"function.svn-update":["svn_update","Update working copy","refentry"],"book.svn":["SVN","Subversion","book"],"function.tcpwrap-check":["tcpwrap_check","Performs a tcpwrap check","refentry"],"book.tcpwrap":["TCP","TCP Wrappers","book"],"varnishadmin.auth":["VarnishAdmin::auth","Authenticate on a varnish instance","refentry"],"varnishadmin.ban":["VarnishAdmin::ban","Ban URLs using a VCL expression","refentry"],"varnishadmin.banurl":["VarnishAdmin::banUrl","Ban an URL using a VCL expression","refentry"],"varnishadmin.clearpanic":["VarnishAdmin::clearPanic","Clear varnish instance panic messages","refentry"],"varnishadmin.connect":["VarnishAdmin::connect","Connect to a varnish instance administration interface","refentry"],"varnishadmin.construct":["VarnishAdmin::__construct","VarnishAdmin constructor","refentry"],"varnishadmin.disconnect":["VarnishAdmin::disconnect","Disconnect from a varnish instance administration interface","refentry"],"varnishadmin.getpanic":["VarnishAdmin::getPanic","Get the last panic message on a varnish instance","refentry"],"varnishadmin.getparams":["VarnishAdmin::getParams","Fetch current varnish instance configuration parameters","refentry"],"varnishadmin.isrunning":["VarnishAdmin::isRunning","Check if the varnish slave process is currently running","refentry"],"varnishadmin.setcompat":["VarnishAdmin::setCompat","Set the class compat configuration param","refentry"],"varnishadmin.sethost":["VarnishAdmin::setHost","Set the class host configuration param","refentry"],"varnishadmin.setident":["VarnishAdmin::setIdent","Set the class ident configuration param","refentry"],"varnishadmin.setparam":["VarnishAdmin::setParam","Set configuration param on the current varnish instance","refentry"],"varnishadmin.setport":["VarnishAdmin::setPort","Set the class port configuration param","refentry"],"varnishadmin.setsecret":["VarnishAdmin::setSecret","Set the class secret configuration param","refentry"],"varnishadmin.settimeout":["VarnishAdmin::setTimeout","Set the class timeout configuration param","refentry"],"varnishadmin.start":["VarnishAdmin::start","Start varnish worker process","refentry"],"varnishadmin.stop":["VarnishAdmin::stop","Stop varnish worker process","refentry"],"class.varnishadmin":["VarnishAdmin","The VarnishAdmin class","phpdoc:classref"],"varnishstat.construct":["VarnishStat::__construct","VarnishStat constructor","refentry"],"varnishstat.getsnapshot":["VarnishStat::getSnapshot","Get the current varnish instance statistics snapshot","refentry"],"class.varnishstat":["VarnishStat","The VarnishStat class","phpdoc:classref"],"varnishlog.construct":["VarnishLog::__construct","Varnishlog constructor","refentry"],"varnishlog.getline":["VarnishLog::getLine","Get next log line","refentry"],"varnishlog.gettagname":["VarnishLog::getTagName","Get the log tag string representation by its index","refentry"],"class.varnishlog":["VarnishLog","The VarnishLog class","phpdoc:classref"],"book.varnish":["Varnish","Varnish","book"],"function.yaz-addinfo":["yaz_addinfo","Returns additional error information","refentry"],"function.yaz-ccl-conf":["yaz_ccl_conf","Configure CCL parser","refentry"],"function.yaz-ccl-parse":["yaz_ccl_parse","Invoke CCL Parser","refentry"],"function.yaz-close":["yaz_close","Close YAZ connection","refentry"],"function.yaz-connect":["yaz_connect","Prepares for a connection to a Z39.50 server","refentry"],"function.yaz-database":["yaz_database","Specifies the databases within a session","refentry"],"function.yaz-element":["yaz_element","Specifies Element-Set Name for retrieval","refentry"],"function.yaz-errno":["yaz_errno","Returns error number","refentry"],"function.yaz-error":["yaz_error","Returns error description","refentry"],"function.yaz-es-result":["yaz_es_result","Inspects Extended Services Result","refentry"],"function.yaz-es":["yaz_es","Prepares for an Extended Service Request","refentry"],"function.yaz-get-option":["yaz_get_option","Returns value of option for connection","refentry"],"function.yaz-hits":["yaz_hits","Returns number of hits for last search","refentry"],"function.yaz-itemorder":["yaz_itemorder","Prepares for Z39.50 Item Order with an ILL-Request package","refentry"],"function.yaz-present":["yaz_present","Prepares for retrieval (Z39.50 present)","refentry"],"function.yaz-range":["yaz_range","Specifies a range of records to retrieve","refentry"],"function.yaz-record":["yaz_record","Returns a record","refentry"],"function.yaz-scan-result":["yaz_scan_result","Returns Scan Response result","refentry"],"function.yaz-scan":["yaz_scan","Prepares for a scan","refentry"],"function.yaz-schema":["yaz_schema","Specifies schema for retrieval","refentry"],"function.yaz-search":["yaz_search","Prepares for a search","refentry"],"function.yaz-set-option":["yaz_set_option","Sets one or more options for connection","refentry"],"function.yaz-sort":["yaz_sort","Sets sorting criteria","refentry"],"function.yaz-syntax":["yaz_syntax","Specifies the preferred record syntax for retrieval","refentry"],"function.yaz-wait":["yaz_wait","Wait for Z39.50 requests to complete","refentry"],"function.yp-all":["yp_all","Traverse the map and call a function on each entry","refentry"],"function.yp-cat":["yp_cat","Return an array containing the entire map","refentry"],"function.yp-err-string":["yp_err_string","Returns the error string associated with the given error code","refentry"],"function.yp-errno":["yp_errno","Returns the error code of the previous operation","refentry"],"function.yp-first":["yp_first","Returns the first key-value pair from the named map","refentry"],"function.yp-get-default-domain":["yp_get_default_domain","Fetches the machine's default NIS domain","refentry"],"function.yp-master":["yp_master","Returns the machine name of the master NIS server for a map","refentry"],"function.yp-match":["yp_match","Returns the matched line","refentry"],"function.yp-next":["yp_next","Returns the next key-value pair in the named map","refentry"],"function.yp-order":["yp_order","Returns the order number for a map","refentry"],"zmq.construct":["ZMQ::__construct","ZMQ constructor","refentry"],"class.zmq":["ZMQ","The ZMQ class","phpdoc:classref"],"zmqcontext.construct":["ZMQContext::__construct","Construct a new ZMQContext object","refentry"],"zmqcontext.getopt":["ZMQContext::getOpt","Get context option","refentry"],"zmqcontext.getsocket":["ZMQContext::getSocket","Create a new socket","refentry"],"zmqcontext.ispersistent":["ZMQContext::isPersistent","Whether the context is persistent","refentry"],"zmqcontext.setopt":["ZMQContext::setOpt","Set a socket option","refentry"],"class.zmqcontext":["ZMQContext","The ZMQContext class","phpdoc:classref"],"zmqsocket.bind":["ZMQSocket::bind","Bind the socket","refentry"],"zmqsocket.connect":["ZMQSocket::connect","Connect the socket","refentry"],"zmqsocket.construct":["ZMQSocket::__construct","Construct a new ZMQSocket","refentry"],"zmqsocket.disconnect":["ZMQSocket::disconnect","Disconnect a socket","refentry"],"zmqsocket.getendpoints":["ZMQSocket::getEndpoints","Get list of endpoints","refentry"],"zmqsocket.getpersistentid":["ZMQSocket::getPersistentId","Get the persistent id","refentry"],"zmqsocket.getsockettype":["ZMQSocket::getSocketType","Get the socket type","refentry"],"zmqsocket.getsockopt":["ZMQSocket::getSockOpt","Get socket option","refentry"],"zmqsocket.ispersistent":["ZMQSocket::isPersistent","Whether the socket is persistent","refentry"],"zmqsocket.recv":["ZMQSocket::recv","Receives a message","refentry"],"zmqsocket.recvmulti":["ZMQSocket::recvMulti","Receives a multipart message","refentry"],"zmqsocket.send":["ZMQSocket::send","Sends a message","refentry"],"zmqsocket.sendmulti":["ZMQSocket::sendmulti","Sends a multipart message","refentry"],"zmqsocket.setsockopt":["ZMQSocket::setSockOpt","Set a socket option","refentry"],"zmqsocket.unbind":["ZMQSocket::unbind","Unbind the socket","refentry"],"class.zmqsocket":["ZMQSocket","The ZMQSocket class","phpdoc:classref"],"zmqpoll.add":["ZMQPoll::add","Add item to the poll set","refentry"],"zmqpoll.clear":["ZMQPoll::clear","Clear the poll set","refentry"],"zmqpoll.count":["ZMQPoll::count","Count items in the poll set","refentry"],"zmqpoll.getlasterrors":["ZMQPoll::getLastErrors","Get poll errors","refentry"],"zmqpoll.poll":["ZMQPoll::poll","Poll the items","refentry"],"zmqpoll.remove":["ZMQPoll::remove","Remove item from poll set","refentry"],"class.zmqpoll":["ZMQPoll","The ZMQPoll class","phpdoc:classref"],"zmqdevice.construct":["ZMQDevice::__construct","Construct a new device","refentry"],"zmqdevice.getidletimeout":["ZMQDevice::getIdleTimeout","Get the idle timeout","refentry"],"zmqdevice.gettimertimeout":["ZMQDevice::getTimerTimeout","Get the timer timeout","refentry"],"zmqdevice.run":["ZMQDevice::run","Run the new device","refentry"],"zmqdevice.setidlecallback":["ZMQDevice::setIdleCallback","Set the idle callback function","refentry"],"zmqdevice.setidletimeout":["ZMQDevice::setIdleTimeout","Set the idle timeout","refentry"],"zmqdevice.settimercallback":["ZMQDevice::setTimerCallback","Set the timer callback function","refentry"],"zmqdevice.settimertimeout":["ZMQDevice::setTimerTimeout","Set the timer timeout","refentry"],"class.zmqdevice":["ZMQDevice","The ZMQDevice class","phpdoc:classref"],"book.zmq":["0MQ messaging","ZMQ","book"],"function.udm-add-search-limit":["udm_add_search_limit","Add various search limits","refentry"],"function.udm-alloc-agent-array":["udm_alloc_agent_array","Allocate mnoGoSearch session","refentry"],"function.udm-alloc-agent":["udm_alloc_agent","Allocate mnoGoSearch session","refentry"],"function.udm-api-version":["udm_api_version","Get mnoGoSearch API version","refentry"],"function.udm-cat-list":["udm_cat_list","Get all the categories on the same level with the current one","refentry"],"function.udm-cat-path":["udm_cat_path","Get the path to the current category","refentry"],"function.udm-check-charset":["udm_check_charset","Check if the given charset is known to mnogosearch","refentry"],"function.udm-check-stored":["udm_check_stored","Check connection to stored","refentry"],"function.udm-clear-search-limits":["udm_clear_search_limits","Clear all mnoGoSearch search restrictions","refentry"],"function.udm-close-stored":["udm_close_stored","Close connection to stored","refentry"],"function.udm-crc32":["udm_crc32","Return CRC32 checksum of given string","refentry"],"function.udm-errno":["udm_errno","Get mnoGoSearch error number","refentry"],"function.udm-error":["udm_error","Get mnoGoSearch error message","refentry"],"function.udm-find":["udm_find","Perform search","refentry"],"function.udm-free-agent":["udm_free_agent","Free mnoGoSearch session","refentry"],"function.udm-free-ispell-data":["udm_free_ispell_data","Free memory allocated for ispell data","refentry"],"function.udm-free-res":["udm_free_res","Free mnoGoSearch result","refentry"],"function.udm-get-doc-count":["udm_get_doc_count","Get total number of documents in database","refentry"],"function.udm-get-res-field":["udm_get_res_field","Fetch a result field","refentry"],"function.udm-get-res-param":["udm_get_res_param","Get mnoGoSearch result parameters","refentry"],"function.udm-hash32":["udm_hash32","Return Hash32 checksum of gived string","refentry"],"function.udm-load-ispell-data":["udm_load_ispell_data","Load ispell data","refentry"],"function.udm-open-stored":["udm_open_stored","Open connection to stored","refentry"],"function.udm-set-agent-param":["udm_set_agent_param","Set mnoGoSearch agent session parameters","refentry"],"function.solr-get-version":["solr_get_version","Returns the current version of the Apache Solr extension","refentry"],"solrutils.digestxmlresponse":["SolrUtils::digestXmlResponse","Parses an response XML string into a SolrObject","refentry"],"solrutils.escapequerychars":["SolrUtils::escapeQueryChars","Escapes a lucene query string","refentry"],"solrutils.getsolrversion":["SolrUtils::getSolrVersion","Returns the current version of the Solr extension","refentry"],"solrutils.queryphrase":["SolrUtils::queryPhrase","Prepares a phrase from an unescaped lucene string","refentry"],"class.solrutils":["SolrUtils","The SolrUtils class","phpdoc:classref"],"solrinputdocument.addfield":["SolrInputDocument::addField","Adds a field to the document","refentry"],"solrinputdocument.clear":["SolrInputDocument::clear","Resets the input document","refentry"],"solrinputdocument.clone":["SolrInputDocument::__clone","Creates a copy of a SolrDocument","refentry"],"solrinputdocument.construct":["SolrInputDocument::__construct","Constructor","refentry"],"solrinputdocument.deletefield":["SolrInputDocument::deleteField","Removes a field from the document","refentry"],"solrinputdocument.destruct":["SolrInputDocument::__destruct","Destructor","refentry"],"solrinputdocument.fieldexists":["SolrInputDocument::fieldExists","Checks if a field exists","refentry"],"solrinputdocument.getboost":["SolrInputDocument::getBoost","Retrieves the current boost value for the document","refentry"],"solrinputdocument.getfield":["SolrInputDocument::getField","Retrieves a field by name","refentry"],"solrinputdocument.getfieldboost":["SolrInputDocument::getFieldBoost","Retrieves the boost value for a particular field","refentry"],"solrinputdocument.getfieldcount":["SolrInputDocument::getFieldCount","Returns the number of fields in the document","refentry"],"solrinputdocument.getfieldnames":["SolrInputDocument::getFieldNames","Returns an array containing all the fields in the document","refentry"],"solrinputdocument.merge":["SolrInputDocument::merge","Merges one input document into another","refentry"],"solrinputdocument.reset":["SolrInputDocument::reset","This is an alias of SolrInputDocument::clear","refentry"],"solrinputdocument.setboost":["SolrInputDocument::setBoost","Sets the boost value for this document","refentry"],"solrinputdocument.setfieldboost":["SolrInputDocument::setFieldBoost","Sets the index-time boost value for a field","refentry"],"solrinputdocument.sort":["SolrInputDocument::sort","Sorts the fields within the document","refentry"],"solrinputdocument.toarray":["SolrInputDocument::toArray","Returns an array representation of the input document","refentry"],"class.solrinputdocument":["SolrInputDocument","The SolrInputDocument class","phpdoc:classref"],"solrdocument.addfield":["SolrDocument::addField","Adds a field to the document","refentry"],"solrdocument.clear":["SolrDocument::clear","Drops all the fields in the document","refentry"],"solrdocument.clone":["SolrDocument::__clone","Creates a copy of a SolrDocument object","refentry"],"solrdocument.construct":["SolrDocument::__construct","Constructor","refentry"],"solrdocument.current":["SolrDocument::current","Retrieves the current field","refentry"],"solrdocument.deletefield":["SolrDocument::deleteField","Removes a field from the document","refentry"],"solrdocument.destruct":["SolrDocument::__destruct","Destructor","refentry"],"solrdocument.fieldexists":["SolrDocument::fieldExists","Checks if a field exists in the document","refentry"],"solrdocument.get":["SolrDocument::__get","Access the field as a property","refentry"],"solrdocument.getfield":["SolrDocument::getField","Retrieves a field by name","refentry"],"solrdocument.getfieldcount":["SolrDocument::getFieldCount","Returns the number of fields in this document","refentry"],"solrdocument.getfieldnames":["SolrDocument::getFieldNames","Returns an array of fields names in the document","refentry"],"solrdocument.getinputdocument":["SolrDocument::getInputDocument","Returns a SolrInputDocument equivalent of the object","refentry"],"solrdocument.isset":["SolrDocument::__isset","Checks if a field exists","refentry"],"solrdocument.key":["SolrDocument::key","Retrieves the current key","refentry"],"solrdocument.merge":["SolrDocument::merge","Merges source to the current SolrDocument","refentry"],"solrdocument.next":["SolrDocument::next","Moves the internal pointer to the next field","refentry"],"solrdocument.offsetexists":["SolrDocument::offsetExists","Checks if a particular field exists","refentry"],"solrdocument.offsetget":["SolrDocument::offsetGet","Retrieves a field","refentry"],"solrdocument.offsetset":["SolrDocument::offsetSet","Adds a field to the document","refentry"],"solrdocument.offsetunset":["SolrDocument::offsetUnset","Removes a field","refentry"],"solrdocument.reset":["SolrDocument::reset","This is an alias to SolrDocument::clear()","refentry"],"solrdocument.rewind":["SolrDocument::rewind","Resets the internal pointer to the beginning","refentry"],"solrdocument.serialize":["SolrDocument::serialize","Used for custom serialization","refentry"],"solrdocument.set":["SolrDocument::__set","Adds another field to the document","refentry"],"solrdocument.sort":["SolrDocument::sort","Sorts the fields in the document","refentry"],"solrdocument.toarray":["SolrDocument::toArray","Returns an array representation of the document","refentry"],"solrdocument.unserialize":["SolrDocument::unserialize","Custom serialization of SolrDocument objects","refentry"],"solrdocument.unset":["SolrDocument::__unset","Removes a field from the document","refentry"],"solrdocument.valid":["SolrDocument::valid","Checks if the current position internally is still valid","refentry"],"class.solrdocument":["SolrDocument","The SolrDocument class","phpdoc:classref"],"solrdocumentfield.construct":["SolrDocumentField::__construct","Constructor","refentry"],"solrdocumentfield.destruct":["SolrDocumentField::__destruct","Destructor","refentry"],"class.solrdocumentfield":["SolrDocumentField","The SolrDocumentField class","phpdoc:classref"],"solrobject.construct":["SolrObject::__construct","Creates Solr object","refentry"],"solrobject.destruct":["SolrObject::__destruct","Destructor","refentry"],"solrobject.getpropertynames":["SolrObject::getPropertyNames","Returns an array of all the names of the properties","refentry"],"solrobject.offsetexists":["SolrObject::offsetExists","Checks if the property exists","refentry"],"solrobject.offsetget":["SolrObject::offsetGet","Used to retrieve a property","refentry"],"solrobject.offsetset":["SolrObject::offsetSet","Sets the value for a property","refentry"],"solrobject.offsetunset":["SolrObject::offsetUnset","Sets the value for the property","refentry"],"class.solrobject":["SolrObject","The SolrObject class","phpdoc:classref"],"solrclient.adddocument":["SolrClient::addDocument","Adds a document to the index","refentry"],"solrclient.adddocuments":["SolrClient::addDocuments","Adds a collection of SolrInputDocument instances to the index","refentry"],"solrclient.commit":["SolrClient::commit","Finalizes all add\/deletes made to the index","refentry"],"solrclient.construct":["SolrClient::__construct","Constructor for the SolrClient object","refentry"],"solrclient.deletebyid":["SolrClient::deleteById","Delete by Id","refentry"],"solrclient.deletebyids":["SolrClient::deleteByIds","Deletes by Ids","refentry"],"solrclient.deletebyqueries":["SolrClient::deleteByQueries","Removes all documents matching any of the queries","refentry"],"solrclient.deletebyquery":["SolrClient::deleteByQuery","Deletes all documents matching the given query","refentry"],"solrclient.destruct":["SolrClient::__destruct","Destructor for SolrClient","refentry"],"solrclient.getdebug":["SolrClient::getDebug","Returns the debug data for the last connection attempt","refentry"],"solrclient.getoptions":["SolrClient::getOptions","Returns the client options set internally","refentry"],"solrclient.optimize":["SolrClient::optimize","Defragments the index","refentry"],"solrclient.ping":["SolrClient::ping","Checks if Solr server is still up","refentry"],"solrclient.query":["SolrClient::query","Sends a query to the server","refentry"],"solrclient.request":["SolrClient::request","Sends a raw update request","refentry"],"solrclient.rollback":["SolrClient::rollback","Rollbacks all add\/deletes made to the index since the last commit","refentry"],"solrclient.setresponsewriter":["SolrClient::setResponseWriter","Sets the response writer used to prepare the response from Solr","refentry"],"solrclient.setservlet":["SolrClient::setServlet","Changes the specified servlet type to a new value","refentry"],"solrclient.threads":["SolrClient::threads","Checks the threads status","refentry"],"class.solrclient":["SolrClient","The SolrClient class","phpdoc:classref"],"solrresponse.getdigestedresponse":["SolrResponse::getDigestedResponse","Returns the XML response as serialized PHP data","refentry"],"solrresponse.gethttpstatus":["SolrResponse::getHttpStatus","Returns the HTTP status of the response","refentry"],"solrresponse.gethttpstatusmessage":["SolrResponse::getHttpStatusMessage","Returns more details on the HTTP status","refentry"],"solrresponse.getrawrequest":["SolrResponse::getRawRequest","Returns the raw request sent to the Solr server","refentry"],"solrresponse.getrawrequestheaders":["SolrResponse::getRawRequestHeaders","Returns the raw request headers sent to the Solr server","refentry"],"solrresponse.getrawresponse":["SolrResponse::getRawResponse","Returns the raw response from the server","refentry"],"solrresponse.getrawresponseheaders":["SolrResponse::getRawResponseHeaders","Returns the raw response headers from the server","refentry"],"solrresponse.getrequesturl":["SolrResponse::getRequestUrl","Returns the full URL the request was sent to","refentry"],"solrresponse.getresponse":["SolrResponse::getResponse","Returns a SolrObject representing the XML response from the server","refentry"],"solrresponse.setparsemode":["SolrResponse::setParseMode","Sets the parse mode","refentry"],"solrresponse.success":["SolrResponse::success","Was the request a success","refentry"],"class.solrresponse":["SolrResponse","The SolrResponse class","phpdoc:classref"],"solrqueryresponse.construct":["SolrQueryResponse::__construct","Constructor","refentry"],"solrqueryresponse.destruct":["SolrQueryResponse::__destruct","Destructor","refentry"],"class.solrqueryresponse":["SolrQueryResponse","The SolrQueryResponse class","phpdoc:classref"],"solrupdateresponse.construct":["SolrUpdateResponse::__construct","Constructor","refentry"],"solrupdateresponse.destruct":["SolrUpdateResponse::__destruct","Destructor","refentry"],"class.solrupdateresponse":["SolrUpdateResponse","The SolrUpdateResponse class","phpdoc:classref"],"solrpingresponse.construct":["SolrPingResponse::__construct","Constructor","refentry"],"solrpingresponse.destruct":["SolrPingResponse::__destruct","Destructor","refentry"],"solrpingresponse.getresponse":["SolrPingResponse::getResponse","Returns the response from the server","refentry"],"class.solrpingresponse":["SolrPingResponse","The SolrPingResponse class","phpdoc:classref"],"solrgenericresponse.construct":["SolrGenericResponse::__construct","Constructor","refentry"],"solrgenericresponse.destruct":["SolrGenericResponse::__destruct","Destructor","refentry"],"class.solrgenericresponse":["SolrGenericResponse","The SolrGenericResponse class","phpdoc:classref"],"solrparams.add":["SolrParams::add","This is an alias for SolrParams::addParam","refentry"],"solrparams.addparam":["SolrParams::addParam","Adds a parameter to the object","refentry"],"solrparams.get":["SolrParams::get","This is an alias for SolrParams::getParam","refentry"],"solrparams.getparam":["SolrParams::getParam","Returns a parameter value","refentry"],"solrparams.getparams":["SolrParams::getParams","Returns an array of non URL-encoded parameters","refentry"],"solrparams.getpreparedparams":["SolrParams::getPreparedParams","Returns an array of URL-encoded parameters","refentry"],"solrparams.serialize":["SolrParams::serialize","Used for custom serialization","refentry"],"solrparams.set":["SolrParams::set","An alias of SolrParams::setParam","refentry"],"solrparams.setparam":["SolrParams::setParam","Sets the parameter to the specified value","refentry"],"solrparams.tostring":["SolrParams::toString","Returns all the name-value pair parameters in the object","refentry"],"solrparams.unserialize":["SolrParams::unserialize","Used for custom serialization","refentry"],"class.solrparams":["SolrParams","The SolrParams class","phpdoc:classref"],"solrmodifiableparams.construct":["SolrModifiableParams::__construct","Constructor","refentry"],"solrmodifiableparams.destruct":["SolrModifiableParams::__destruct","Destructor","refentry"],"class.solrmodifiableparams":["SolrModifiableParams","The SolrModifiableParams class","phpdoc:classref"],"solrquery.addfacetdatefield":["SolrQuery::addFacetDateField","Maps to facet.date","refentry"],"solrquery.addfacetdateother":["SolrQuery::addFacetDateOther","Adds another facet.date.other parameter","refentry"],"solrquery.addfacetfield":["SolrQuery::addFacetField","Adds another field to the facet","refentry"],"solrquery.addfacetquery":["SolrQuery::addFacetQuery","Adds a facet query","refentry"],"solrquery.addfield":["SolrQuery::addField","Specifies which fields to return in the result","refentry"],"solrquery.addfilterquery":["SolrQuery::addFilterQuery","Specifies a filter query","refentry"],"solrquery.addhighlightfield":["SolrQuery::addHighlightField","Maps to hl.fl","refentry"],"solrquery.addmltfield":["SolrQuery::addMltField","Sets a field to use for similarity","refentry"],"solrquery.addmltqueryfield":["SolrQuery::addMltQueryField","Maps to mlt.qf","refentry"],"solrquery.addsortfield":["SolrQuery::addSortField","Used to control how the results should be sorted","refentry"],"solrquery.addstatsfacet":["SolrQuery::addStatsFacet","Requests a return of sub results for values within the given facet","refentry"],"solrquery.addstatsfield":["SolrQuery::addStatsField","Maps to stats.field parameter","refentry"],"solrquery.construct":["SolrQuery::__construct","Constructor","refentry"],"solrquery.destruct":["SolrQuery::__destruct","Destructor","refentry"],"solrquery.getfacet":["SolrQuery::getFacet","Returns the value of the facet parameter","refentry"],"solrquery.getfacetdateend":["SolrQuery::getFacetDateEnd","Returns the value for the facet.date.end parameter","refentry"],"solrquery.getfacetdatefields":["SolrQuery::getFacetDateFields","Returns all the facet.date fields","refentry"],"solrquery.getfacetdategap":["SolrQuery::getFacetDateGap","Returns the value of the facet.date.gap parameter","refentry"],"solrquery.getfacetdatehardend":["SolrQuery::getFacetDateHardEnd","Returns the value of the facet.date.hardend parameter","refentry"],"solrquery.getfacetdateother":["SolrQuery::getFacetDateOther","Returns the value for the facet.date.other parameter","refentry"],"solrquery.getfacetdatestart":["SolrQuery::getFacetDateStart","Returns the lower bound for the first date range for all date faceting on this field","refentry"],"solrquery.getfacetfields":["SolrQuery::getFacetFields","Returns all the facet fields","refentry"],"solrquery.getfacetlimit":["SolrQuery::getFacetLimit","Returns the maximum number of constraint counts that should be returned for the facet fields","refentry"],"solrquery.getfacetmethod":["SolrQuery::getFacetMethod","Returns the value of the facet.method parameter","refentry"],"solrquery.getfacetmincount":["SolrQuery::getFacetMinCount","Returns the minimum counts for facet fields should be included in the response","refentry"],"solrquery.getfacetmissing":["SolrQuery::getFacetMissing","Returns the current state of the facet.missing parameter","refentry"],"solrquery.getfacetoffset":["SolrQuery::getFacetOffset","Returns an offset into the list of constraints to be used for pagination","refentry"],"solrquery.getfacetprefix":["SolrQuery::getFacetPrefix","Returns the facet prefix","refentry"],"solrquery.getfacetqueries":["SolrQuery::getFacetQueries","Returns all the facet queries","refentry"],"solrquery.getfacetsort":["SolrQuery::getFacetSort","Returns the facet sort type","refentry"],"solrquery.getfields":["SolrQuery::getFields","Returns the list of fields that will be returned in the response","refentry"],"solrquery.getfilterqueries":["SolrQuery::getFilterQueries","Returns an array of filter queries","refentry"],"solrquery.gethighlight":["SolrQuery::getHighlight","Returns the state of the hl parameter","refentry"],"solrquery.gethighlightalternatefield":["SolrQuery::getHighlightAlternateField","Returns the highlight field to use as backup or default","refentry"],"solrquery.gethighlightfields":["SolrQuery::getHighlightFields","Returns all the fields that Solr should generate highlighted snippets for","refentry"],"solrquery.gethighlightformatter":["SolrQuery::getHighlightFormatter","Returns the formatter for the highlighted output","refentry"],"solrquery.gethighlightfragmenter":["SolrQuery::getHighlightFragmenter","Returns the text snippet generator for highlighted text","refentry"],"solrquery.gethighlightfragsize":["SolrQuery::getHighlightFragsize","Returns the number of characters of fragments to consider for highlighting","refentry"],"solrquery.gethighlighthighlightmultiterm":["SolrQuery::getHighlightHighlightMultiTerm","Returns whether or not to enable highlighting for range\/wildcard\/fuzzy\/prefix queries","refentry"],"solrquery.gethighlightmaxalternatefieldlength":["SolrQuery::getHighlightMaxAlternateFieldLength","Returns the maximum number of characters of the field to return","refentry"],"solrquery.gethighlightmaxanalyzedchars":["SolrQuery::getHighlightMaxAnalyzedChars","Returns the maximum number of characters into a document to look for suitable snippets","refentry"],"solrquery.gethighlightmergecontiguous":["SolrQuery::getHighlightMergeContiguous","Returns whether or not the collapse contiguous fragments into a single fragment","refentry"],"solrquery.gethighlightregexmaxanalyzedchars":["SolrQuery::getHighlightRegexMaxAnalyzedChars","Returns the maximum number of characters from a field when using the regex fragmenter","refentry"],"solrquery.gethighlightregexpattern":["SolrQuery::getHighlightRegexPattern","Returns the regular expression for fragmenting","refentry"],"solrquery.gethighlightregexslop":["SolrQuery::getHighlightRegexSlop","Returns the deviation factor from the ideal fragment size","refentry"],"solrquery.gethighlightrequirefieldmatch":["SolrQuery::getHighlightRequireFieldMatch","Returns if a field will only be highlighted if the query matched in this particular field","refentry"],"solrquery.gethighlightsimplepost":["SolrQuery::getHighlightSimplePost","Returns the text which appears after a highlighted term","refentry"],"solrquery.gethighlightsimplepre":["SolrQuery::getHighlightSimplePre","Returns the text which appears before a highlighted term","refentry"],"solrquery.gethighlightsnippets":["SolrQuery::getHighlightSnippets","Returns the maximum number of highlighted snippets to generate per field","refentry"],"solrquery.gethighlightusephrasehighlighter":["SolrQuery::getHighlightUsePhraseHighlighter","Returns the state of the hl.usePhraseHighlighter parameter","refentry"],"solrquery.getmlt":["SolrQuery::getMlt","Returns whether or not MoreLikeThis results should be enabled","refentry"],"solrquery.getmltboost":["SolrQuery::getMltBoost","Returns whether or not the query will be boosted by the interesting term relevance","refentry"],"solrquery.getmltcount":["SolrQuery::getMltCount","Returns the number of similar documents to return for each result","refentry"],"solrquery.getmltfields":["SolrQuery::getMltFields","Returns all the fields to use for similarity","refentry"],"solrquery.getmltmaxnumqueryterms":["SolrQuery::getMltMaxNumQueryTerms","Returns the maximum number of query terms that will be included in any generated query","refentry"],"solrquery.getmltmaxnumtokens":["SolrQuery::getMltMaxNumTokens","Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support","refentry"],"solrquery.getmltmaxwordlength":["SolrQuery::getMltMaxWordLength","Returns the maximum word length above which words will be ignored","refentry"],"solrquery.getmltmindocfrequency":["SolrQuery::getMltMinDocFrequency","Returns the treshold frequency at which words will be ignored which do not occur in at least this many docs","refentry"],"solrquery.getmltmintermfrequency":["SolrQuery::getMltMinTermFrequency","Returns the frequency below which terms will be ignored in the source document","refentry"],"solrquery.getmltminwordlength":["SolrQuery::getMltMinWordLength","Returns the minimum word length below which words will be ignored","refentry"],"solrquery.getmltqueryfields":["SolrQuery::getMltQueryFields","Returns the query fields and their boosts","refentry"],"solrquery.getquery":["SolrQuery::getQuery","Returns the main query","refentry"],"solrquery.getrows":["SolrQuery::getRows","Returns the maximum number of documents","refentry"],"solrquery.getsortfields":["SolrQuery::getSortFields","Returns all the sort fields","refentry"],"solrquery.getstart":["SolrQuery::getStart","Returns the offset in the complete result set","refentry"],"solrquery.getstats":["SolrQuery::getStats","Returns whether or not stats is enabled","refentry"],"solrquery.getstatsfacets":["SolrQuery::getStatsFacets","Returns all the stats facets that were set","refentry"],"solrquery.getstatsfields":["SolrQuery::getStatsFields","Returns all the statistics fields","refentry"],"solrquery.getterms":["SolrQuery::getTerms","Returns whether or not the TermsComponent is enabled","refentry"],"solrquery.gettermsfield":["SolrQuery::getTermsField","Returns the field from which the terms are retrieved","refentry"],"solrquery.gettermsincludelowerbound":["SolrQuery::getTermsIncludeLowerBound","Returns whether or not to include the lower bound in the result set","refentry"],"solrquery.gettermsincludeupperbound":["SolrQuery::getTermsIncludeUpperBound","Returns whether or not to include the upper bound term in the result set","refentry"],"solrquery.gettermslimit":["SolrQuery::getTermsLimit","Returns the maximum number of terms Solr should return","refentry"],"solrquery.gettermslowerbound":["SolrQuery::getTermsLowerBound","Returns the term to start at","refentry"],"solrquery.gettermsmaxcount":["SolrQuery::getTermsMaxCount","Returns the maximum document frequency","refentry"],"solrquery.gettermsmincount":["SolrQuery::getTermsMinCount","Returns the minimum document frequency to return in order to be included","refentry"],"solrquery.gettermsprefix":["SolrQuery::getTermsPrefix","Returns the term prefix","refentry"],"solrquery.gettermsreturnraw":["SolrQuery::getTermsReturnRaw","Whether or not to return raw characters","refentry"],"solrquery.gettermssort":["SolrQuery::getTermsSort","Returns an integer indicating how terms are sorted","refentry"],"solrquery.gettermsupperbound":["SolrQuery::getTermsUpperBound","Returns the term to stop at","refentry"],"solrquery.gettimeallowed":["SolrQuery::getTimeAllowed","Returns the time in milliseconds allowed for the query to finish","refentry"],"solrquery.removefacetdatefield":["SolrQuery::removeFacetDateField","Removes one of the facet date fields","refentry"],"solrquery.removefacetdateother":["SolrQuery::removeFacetDateOther","Removes one of the facet.date.other parameters","refentry"],"solrquery.removefacetfield":["SolrQuery::removeFacetField","Removes one of the facet.date parameters","refentry"],"solrquery.removefacetquery":["SolrQuery::removeFacetQuery","Removes one of the facet.query parameters","refentry"],"solrquery.removefield":["SolrQuery::removeField","Removes a field from the list of fields","refentry"],"solrquery.removefilterquery":["SolrQuery::removeFilterQuery","Removes a filter query","refentry"],"solrquery.removehighlightfield":["SolrQuery::removeHighlightField","Removes one of the fields used for highlighting","refentry"],"solrquery.removemltfield":["SolrQuery::removeMltField","Removes one of the moreLikeThis fields","refentry"],"solrquery.removemltqueryfield":["SolrQuery::removeMltQueryField","Removes one of the moreLikeThis query fields","refentry"],"solrquery.removesortfield":["SolrQuery::removeSortField","Removes one of the sort fields","refentry"],"solrquery.removestatsfacet":["SolrQuery::removeStatsFacet","Removes one of the stats.facet parameters","refentry"],"solrquery.removestatsfield":["SolrQuery::removeStatsField","Removes one of the stats.field parameters","refentry"],"solrquery.setechohandler":["SolrQuery::setEchoHandler","Toggles the echoHandler parameter","refentry"],"solrquery.setechoparams":["SolrQuery::setEchoParams","Determines what kind of parameters to include in the response","refentry"],"solrquery.setexplainother":["SolrQuery::setExplainOther","Sets the explainOther common query parameter","refentry"],"solrquery.setfacet":["SolrQuery::setFacet","Maps to the facet parameter. Enables or disables facetting","refentry"],"solrquery.setfacetdateend":["SolrQuery::setFacetDateEnd","Maps to facet.date.end","refentry"],"solrquery.setfacetdategap":["SolrQuery::setFacetDateGap","Maps to facet.date.gap","refentry"],"solrquery.setfacetdatehardend":["SolrQuery::setFacetDateHardEnd","Maps to facet.date.hardend","refentry"],"solrquery.setfacetdatestart":["SolrQuery::setFacetDateStart","Maps to facet.date.start","refentry"],"solrquery.setfacetenumcachemindefaultfrequency":["SolrQuery::setFacetEnumCacheMinDefaultFrequency","Sets the minimum document frequency used for determining term count","refentry"],"solrquery.setfacetlimit":["SolrQuery::setFacetLimit","Maps to facet.limit","refentry"],"solrquery.setfacetmethod":["SolrQuery::setFacetMethod","Specifies the type of algorithm to use when faceting a field","refentry"],"solrquery.setfacetmincount":["SolrQuery::setFacetMinCount","Maps to facet.mincount","refentry"],"solrquery.setfacetmissing":["SolrQuery::setFacetMissing","Maps to facet.missing","refentry"],"solrquery.setfacetoffset":["SolrQuery::setFacetOffset","Sets the offset into the list of constraints to allow for pagination","refentry"],"solrquery.setfacetprefix":["SolrQuery::setFacetPrefix","Specifies a string prefix with which to limits the terms on which to facet","refentry"],"solrquery.setfacetsort":["SolrQuery::setFacetSort","Determines the ordering of the facet field constraints","refentry"],"solrquery.sethighlight":["SolrQuery::setHighlight","Enables or disables highlighting","refentry"],"solrquery.sethighlightalternatefield":["SolrQuery::setHighlightAlternateField","Specifies the backup field to use","refentry"],"solrquery.sethighlightformatter":["SolrQuery::setHighlightFormatter","Specify a formatter for the highlight output","refentry"],"solrquery.sethighlightfragmenter":["SolrQuery::setHighlightFragmenter","Sets a text snippet generator for highlighted text","refentry"],"solrquery.sethighlightfragsize":["SolrQuery::setHighlightFragsize","The size of fragments to consider for highlighting","refentry"],"solrquery.sethighlighthighlightmultiterm":["SolrQuery::setHighlightHighlightMultiTerm","Use SpanScorer to highlight phrase terms","refentry"],"solrquery.sethighlightmaxalternatefieldlength":["SolrQuery::setHighlightMaxAlternateFieldLength","Sets the maximum number of characters of the field to return","refentry"],"solrquery.sethighlightmaxanalyzedchars":["SolrQuery::setHighlightMaxAnalyzedChars","Specifies the number of characters into a document to look for suitable snippets","refentry"],"solrquery.sethighlightmergecontiguous":["SolrQuery::setHighlightMergeContiguous","Whether or not to collapse contiguous fragments into a single fragment","refentry"],"solrquery.sethighlightregexmaxanalyzedchars":["SolrQuery::setHighlightRegexMaxAnalyzedChars","Specify the maximum number of characters to analyze","refentry"],"solrquery.sethighlightregexpattern":["SolrQuery::setHighlightRegexPattern","Specify the regular expression for fragmenting","refentry"],"solrquery.sethighlightregexslop":["SolrQuery::setHighlightRegexSlop","Sets the factor by which the regex fragmenter can stray from the ideal fragment size","refentry"],"solrquery.sethighlightrequirefieldmatch":["SolrQuery::setHighlightRequireFieldMatch","Require field matching during highlighting","refentry"],"solrquery.sethighlightsimplepost":["SolrQuery::setHighlightSimplePost","Sets the text which appears after a highlighted term","refentry"],"solrquery.sethighlightsimplepre":["SolrQuery::setHighlightSimplePre","Sets the text which appears before a highlighted term","refentry"],"solrquery.sethighlightsnippets":["SolrQuery::setHighlightSnippets","Sets the maximum number of highlighted snippets to generate per field","refentry"],"solrquery.sethighlightusephrasehighlighter":["SolrQuery::setHighlightUsePhraseHighlighter","Whether to highlight phrase terms only when they appear within the query phrase","refentry"],"solrquery.setmlt":["SolrQuery::setMlt","Enables or disables moreLikeThis","refentry"],"solrquery.setmltboost":["SolrQuery::setMltBoost","Set if the query will be boosted by the interesting term relevance","refentry"],"solrquery.setmltcount":["SolrQuery::setMltCount","Set the number of similar documents to return for each result","refentry"],"solrquery.setmltmaxnumqueryterms":["SolrQuery::setMltMaxNumQueryTerms","Sets the maximum number of query terms included","refentry"],"solrquery.setmltmaxnumtokens":["SolrQuery::setMltMaxNumTokens","Specifies the maximum number of tokens to parse","refentry"],"solrquery.setmltmaxwordlength":["SolrQuery::setMltMaxWordLength","Sets the maximum word length","refentry"],"solrquery.setmltmindocfrequency":["SolrQuery::setMltMinDocFrequency","Sets the mltMinDoc frequency","refentry"],"solrquery.setmltmintermfrequency":["SolrQuery::setMltMinTermFrequency","Sets the frequency below which terms will be ignored in the source docs","refentry"],"solrquery.setmltminwordlength":["SolrQuery::setMltMinWordLength","Sets the minimum word length","refentry"],"solrquery.setomitheader":["SolrQuery::setOmitHeader","Exclude the header from the returned results","refentry"],"solrquery.setquery":["SolrQuery::setQuery","Sets the search query","refentry"],"solrquery.setrows":["SolrQuery::setRows","Specifies the maximum number of rows to return in the result","refentry"],"solrquery.setshowdebuginfo":["SolrQuery::setShowDebugInfo","Flag to show debug information","refentry"],"solrquery.setstart":["SolrQuery::setStart","Specifies the number of rows to skip","refentry"],"solrquery.setstats":["SolrQuery::setStats","Enables or disables the Stats component","refentry"],"solrquery.setterms":["SolrQuery::setTerms","Enables or disables the TermsComponent","refentry"],"solrquery.settermsfield":["SolrQuery::setTermsField","Sets the name of the field to get the Terms from","refentry"],"solrquery.settermsincludelowerbound":["SolrQuery::setTermsIncludeLowerBound","Include the lower bound term in the result set","refentry"],"solrquery.settermsincludeupperbound":["SolrQuery::setTermsIncludeUpperBound","Include the upper bound term in the result set","refentry"],"solrquery.settermslimit":["SolrQuery::setTermsLimit","Sets the maximum number of terms to return","refentry"],"solrquery.settermslowerbound":["SolrQuery::setTermsLowerBound","Specifies the Term to start from","refentry"],"solrquery.settermsmaxcount":["SolrQuery::setTermsMaxCount","Sets the maximum document frequency","refentry"],"solrquery.settermsmincount":["SolrQuery::setTermsMinCount","Sets the minimum document frequency","refentry"],"solrquery.settermsprefix":["SolrQuery::setTermsPrefix","Restrict matches to terms that start with the prefix","refentry"],"solrquery.settermsreturnraw":["SolrQuery::setTermsReturnRaw","Return the raw characters of the indexed term","refentry"],"solrquery.settermssort":["SolrQuery::setTermsSort","Specifies how to sort the returned terms","refentry"],"solrquery.settermsupperbound":["SolrQuery::setTermsUpperBound","Sets the term to stop at","refentry"],"solrquery.settimeallowed":["SolrQuery::setTimeAllowed","The time allowed for search to finish","refentry"],"class.solrquery":["SolrQuery","The SolrQuery class","phpdoc:classref"],"solrexception.getinternalinfo":["SolrException::getInternalInfo","Returns internal information where the Exception was thrown","refentry"],"class.solrexception":["SolrException","The SolrException class","phpdoc:classref"],"solrclientexception.getinternalinfo":["SolrClientException::getInternalInfo","Returns internal information where the Exception was thrown","refentry"],"class.solrclientexception":["SolrClientException","The SolrClientException class","phpdoc:classref"],"solrillegalargumentexception.getinternalinfo":["SolrIllegalArgumentException::getInternalInfo","Returns internal information where the Exception was thrown","refentry"],"class.solrillegalargumentexception":["SolrIllegalArgumentException","The SolrIllegalArgumentException class","phpdoc:classref"],"solrillegaloperationexception.getinternalinfo":["SolrIllegalOperationException::getInternalInfo","Returns internal information where the Exception was thrown","refentry"],"class.solrillegaloperationexception":["SolrIllegalOperationException","The SolrIllegalOperationException class","phpdoc:classref"],"book.solr":["Solr","Apache Solr","book"],"sphinxclient.addquery":["SphinxClient::addQuery","Add query to multi-query batch","refentry"],"sphinxclient.buildexcerpts":["SphinxClient::buildExcerpts","Build text snippets","refentry"],"sphinxclient.buildkeywords":["SphinxClient::buildKeywords","Extract keywords from query","refentry"],"sphinxclient.close":["SphinxClient::close","Closes previously opened persistent connection","refentry"],"sphinxclient.construct":["SphinxClient::__construct","Create a new SphinxClient object","refentry"],"sphinxclient.escapestring":["SphinxClient::escapeString","Escape special characters","refentry"],"sphinxclient.getlasterror":["SphinxClient::getLastError","Get the last error message","refentry"],"sphinxclient.getlastwarning":["SphinxClient::getLastWarning","Get the last warning","refentry"],"sphinxclient.open":["SphinxClient::open","Opens persistent connection to the server","refentry"],"sphinxclient.query":["SphinxClient::query","Execute search query","refentry"],"sphinxclient.resetfilters":["SphinxClient::resetFilters","Clear all filters","refentry"],"sphinxclient.resetgroupby":["SphinxClient::resetGroupBy","Clear all group-by settings","refentry"],"sphinxclient.runqueries":["SphinxClient::runQueries","Run a batch of search queries","refentry"],"sphinxclient.setarrayresult":["SphinxClient::setArrayResult","Change the format of result set array","refentry"],"sphinxclient.setconnecttimeout":["SphinxClient::setConnectTimeout","Set connection timeout","refentry"],"sphinxclient.setfieldweights":["SphinxClient::setFieldWeights","Set field weights","refentry"],"sphinxclient.setfilter":["SphinxClient::setFilter","Add new integer values set filter","refentry"],"sphinxclient.setfilterfloatrange":["SphinxClient::setFilterFloatRange","Add new float range filter","refentry"],"sphinxclient.setfilterrange":["SphinxClient::setFilterRange","Add new integer range filter","refentry"],"sphinxclient.setgeoanchor":["SphinxClient::setGeoAnchor","Set anchor point for a geosphere distance calculations","refentry"],"sphinxclient.setgroupby":["SphinxClient::setGroupBy","Set grouping attribute","refentry"],"sphinxclient.setgroupdistinct":["SphinxClient::setGroupDistinct","Set attribute name for per-group distinct values count calculations","refentry"],"sphinxclient.setidrange":["SphinxClient::setIDRange","Set a range of accepted document IDs","refentry"],"sphinxclient.setindexweights":["SphinxClient::setIndexWeights","Set per-index weights","refentry"],"sphinxclient.setlimits":["SphinxClient::setLimits","Set offset and limit of the result set","refentry"],"sphinxclient.setmatchmode":["SphinxClient::setMatchMode","Set full-text query matching mode","refentry"],"sphinxclient.setmaxquerytime":["SphinxClient::setMaxQueryTime","Set maximum query time","refentry"],"sphinxclient.setoverride":["SphinxClient::setOverride","Sets temporary per-document attribute value\n overrides","refentry"],"sphinxclient.setrankingmode":["SphinxClient::setRankingMode","Set ranking mode","refentry"],"sphinxclient.setretries":["SphinxClient::setRetries","Set retry count and delay","refentry"],"sphinxclient.setselect":["SphinxClient::setSelect","Set select clause","refentry"],"sphinxclient.setserver":["SphinxClient::setServer","Set searchd host and port","refentry"],"sphinxclient.setsortmode":["SphinxClient::setSortMode","Set matches sorting mode","refentry"],"sphinxclient.status":["SphinxClient::status","Queries searchd status","refentry"],"sphinxclient.updateattributes":["SphinxClient::updateAttributes","Update document attributes","refentry"],"class.sphinxclient":["SphinxClient","The SphinxClient class","phpdoc:classref"],"book.sphinx":["Sphinx","Sphinx Client","book"],"swish.construct":["Swish::__construct","Construct a Swish object","refentry"],"swish.getmetalist":["Swish::getMetaList","Get the list of meta entries for the index","refentry"],"swish.getpropertylist":["Swish::getPropertyList","Get the list of properties for the index","refentry"],"swish.prepare":["Swish::prepare","Prepare a search query","refentry"],"swish.query":["Swish::query","Execute a query and return results object","refentry"],"swishresult.getmetalist":["SwishResult::getMetaList","Get a list of meta entries","refentry"],"swishresult.stem":["SwishResult::stem","Stems the given word","refentry"],"swishresults.getparsedwords":["SwishResults::getParsedWords","Get an array of parsed words","refentry"],"swishresults.getremovedstopwords":["SwishResults::getRemovedStopwords","Get an array of stopwords removed from the query","refentry"],"swishresults.nextresult":["SwishResults::nextResult","Get the next search result","refentry"],"swishresults.seekresult":["SwishResults::seekResult","Set current seek pointer to the given position","refentry"],"swishsearch.execute":["SwishSearch::execute","Execute the search and get the results","refentry"],"swishsearch.resetlimit":["SwishSearch::resetLimit","Reset the search limits","refentry"],"swishsearch.setlimit":["SwishSearch::setLimit","Set the search limits","refentry"],"swishsearch.setphrasedelimiter":["SwishSearch::setPhraseDelimiter","Set the phrase delimiter","refentry"],"swishsearch.setsort":["SwishSearch::setSort","Set the sort order","refentry"],"swishsearch.setstructure":["SwishSearch::setStructure","Set the structure flag in the search object","refentry"],"book.swish":["Swish","Swish Indexing","book"],"function.apache-child-terminate":["apache_child_terminate","Terminate apache process after this request","refentry"],"function.apache-get-modules":["apache_get_modules","Get a list of loaded Apache modules","refentry"],"function.apache-get-version":["apache_get_version","Fetch Apache version","refentry"],"function.apache-getenv":["apache_getenv","Get an Apache subprocess_env variable","refentry"],"function.apache-lookup-uri":["apache_lookup_uri","Perform a partial request for the specified URI and return all info about it","refentry"],"function.apache-note":["apache_note","Get and set apache request notes","refentry"],"function.apache-request-headers":["apache_request_headers","Fetch all HTTP request headers","refentry"],"function.apache-reset-timeout":["apache_reset_timeout","Reset the Apache write timer","refentry"],"function.apache-response-headers":["apache_response_headers","Fetch all HTTP response headers","refentry"],"function.apache-setenv":["apache_setenv","Set an Apache subprocess_env variable","refentry"],"function.getallheaders":["getallheaders","Fetch all HTTP request headers","refentry"],"function.virtual":["virtual","Perform an Apache sub-request","refentry"],"function.fastcgi-finish-request":["fastcgi_finish_request","Flushes all response data to the client","refentry"],"function.iis-add-server":["iis_add_server","Creates a new virtual web server","refentry"],"function.iis-get-dir-security":["iis_get_dir_security","Gets Directory Security","refentry"],"function.iis-get-script-map":["iis_get_script_map","Gets script mapping on a virtual directory for a specific extension","refentry"],"function.iis-get-server-by-comment":["iis_get_server_by_comment","Return the instance number associated with the Comment","refentry"],"function.iis-get-server-by-path":["iis_get_server_by_path","Return the instance number associated with the Path","refentry"],"function.iis-get-server-rights":["iis_get_server_rights","Gets server rights","refentry"],"function.iis-get-service-state":["iis_get_service_state","Returns the state for the service defined by ServiceId","refentry"],"function.iis-remove-server":["iis_remove_server","Removes the virtual web server indicated by ServerInstance","refentry"],"function.iis-set-app-settings":["iis_set_app_settings","Creates application scope for a virtual directory","refentry"],"function.iis-set-dir-security":["iis_set_dir_security","Sets Directory Security","refentry"],"function.iis-set-script-map":["iis_set_script_map","Sets script mapping on a virtual directory","refentry"],"function.iis-set-server-rights":["iis_set_server_rights","Sets server rights","refentry"],"function.iis-start-server":["iis_start_server","Starts the virtual web server","refentry"],"function.iis-start-service":["iis_start_service","Starts the service defined by ServiceId","refentry"],"function.iis-stop-server":["iis_stop_server","Stops the virtual web server","refentry"],"function.iis-stop-service":["iis_stop_service","Stops the service defined by ServiceId","refentry"],"book.iisfunc":["IIS","IIS Administration","book"],"function.nsapi-request-headers":["nsapi_request_headers","Fetch all HTTP request headers","refentry"],"function.nsapi-response-headers":["nsapi_response_headers","Fetch all HTTP response headers","refentry"],"function.nsapi-virtual":["nsapi_virtual","Perform an NSAPI sub-request","refentry"],"function.msession-connect":["msession_connect","Connect to msession server","refentry"],"function.msession-count":["msession_count","Get session count","refentry"],"function.msession-create":["msession_create","Create a session","refentry"],"function.msession-destroy":["msession_destroy","Destroy a session","refentry"],"function.msession-disconnect":["msession_disconnect","Close connection to msession server","refentry"],"function.msession-find":["msession_find","Find all sessions with name and value","refentry"],"function.msession-get-array":["msession_get_array","Get array of msession variables","refentry"],"function.msession-get-data":["msession_get_data","Get data session unstructured data","refentry"],"function.msession-get":["msession_get","Get value from session","refentry"],"function.msession-inc":["msession_inc","Increment value in session","refentry"],"function.msession-list":["msession_list","List all sessions","refentry"],"function.msession-listvar":["msession_listvar","List sessions with variable","refentry"],"function.msession-lock":["msession_lock","Lock a session","refentry"],"function.msession-plugin":["msession_plugin","Call an escape function within the msession personality plugin","refentry"],"function.msession-randstr":["msession_randstr","Get random string","refentry"],"function.msession-set-array":["msession_set_array","Set msession variables from an array","refentry"],"function.msession-set-data":["msession_set_data","Set data session unstructured data","refentry"],"function.msession-set":["msession_set","Set value in session","refentry"],"function.msession-timeout":["msession_timeout","Set\/get session timeout","refentry"],"function.msession-uniq":["msession_uniq","Get unique id","refentry"],"function.msession-unlock":["msession_unlock","Unlock a session","refentry"],"book.msession":["Msession","Mohawk Software Session Handler Functions","book"],"function.session-cache-expire":["session_cache_expire","Return current cache expire","refentry"],"function.session-cache-limiter":["session_cache_limiter","Get and\/or set the current cache limiter","refentry"],"function.session-commit":["session_commit","Alias of session_write_close","refentry"],"function.session-decode":["session_decode","Decodes session data from a session encoded string","refentry"],"function.session-destroy":["session_destroy","Destroys all data registered to a session","refentry"],"function.session-encode":["session_encode","Encodes the current session data as a session encoded string","refentry"],"function.session-get-cookie-params":["session_get_cookie_params","Get the session cookie parameters","refentry"],"function.session-id":["session_id","Get and\/or set the current session id","refentry"],"function.session-is-registered":["session_is_registered","Find out whether a global variable is registered in a session","refentry"],"function.session-module-name":["session_module_name","Get and\/or set the current session module","refentry"],"function.session-name":["session_name","Get and\/or set the current session name","refentry"],"function.session-regenerate-id":["session_regenerate_id","Update the current session id with a newly generated one","refentry"],"function.session-register-shutdown":["session_register_shutdown","Session shutdown function","refentry"],"function.session-register":["session_register","Register one or more global variables with the current session","refentry"],"function.session-save-path":["session_save_path","Get and\/or set the current session save path","refentry"],"function.session-set-cookie-params":["session_set_cookie_params","Set the session cookie parameters","refentry"],"function.session-set-save-handler":["session_set_save_handler","Sets user-level session storage functions","refentry"],"function.session-start":["session_start","Start new or resume existing session","refentry"],"function.session-status":["session_status","Returns the current session status","refentry"],"function.session-unregister":["session_unregister","Unregister a global variable from the current session","refentry"],"function.session-unset":["session_unset","Free all session variables","refentry"],"function.session-write-close":["session_write_close","Write session data and end session","refentry"],"sessionhandler.close":["SessionHandler::close","Close the session","refentry"],"sessionhandler.destroy":["SessionHandler::destroy","Destroy a session","refentry"],"sessionhandler.gc":["SessionHandler::gc","Cleanup old sessions","refentry"],"sessionhandler.open":["SessionHandler::open","Initialize session","refentry"],"sessionhandler.read":["SessionHandler::read","Read session data","refentry"],"sessionhandler.write":["SessionHandler::write","Write session data","refentry"],"class.sessionhandler":["SessionHandler","The SessionHandler class","phpdoc:classref"],"sessionhandlerinterface.close":["SessionHandlerInterface::close","Close the session","refentry"],"sessionhandlerinterface.destroy":["SessionHandlerInterface::destroy","Destroy a session","refentry"],"sessionhandlerinterface.gc":["SessionHandlerInterface::gc","Cleanup old sessions","refentry"],"sessionhandlerinterface.open":["SessionHandlerInterface::open","Initialize session","refentry"],"sessionhandlerinterface.read":["SessionHandlerInterface::read","Read session data","refentry"],"sessionhandlerinterface.write":["SessionHandlerInterface::write","Write session data","refentry"],"class.sessionhandlerinterface":["SessionHandlerInterface","The SessionHandlerInterface class","phpdoc:classref"],"book.session":["Sessions","Session Handling","book"],"function.session-pgsql-add-error":["session_pgsql_add_error","Increments error counts and sets last error message","refentry"],"function.session-pgsql-get-error":["session_pgsql_get_error","Returns number of errors and last error message","refentry"],"function.session-pgsql-get-field":["session_pgsql_get_field","Get custom field value","refentry"],"function.session-pgsql-reset":["session_pgsql_reset","Reset connection to session database servers","refentry"],"function.session-pgsql-set-field":["session_pgsql_set_field","Set custom field value","refentry"],"function.session-pgsql-status":["session_pgsql_status","Get current save handler status","refentry"],"book.session-pgsql":["Session PgSQL","PostgreSQL Session Save Handler","book"],"function.bbcode-add-element":["bbcode_add_element","Adds a bbcode element","refentry"],"function.bbcode-add-smiley":["bbcode_add_smiley","Adds a smiley to the parser","refentry"],"function.bbcode-create":["bbcode_create","Create a BBCode Resource","refentry"],"function.bbcode-destroy":["bbcode_destroy","Close BBCode_container resource","refentry"],"function.bbcode-parse":["bbcode_parse","Parse a string following a given rule set","refentry"],"function.bbcode-set-arg-parser":["bbcode_set_arg_parser","Attach another parser in order to use another rule set for argument parsing","refentry"],"function.bbcode-set-flags":["bbcode_set_flags","Set or alter parser options","refentry"],"book.bbcode":["BBCode","Bulletin Board Code","book"],"reference.pcre.pattern.syntax":["PCRE regex syntax","Pattern Syntax","chapter"],"reference.pcre.pattern.modifiers":["Possible modifiers in regex patterns","Pattern Modifiers","article"],"reference.pcre.pattern.differences":["Differences From Perl","Perl Differences","article"],"function.preg-filter":["preg_filter","Perform a regular expression search and replace","refentry"],"function.preg-grep":["preg_grep","Return array entries that match the pattern","refentry"],"function.preg-last-error":["preg_last_error","Returns the error code of the last PCRE regex execution","refentry"],"function.preg-match-all":["preg_match_all","Perform a global regular expression match","refentry"],"function.preg-match":["preg_match","Perform a regular expression match","refentry"],"function.preg-quote":["preg_quote","Quote regular expression characters","refentry"],"function.preg-replace-callback":["preg_replace_callback","Perform a regular expression search and replace using a callback","refentry"],"function.preg-replace":["preg_replace","Perform a regular expression search and replace","refentry"],"function.preg-split":["preg_split","Split string by a regular expression","refentry"],"book.pcre":["PCRE","Regular Expressions (Perl-Compatible)","book"],"function.ereg-replace":["ereg_replace","Replace regular expression","refentry"],"function.ereg":["ereg","Regular expression match","refentry"],"function.eregi-replace":["eregi_replace","Replace regular expression case insensitive","refentry"],"function.eregi":["eregi","Case insensitive regular expression match","refentry"],"function.split":["split","Split string into array by regular expression","refentry"],"function.spliti":["spliti","Split string into array by regular expression case insensitive","refentry"],"function.sql-regcase":["sql_regcase","Make regular expression for case insensitive match","refentry"],"book.regex":["POSIX Regex","Regular Expression (POSIX Extended)","book"],"function.ssdeep-fuzzy-compare":["ssdeep_fuzzy_compare","Calculates the match score between two fuzzy hash signatures","refentry"],"function.ssdeep-fuzzy-hash-filename":["ssdeep_fuzzy_hash_filename","Create a fuzzy hash from a file","refentry"],"function.ssdeep-fuzzy-hash":["ssdeep_fuzzy_hash","Create a fuzzy hash from a string","refentry"],"book.ssdeep":["ssdeep","ssdeep Fuzzy Hashing","book"],"function.addcslashes":["addcslashes","Quote string with slashes in a C style","refentry"],"function.addslashes":["addslashes","Quote string with slashes","refentry"],"function.bin2hex":["bin2hex","Convert binary data into hexadecimal representation","refentry"],"function.chop":["chop","Alias of rtrim","refentry"],"function.chr":["chr","Return a specific character","refentry"],"function.chunk-split":["chunk_split","Split a string into smaller chunks","refentry"],"function.convert-cyr-string":["convert_cyr_string","Convert from one Cyrillic character set to another","refentry"],"function.convert-uudecode":["convert_uudecode","Decode a uuencoded string","refentry"],"function.convert-uuencode":["convert_uuencode","Uuencode a string","refentry"],"function.count-chars":["count_chars","Return information about characters used in a string","refentry"],"function.crc32":["crc32","Calculates the crc32 polynomial of a string","refentry"],"function.crypt":["crypt","One-way string hashing","refentry"],"function.echo":["echo","Output one or more strings","refentry"],"function.explode":["explode","Split a string by string","refentry"],"function.fprintf":["fprintf","Write a formatted string to a stream","refentry"],"function.get-html-translation-table":["get_html_translation_table","Returns the translation table used by htmlspecialchars and htmlentities","refentry"],"function.hebrev":["hebrev","Convert logical Hebrew text to visual text","refentry"],"function.hebrevc":["hebrevc","Convert logical Hebrew text to visual text with newline conversion","refentry"],"function.hex2bin":["hex2bin","Decodes a hexadecimally encoded binary string","refentry"],"function.html-entity-decode":["html_entity_decode","Convert all HTML entities to their applicable characters","refentry"],"function.htmlentities":["htmlentities","Convert all applicable characters to HTML entities","refentry"],"function.htmlspecialchars-decode":["htmlspecialchars_decode","Convert special HTML entities back to characters","refentry"],"function.htmlspecialchars":["htmlspecialchars","Convert special characters to HTML entities","refentry"],"function.implode":["implode","Join array elements with a string","refentry"],"function.join":["join","Alias of implode","refentry"],"function.lcfirst":["lcfirst","Make a string's first character lowercase","refentry"],"function.levenshtein":["levenshtein","Calculate Levenshtein distance between two strings","refentry"],"function.localeconv":["localeconv","Get numeric formatting information","refentry"],"function.ltrim":["ltrim","Strip whitespace (or other characters) from the beginning of a string","refentry"],"function.md5-file":["md5_file","Calculates the md5 hash of a given file","refentry"],"function.md5":["md5","Calculate the md5 hash of a string","refentry"],"function.metaphone":["metaphone","Calculate the metaphone key of a string","refentry"],"function.money-format":["money_format","Formats a number as a currency string","refentry"],"function.nl-langinfo":["nl_langinfo","Query language and locale information","refentry"],"function.nl2br":["nl2br","Inserts HTML line breaks before all newlines in a string","refentry"],"function.number-format":["number_format","Format a number with grouped thousands","refentry"],"function.ord":["ord","Return ASCII value of character","refentry"],"function.parse-str":["parse_str","Parses the string into variables","refentry"],"function.print":["print","Output a string","refentry"],"function.printf":["printf","Output a formatted string","refentry"],"function.quoted-printable-decode":["quoted_printable_decode","Convert a quoted-printable string to an 8 bit string","refentry"],"function.quoted-printable-encode":["quoted_printable_encode","Convert a 8 bit string to a quoted-printable string","refentry"],"function.quotemeta":["quotemeta","Quote meta characters","refentry"],"function.rtrim":["rtrim","Strip whitespace (or other characters) from the end of a string","refentry"],"function.setlocale":["setlocale","Set locale information","refentry"],"function.sha1-file":["sha1_file","Calculate the sha1 hash of a file","refentry"],"function.sha1":["sha1","Calculate the sha1 hash of a string","refentry"],"function.similar-text":["similar_text","Calculate the similarity between two strings","refentry"],"function.soundex":["soundex","Calculate the soundex key of a string","refentry"],"function.sprintf":["sprintf","Return a formatted string","refentry"],"function.sscanf":["sscanf","Parses input from a string according to a format","refentry"],"function.str-getcsv":["str_getcsv","Parse a CSV string into an array","refentry"],"function.str-ireplace":["str_ireplace","Case-insensitive version of str_replace.","refentry"],"function.str-pad":["str_pad","Pad a string to a certain length with another string","refentry"],"function.str-repeat":["str_repeat","Repeat a string","refentry"],"function.str-replace":["str_replace","Replace all occurrences of the search string with the replacement string","refentry"],"function.str-rot13":["str_rot13","Perform the rot13 transform on a string","refentry"],"function.str-shuffle":["str_shuffle","Randomly shuffles a string","refentry"],"function.str-split":["str_split","Convert a string to an array","refentry"],"function.str-word-count":["str_word_count","Return information about words used in a string","refentry"],"function.strcasecmp":["strcasecmp","Binary safe case-insensitive string comparison","refentry"],"function.strchr":["strchr","Alias of strstr","refentry"],"function.strcmp":["strcmp","Binary safe string comparison","refentry"],"function.strcoll":["strcoll","Locale based string comparison","refentry"],"function.strcspn":["strcspn","Find length of initial segment not matching mask","refentry"],"function.strip-tags":["strip_tags","Strip HTML and PHP tags from a string","refentry"],"function.stripcslashes":["stripcslashes","Un-quote string quoted with addcslashes","refentry"],"function.stripos":["stripos","Find the position of the first occurrence of a case-insensitive substring in a string","refentry"],"function.stripslashes":["stripslashes","Un-quotes a quoted string","refentry"],"function.stristr":["stristr","Case-insensitive strstr","refentry"],"function.strlen":["strlen","Get string length","refentry"],"function.strnatcasecmp":["strnatcasecmp","Case insensitive string comparisons using a "natural order" algorithm","refentry"],"function.strnatcmp":["strnatcmp","String comparisons using a "natural order" algorithm","refentry"],"function.strncasecmp":["strncasecmp","Binary safe case-insensitive string comparison of the first n characters","refentry"],"function.strncmp":["strncmp","Binary safe string comparison of the first n characters","refentry"],"function.strpbrk":["strpbrk","Search a string for any of a set of characters","refentry"],"function.strpos":["strpos","Find the position of the first occurrence of a substring in a string","refentry"],"function.strrchr":["strrchr","Find the last occurrence of a character in a string","refentry"],"function.strrev":["strrev","Reverse a string","refentry"],"function.strripos":["strripos","Find the position of the last occurrence of a case-insensitive substring in a string","refentry"],"function.strrpos":["strrpos","Find the position of the last occurrence of a substring in a string","refentry"],"function.strspn":["strspn","Finds the length of the initial segment of a string consisting\n entirely of characters contained within a given mask.","refentry"],"function.strstr":["strstr","Find the first occurrence of a string","refentry"],"function.strtok":["strtok","Tokenize string","refentry"],"function.strtolower":["strtolower","Make a string lowercase","refentry"],"function.strtoupper":["strtoupper","Make a string uppercase","refentry"],"function.strtr":["strtr","Translate characters or replace substrings","refentry"],"function.substr-compare":["substr_compare","Binary safe comparison of two strings from an offset, up to length characters","refentry"],"function.substr-count":["substr_count","Count the number of substring occurrences","refentry"],"function.substr-replace":["substr_replace","Replace text within a portion of a string","refentry"],"function.substr":["substr","Return part of a string","refentry"],"function.trim":["trim","Strip whitespace (or other characters) from the beginning and end of a string","refentry"],"function.ucfirst":["ucfirst","Make a string's first character uppercase","refentry"],"function.ucwords":["ucwords","Uppercase the first character of each word in a string","refentry"],"function.vfprintf":["vfprintf","Write a formatted string to a stream","refentry"],"function.vprintf":["vprintf","Output a formatted string","refentry"],"function.vsprintf":["vsprintf","Return a formatted string","refentry"],"function.wordwrap":["wordwrap","Wraps a string to a given number of characters","refentry"],"function.array-change-key-case":["array_change_key_case","Changes the case of all keys in an array","refentry"],"function.array-chunk":["array_chunk","Split an array into chunks","refentry"],"function.array-column":["array_column","Return the values from a single column in the input array","refentry"],"function.array-combine":["array_combine","Creates an array by using one array for keys and another for its values","refentry"],"function.array-count-values":["array_count_values","Counts all the values of an array","refentry"],"function.array-diff-assoc":["array_diff_assoc","Computes the difference of arrays with additional index check","refentry"],"function.array-diff-key":["array_diff_key","Computes the difference of arrays using keys for comparison","refentry"],"function.array-diff-uassoc":["array_diff_uassoc","Computes the difference of arrays with additional index check which is performed by a user supplied callback function","refentry"],"function.array-diff-ukey":["array_diff_ukey","Computes the difference of arrays using a callback function on the keys for comparison","refentry"],"function.array-diff":["array_diff","Computes the difference of arrays","refentry"],"function.array-fill-keys":["array_fill_keys","Fill an array with values, specifying keys","refentry"],"function.array-fill":["array_fill","Fill an array with values","refentry"],"function.array-filter":["array_filter","Filters elements of an array using a callback function","refentry"],"function.array-flip":["array_flip","Exchanges all keys with their associated values in an array","refentry"],"function.array-intersect-assoc":["array_intersect_assoc","Computes the intersection of arrays with additional index check","refentry"],"function.array-intersect-key":["array_intersect_key","Computes the intersection of arrays using keys for comparison","refentry"],"function.array-intersect-uassoc":["array_intersect_uassoc","Computes the intersection of arrays with additional index check, compares indexes by a callback function","refentry"],"function.array-intersect-ukey":["array_intersect_ukey","Computes the intersection of arrays using a callback function on the keys for comparison","refentry"],"function.array-intersect":["array_intersect","Computes the intersection of arrays","refentry"],"function.array-key-exists":["array_key_exists","Checks if the given key or index exists in the array","refentry"],"function.array-keys":["array_keys","Return all the keys or a subset of the keys of an array","refentry"],"function.array-map":["array_map","Applies the callback to the elements of the given arrays","refentry"],"function.array-merge-recursive":["array_merge_recursive","Merge two or more arrays recursively","refentry"],"function.array-merge":["array_merge","Merge one or more arrays","refentry"],"function.array-multisort":["array_multisort","Sort multiple or multi-dimensional arrays","refentry"],"function.array-pad":["array_pad","Pad array to the specified length with a value","refentry"],"function.array-pop":["array_pop","Pop the element off the end of array","refentry"],"function.array-product":["array_product","Calculate the product of values in an array","refentry"],"function.array-push":["array_push","Push one or more elements onto the end of array","refentry"],"function.array-rand":["array_rand","Pick one or more random entries out of an array","refentry"],"function.array-reduce":["array_reduce","Iteratively reduce the array to a single value using a callback function","refentry"],"function.array-replace-recursive":["array_replace_recursive","Replaces elements from passed arrays into the first array recursively","refentry"],"function.array-replace":["array_replace","Replaces elements from passed arrays into the first array","refentry"],"function.array-reverse":["array_reverse","Return an array with elements in reverse order","refentry"],"function.array-search":["array_search","Searches the array for a given value and returns the corresponding key if successful","refentry"],"function.array-shift":["array_shift","Shift an element off the beginning of array","refentry"],"function.array-slice":["array_slice","Extract a slice of the array","refentry"],"function.array-splice":["array_splice","Remove a portion of the array and replace it with something else","refentry"],"function.array-sum":["array_sum","Calculate the sum of values in an array","refentry"],"function.array-udiff-assoc":["array_udiff_assoc","Computes the difference of arrays with additional index check, compares data by a callback function","refentry"],"function.array-udiff-uassoc":["array_udiff_uassoc","Computes the difference of arrays with additional index check, compares data and indexes by a callback function","refentry"],"function.array-udiff":["array_udiff","Computes the difference of arrays by using a callback function for data comparison","refentry"],"function.array-uintersect-assoc":["array_uintersect_assoc","Computes the intersection of arrays with additional index check, compares data by a callback function","refentry"],"function.array-uintersect-uassoc":["array_uintersect_uassoc","Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions","refentry"],"function.array-uintersect":["array_uintersect","Computes the intersection of arrays, compares data by a callback function","refentry"],"function.array-unique":["array_unique","Removes duplicate values from an array","refentry"],"function.array-unshift":["array_unshift","Prepend one or more elements to the beginning of an array","refentry"],"function.array-values":["array_values","Return all the values of an array","refentry"],"function.array-walk-recursive":["array_walk_recursive","Apply a user function recursively to every member of an array","refentry"],"function.array-walk":["array_walk","Apply a user function to every member of an array","refentry"],"function.array":["array","Create an array","refentry"],"function.arsort":["arsort","Sort an array in reverse order and maintain index association","refentry"],"function.asort":["asort","Sort an array and maintain index association","refentry"],"function.compact":["compact","Create array containing variables and their values","refentry"],"function.count":["count","Count all elements in an array, or something in an object","refentry"],"function.current":["current","Return the current element in an array","refentry"],"function.each":["each","Return the current key and value pair from an array and advance the array cursor","refentry"],"function.end":["end","Set the internal pointer of an array to its last element","refentry"],"function.extract":["extract","Import variables into the current symbol table from an array","refentry"],"function.in-array":["in_array","Checks if a value exists in an array","refentry"],"function.key-exists":["key_exists","Alias of array_key_exists","refentry"],"function.key":["key","Fetch a key from an array","refentry"],"function.krsort":["krsort","Sort an array by key in reverse order","refentry"],"function.ksort":["ksort","Sort an array by key","refentry"],"function.list":["list","Assign variables as if they were an array","refentry"],"function.natcasesort":["natcasesort","Sort an array using a case insensitive "natural order" algorithm","refentry"],"function.natsort":["natsort","Sort an array using a "natural order" algorithm","refentry"],"function.next":["next","Advance the internal array pointer of an array","refentry"],"function.pos":["pos","Alias of current","refentry"],"function.prev":["prev","Rewind the internal array pointer","refentry"],"function.range":["range","Create an array containing a range of elements","refentry"],"function.reset":["reset","Set the internal pointer of an array to its first element","refentry"],"function.rsort":["rsort","Sort an array in reverse order","refentry"],"function.shuffle":["shuffle","Shuffle an array","refentry"],"function.sizeof":["sizeof","Alias of count","refentry"],"function.sort":["sort","Sort an array","refentry"],"function.uasort":["uasort","Sort an array with a user-defined comparison function and maintain index association","refentry"],"function.uksort":["uksort","Sort an array by keys using a user-defined comparison function","refentry"],"function.usort":["usort","Sort an array by values using a user-defined comparison function","refentry"],"function.autoload":["__autoload","Attempt to load undefined class","refentry"],"function.call-user-method-array":["call_user_method_array","Call a user method given with an array of parameters [deprecated]","refentry"],"function.call-user-method":["call_user_method","Call a user method on an specific object [deprecated]","refentry"],"function.class-alias":["class_alias","Creates an alias for a class","refentry"],"function.class-exists":["class_exists","Checks if the class has been defined","refentry"],"function.get-called-class":["get_called_class","the "Late Static Binding" class name","refentry"],"function.get-class-methods":["get_class_methods","Gets the class methods' names","refentry"],"function.get-class-vars":["get_class_vars","Get the default properties of the class","refentry"],"function.get-class":["get_class","Returns the name of the class of an object","refentry"],"function.get-declared-classes":["get_declared_classes","Returns an array with the name of the defined classes","refentry"],"function.get-declared-interfaces":["get_declared_interfaces","Returns an array of all declared interfaces","refentry"],"function.get-declared-traits":["get_declared_traits","Returns an array of all declared traits","refentry"],"function.get-object-vars":["get_object_vars","Gets the properties of the given object","refentry"],"function.get-parent-class":["get_parent_class","Retrieves the parent class name for object or class","refentry"],"function.interface-exists":["interface_exists","Checks if the interface has been defined","refentry"],"function.is-a":["is_a","Checks if the object is of this class or has this class as one of its parents","refentry"],"function.is-subclass-of":["is_subclass_of","Checks if the object has this class as one of its parents","refentry"],"function.method-exists":["method_exists","Checks if the class method exists","refentry"],"function.property-exists":["property_exists","Checks if the object or class has a property","refentry"],"function.trait-exists":["trait_exists","Checks if the trait exists","refentry"],"book.classobj":["Classes\/Objects","Class\/Object Information","book"],"function.classkit-import":["classkit_import","Import new class method definitions from a file","refentry"],"function.classkit-method-add":["classkit_method_add","Dynamically adds a new method to a given class","refentry"],"function.classkit-method-copy":["classkit_method_copy","Copies a method from class to another","refentry"],"function.classkit-method-redefine":["classkit_method_redefine","Dynamically changes the code of the given method","refentry"],"function.classkit-method-remove":["classkit_method_remove","Dynamically removes the given method","refentry"],"function.classkit-method-rename":["classkit_method_rename","Dynamically changes the name of the given method","refentry"],"function.ctype-alnum":["ctype_alnum","Check for alphanumeric character(s)","refentry"],"function.ctype-alpha":["ctype_alpha","Check for alphabetic character(s)","refentry"],"function.ctype-cntrl":["ctype_cntrl","Check for control character(s)","refentry"],"function.ctype-digit":["ctype_digit","Check for numeric character(s)","refentry"],"function.ctype-graph":["ctype_graph","Check for any printable character(s) except space","refentry"],"function.ctype-lower":["ctype_lower","Check for lowercase character(s)","refentry"],"function.ctype-print":["ctype_print","Check for printable character(s)","refentry"],"function.ctype-punct":["ctype_punct","Check for any printable character which is not whitespace or an\n alphanumeric character","refentry"],"function.ctype-space":["ctype_space","Check for whitespace character(s)","refentry"],"function.ctype-upper":["ctype_upper","Check for uppercase character(s)","refentry"],"function.ctype-xdigit":["ctype_xdigit","Check for character(s) representing a hexadecimal digit","refentry"],"book.ctype":["Ctype","Character type checking","book"],"function.filter-has-var":["filter_has_var","Checks if variable of specified type exists","refentry"],"function.filter-id":["filter_id","Returns the filter ID belonging to a named filter","refentry"],"function.filter-input-array":["filter_input_array","Gets external variables and optionally filters them","refentry"],"function.filter-input":["filter_input","Gets a specific external variable by name and optionally filters it","refentry"],"function.filter-list":["filter_list","Returns a list of all supported filters","refentry"],"function.filter-var-array":["filter_var_array","Gets multiple variables and optionally filters them","refentry"],"function.filter-var":["filter_var","Filters a variable with a specified filter","refentry"],"book.filter":["Filter","Data Filtering","book"],"function.call-user-func-array":["call_user_func_array","Call a callback with an array of parameters","refentry"],"function.call-user-func":["call_user_func","Call the callback given by the first parameter","refentry"],"function.create-function":["create_function","Create an anonymous (lambda-style) function","refentry"],"function.forward-static-call-array":["forward_static_call_array","Call a static method and pass the arguments as array","refentry"],"function.forward-static-call":["forward_static_call","Call a static method","refentry"],"function.func-get-arg":["func_get_arg","Return an item from the argument list","refentry"],"function.func-get-args":["func_get_args","Returns an array comprising a function's argument list","refentry"],"function.func-num-args":["func_num_args","Returns the number of arguments passed to the function","refentry"],"function.function-exists":["function_exists","Return TRUE if the given function has been defined","refentry"],"function.get-defined-functions":["get_defined_functions","Returns an array of all defined functions","refentry"],"function.register-shutdown-function":["register_shutdown_function","Register a function for execution on shutdown","refentry"],"function.register-tick-function":["register_tick_function","Register a function for execution on each tick","refentry"],"function.unregister-tick-function":["unregister_tick_function","De-register a function for execution on each tick","refentry"],"function.aggregate-info":["aggregate_info","Gets aggregation information for a given object","refentry"],"function.aggregate-methods-by-list":["aggregate_methods_by_list","Selective dynamic class methods aggregation to an object","refentry"],"function.aggregate-methods-by-regexp":["aggregate_methods_by_regexp","Selective class methods aggregation to an object using a regular\n expression","refentry"],"function.aggregate-methods":["aggregate_methods","Dynamic class and object aggregation of methods","refentry"],"function.aggregate-properties-by-list":["aggregate_properties_by_list","Selective dynamic class properties aggregation to an object","refentry"],"function.aggregate-properties-by-regexp":["aggregate_properties_by_regexp","Selective class properties aggregation to an object using a regular\n expression","refentry"],"function.aggregate-properties":["aggregate_properties","Dynamic aggregation of class properties to an object","refentry"],"function.aggregate":["aggregate","Dynamic class and object aggregation of methods and properties","refentry"],"function.aggregation-info":["aggregation_info","Alias of aggregate_info","refentry"],"function.deaggregate":["deaggregate","Removes the aggregated methods and properties from an object","refentry"],"book.objaggregation":["Object Aggregation","Object Aggregation\/Composition [PHP 4]","book"],"quickhashintset.add":["QuickHashIntSet::add","This method adds a new entry to the set","refentry"],"quickhashintset.construct":["QuickHashIntSet::__construct","Creates a new QuickHashIntSet object","refentry"],"quickhashintset.delete":["QuickHashIntSet::delete","This method deletes an entry from the set","refentry"],"quickhashintset.exists":["QuickHashIntSet::exists","This method checks whether a key is part of the set","refentry"],"quickhashintset.getsize":["QuickHashIntSet::getSize","Returns the number of elements in the set","refentry"],"quickhashintset.loadfromfile":["QuickHashIntSet::loadFromFile","This factory method creates a set from a file","refentry"],"quickhashintset.loadfromstring":["QuickHashIntSet::loadFromString","This factory method creates a set from a string","refentry"],"quickhashintset.savetofile":["QuickHashIntSet::saveToFile","This method stores an in-memory set to disk","refentry"],"quickhashintset.savetostring":["Qui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment