PHP_FE(set_socket_blocking, NULL)
PHP_FE(socket_set_blocking, NULL)
- PHP_FE(fgetwrapperdata, NULL)
+ PHP_FE(file_get_wrapper_data, NULL)
PHP_FE(file_register_wrapper, NULL)
#if HAVE_SYS_TIME_H
}
/* }}} */
-/* {{{ proto resource fgetwrapperdata(resource fp)
+/* {{{ proto resource file_get_wrapper_data(resource fp)
*/
-PHP_FUNCTION(fgetwrapperdata)
+PHP_FUNCTION(file_get_wrapper_data)
{
zval **arg1;
php_stream *stream;
PHP_NAMED_FUNCTION(php_if_ftruncate);
PHP_NAMED_FUNCTION(php_if_fstat);
-PHP_FUNCTION(fgetwrapperdata);
+PHP_FUNCTION(file_get_wrapper_data);
PHP_FUNCTION(file_register_wrapper);
PHPAPI int php_set_sock_blocking(int socketd, int block);