C::f PHP Method

f() public method

public f ( array $a )
$a array
    public function f(array $a)
    {
    }

Same methods

C::f ( )

Usage Example

示例#1
0
 function f()
 {
     A1::f();
     A2::f();
     \A1::f();
     \A2::f();
     B::f();
     C::f();
 }
All Usage Examples Of C::f