Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
FOF30
Utils
Phpfunc
PHP Class FOF30\Utils\Phpfunc
Mostra file
Open project: akeeba/fof
Class Usage Examples
Public Methods
Method
Description
__call
(
string
$func
,
array
$args
) :
mixed
Magic call to intercept any function pass to it.
Method Details
__call()
public
method
Magic call to intercept any function pass to it.
public
__call
(
string
$func
,
array
$args
) :
mixed
$func
string
The function to call.
$args
array
Arguments passed to the function.
return
mixed
The result of the function call.