php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
PHPAPI uint32_t | php_crc32_bulk_update (uint32_t crc, const char *p, size_t nr) |
PHPAPI zend_result | php_crc32_stream_bulk_update (uint32_t *crc, php_stream *fp, size_t nr) |
PHP_FUNCTION (crc32) | |
PHPAPI uint32_t php_crc32_bulk_update | ( | uint32_t | crc, |
const char * | p, | ||
size_t | nr ) |
PHPAPI zend_result php_crc32_stream_bulk_update | ( | uint32_t * | crc, |
php_stream * | fp, | ||
size_t | nr ) |