/* }}} */
/* {{{ proto int ftp_exec(int stream, string command)
- Changes directories */
+ Request execution of a program on the ftp server */
PHP_FUNCTION(ftp_exec)
{
pval *arg1, *arg2;
/* }}} */
/* {{{ proto array gmp_sqrtrem(resource a)
- Takes integer part of square root of a */
+ Square root with remainder */
ZEND_FUNCTION(gmp_sqrtrem)
{
zval **a_arg;
};
/* {{{ proto string apache_child_terminate()
- Get and set Apache request notes */
+ Terminate apache process after this request */
PHP_FUNCTION(apache_child_terminate)
{
#ifndef MULTITHREAD