C::f PHP Method

f() public method

public f ( )
    function f()
    {
        return [42];
    }

Same methods

C::f ( array $a )

Usage Example

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