API_IO::post PHP 메소드

post() 공개 정적인 메소드

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