Skip to main content

function_arity

Function function_arity 

Source
pub fn function_arity(name: &str) -> Option<Arity>
Expand description

Look up the arity of a built-in PHP function by name. Returns None if the name is not a known built-in.