php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
Go to the source code of this file.
Functions | |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result | php_random_bytes (void *bytes, size_t size, bool should_throw) |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result | php_random_bytes_ex (void *bytes, size_t size, char *errstr, size_t errstr_size) |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result | php_random_int (zend_long min, zend_long max, zend_long *result, bool should_throw) |
PHPAPI void | php_random_csprng_shutdown (void) |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes | ( | void * | bytes, |
size_t | size, | ||
bool | should_throw ) |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_bytes_ex | ( | void * | bytes, |
size_t | size, | ||
char * | errstr, | ||
size_t | errstr_size ) |
ZEND_ATTRIBUTE_NONNULL PHPAPI zend_result php_random_int | ( | zend_long | min, |
zend_long | max, | ||
zend_long * | result, | ||
bool | should_throw ) |