GoLang spl_autoload_functions

request it (196)
GoLang replacement for PHP's spl_autoload_functions [edit | history]



Do you know a GoLang replacement for PHP's spl_autoload_functions? Write it!

PHP spl_autoload_functions

PHP original manual for spl_autoload_functions [ show | php.net ]

spl_autoload_functions

(PHP 5 >= 5.1.0, PHP 7)

spl_autoload_functionsReturn all registered __autoload() functions

Description

array spl_autoload_functions ( void )

Get all registered __autoload() functions.

Parameters

This function has no parameters.

Return Values

An array of all registered __autoload functions. If the autoload queue is not activated then the return value is FALSE. If no function is registered the return value will be an empty array.