}
/* }}} */
-/* {{{ int curl_multi_add_handle(resource multi, resource ch)
+/* {{{ proto int curl_multi_add_handle(resource multi, resource ch)
Add a normal cURL handle to a cURL multi handle */
PHP_FUNCTION(curl_multi_add_handle)
{
to->tv_usec = conv % 1000000;
}
-/* {{{ int curl_multi_select(resource mh[, double timeout])
+/* {{{ proto int curl_multi_select(resource mh[, double timeout])
Get all the sockets associated with the cURL extension, which can then be "selected" */
PHP_FUNCTION(curl_multi_select)
{
}
/* }}} */
+/* {{{ proto void curl_multi_close(resource mh)
+ Close a set of cURL handles */
PHP_FUNCTION(curl_multi_close)
{
zval *z_mh;
zend_list_delete(Z_LVAL_P(z_mh));
}
+/* }}} */
void _php_curl_multi_close(zend_rsrc_list_entry *rsrc)
{
}
/* }}} */
-/* {{{ proto mixed fdf_get_option(resource fdfdof, string fieldname [, int element])
+/* {{{ proto mixed fdf_get_opt(resource fdfdof, string fieldname [, int element])
Gets a value from the opt array of a field */
PHP_FUNCTION(fdf_get_opt) {
zval *r_fdf;
}
/* }}} */
-/* {{{ proto fdf_header()
+/* {{{ proto void fdf_header(void)
Set FDF specific HTTP headers */
PHP_FUNCTION(fdf_header) {
sapi_header_line ctr = {0};
}
/* }}} */
-/* {{{ proto int wattroff(resource window, int attrs)
+/* {{{ proto int ncurses_wattroff(resource window, int attrs)
Turns off attributes for a window */
PHP_FUNCTION(ncurses_wattroff)
{
}
/* }}} */
-/* {{{ proto int wattron(resource window, int attrs)
+/* {{{ proto int ncurses_wattron(resource window, int attrs)
Turns on attributes for a window */
PHP_FUNCTION(ncurses_wattron)
{
}
/* }}} */
-/* {{{ proto int wattrset(resource window, int attrs)
+/* {{{ proto int ncurses_wattrset(resource window, int attrs)
Set the attributes for a window */
PHP_FUNCTION(ncurses_wattrset)
{
}
/* }}} */
-/* {{{ proto int wstandend(resource window)
+/* {{{ proto int ncurses_wstandend(resource window)
End standout mode for a window */
PHP_FUNCTION(ncurses_wstandend)
{
}
/* }}} */
-/* {{{ proto int wstandout(resource window)
+/* {{{ proto int ncurses_wstandout(resource window)
Enter standout mode for a window */
PHP_FUNCTION(ncurses_wstandout)
{
#endif
-/* {{{ proto array aggregation_info(object obj)
+/* {{{ proto array aggregate_info(object obj)
*/
PHP_FUNCTION(aggregate_info)
{
#if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32) || defined(NETWARE))
-/* {{{ proto int dns_check_recored(string host [, string type])
+/* {{{ proto int dns_check_record(string host [, string type])
Check DNS records corresponding to a given Internet host name or IP address */
PHP_FUNCTION(dns_check_record)
{