<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.swoole.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.swoole-funcs.php',
    1 => 'Swoole Functions',
    2 => 'Swoole Functions',
  ),
  'up' => 
  array (
    0 => 'book.swoole.php',
    1 => 'Swoole',
  ),
  'prev' => 
  array (
    0 => 'swoole.constants.php',
    1 => 'Predefined Constants',
  ),
  'next' => 
  array (
    0 => 'function.swoole-async-dns-lookup.php',
    1 => 'swoole_async_dns_lookup',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.swoole-funcs.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.swoole-funcs" class="reference">
 <h1 class="title">Swoole Functions</h1>

  




































































































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.swoole-async-dns-lookup.php">swoole_async_dns_lookup</a> — Async and non-blocking hostname to IP lookup</li><li><a href="function.swoole-async-read.php">swoole_async_read</a> — Read file stream asynchronously</li><li><a href="function.swoole-async-readfile.php">swoole_async_readfile</a> — Read a file asynchronously</li><li><a href="function.swoole-async-set.php">swoole_async_set</a> — Update the async I/O options</li><li><a href="function.swoole-async-write.php">swoole_async_write</a> — Write data to a file stream asynchronously</li><li><a href="function.swoole-async-writefile.php">swoole_async_writefile</a> — Write data to a file asynchronously</li><li><a href="function.swoole-clear-error.php">swoole_clear_error</a> — Clear errors in the socket or on the last error code</li><li><a href="function.swoole-client-select.php">swoole_client_select</a> — Get the file description which are ready to read/write or error</li><li><a href="function.swoole-cpu-num.php">swoole_cpu_num</a> — Get the number of CPU</li><li><a href="function.swoole-errno.php">swoole_errno</a> — Get the error code of the latest system call</li><li><a href="function.swoole-error-log.php">swoole_error_log</a> — Output error messages to the log</li><li><a href="function.swoole-event-add.php">swoole_event_add</a> — Add new callback functions of a socket into the EventLoop</li><li><a href="function.swoole-event-defer.php">swoole_event_defer</a> — Add callback function to the next event loop</li><li><a href="function.swoole-event-del.php">swoole_event_del</a> — Remove all event callback functions of a socket</li><li><a href="function.swoole-event-exit.php">swoole_event_exit</a> — Exit the eventloop, only available at the client side</li><li><a href="function.swoole-event-set.php">swoole_event_set</a> — Update the event callback functions of a socket</li><li><a href="function.swoole-event-wait.php">swoole_event_wait</a> — Start the event loop</li><li><a href="function.swoole-event-write.php">swoole_event_write</a> — Write data to a socket</li><li><a href="function.swoole-get-local-ip.php">swoole_get_local_ip</a> — Get the IPv4 IP addresses of each NIC on the machine</li><li><a href="function.swoole-last-error.php">swoole_last_error</a> — Get the lastest error message</li><li><a href="function.swoole-load-module.php">swoole_load_module</a> — Load a swoole extension</li><li><a href="function.swoole-select.php">swoole_select</a> — Select the file descriptions which are ready to read/write or error in the eventloop</li><li><a href="function.swoole-set-process-name.php">swoole_set_process_name</a> — Set the process name</li><li><a href="function.swoole-strerror.php">swoole_strerror</a> — Convert the Errno into error messages</li><li><a href="function.swoole-timer-after.php">swoole_timer_after</a> — Trigger a one time callback function in the future</li><li><a href="function.swoole-timer-exists.php">swoole_timer_exists</a> — Check if a timer callback function is existed</li><li><a href="function.swoole-timer-tick.php">swoole_timer_tick</a> — Trigger a timer tick callback function by time interval</li><li><a href="function.swoole-version.php">swoole_version</a> — Get the version of Swoole</li></ul>
</div>
<?php manual_footer($setup); ?>