useful
recursive PHP functions
recursively ...
... scan directory
scan a directory recursively with PHP
... delete directory
remove directory recursively with PHP
... get size
get filesize of directory and all files within
... do whatever PHP can do
recursively handle data with PHP
PHP Manual for
openssl_get_publickey
(PHP 4 >= 4.0.4)
openssl_get_publickey -- Extract public key from certificate and prepare it for use
Description
resource
openssl_get_publickey
( mixed certificate)
This is an alias for
openssl_pkey_get_public()
.
© 2012
lixlpixel