php-utils

Funcs extends Base
in package

Funcs

Tags
author

Darknetzz

version
1.0.0
since
1.0.0
license

MIT

A class to handle functions

Table of Contents

Properties

$author  : mixed
$debug_log  : mixed
$debugger  : mixed
$name  : mixed
$url  : mixed
$vars  : mixed
$verbose  : mixed
$version  : mixed

Methods

__construct()  : mixed
countFunctionParams()  : int
Counts the number of parameters of a given function.

Properties

$author

public mixed $author = "Darknetzz"

$debug_log

public mixed $debug_log = []

$debugger

public mixed $debugger

$name

public mixed $name = "PHPUtils"

$url

public mixed $url = "https://github.com/Darknetzz"

$vars

public mixed $vars

$verbose

public mixed $verbose = \true

$version

public mixed $version = "1.0.0"

Methods

__construct()

public __construct() : mixed

countFunctionParams()

Counts the number of parameters of a given function.

public countFunctionParams(string $functionName) : int
Parameters
$functionName : string

The name of the function.

Return values
int

The number of parameters of the function.


        
On this page

Search results