php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | _php_random_bytes_insecure_state_for_zend |
Typedefs | |
typedef struct _php_random_bytes_insecure_state_for_zend | php_random_bytes_insecure_state_for_zend |
ZEND_ATTRIBUTE_NONNULL PHPAPI void php_random_bytes_insecure_for_zend | ( | zend_random_bytes_insecure_state * | state, |
void * | bytes, | ||
size_t | size ) |
Definition at line 24 of file zend_utils.c.
ZEND_STATIC_ASSERT | ( | sizeof(zend_random_bytes_insecure_state) >=sizeof(php_random_bytes_insecure_state_for_zend) | , |
"" | ) |