API_IO::post PHP Method

post() public static method

Return POST Data
public static post ( string $name )
$name string
    public static function post($name)
    {
        return GetVars($name, 'POST');
    }