This commit is contained in:
Andrei Zmievski 2006-07-22 16:58:39 +00:00
parent d827c76379
commit bb430b3737

View File

@ -4522,7 +4522,7 @@ PHP_FUNCTION(array_chunk)
/* }}} */
/* {{{ proto array array_combine(array keys, array values)
Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding keys */
Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding values */
PHP_FUNCTION(array_combine)
{
zval *values, *keys;