Kickass Crypto

Find us on GitHub: https://github.com/jj5/kickass-crypto.

autoload.php

2023-04-04 jj5 - this implements auto-loading.

..

Tags
link
https://github.com/jj5/kickass-crypto

Table of Contents

kickass_crypto_autoload()  : bool
2023-04-05 jj5 - this function registered with PHP's spl_autoload_register() to provide automatic loading of namespace elements.

Functions

kickass_crypto_autoload()

2023-04-05 jj5 - this function registered with PHP's spl_autoload_register() to provide automatic loading of namespace elements.

kickass_crypto_autoload(string $class_name) : bool
Parameters
$class_name : string

the full name of the relevant interface, class, or trait.

Return values
bool

true on success or false on failure (the return value is not used by PHP).

Search results