PHP Class Webmozart\Json\JsonError

Since: 1.0
Author: Bernhard Schussek ([email protected])
ファイルを表示 Open project: webmozart/json Class Usage Examples

Public Methods

Method Description
getErrorMessage ( integer $error ) : string Returns the error message of a JSON error code.
getLastErrorMessage ( ) : string User-land implementation of json_last_error_msg() for PHP < 5.5.

Private Methods

Method Description
__construct ( )

Method Details

getErrorMessage() public static method

Returns the error message of a JSON error code.
public static getErrorMessage ( integer $error ) : string
$error integer The error code
return string The error message

getLastErrorMessage() public static method

User-land implementation of json_last_error_msg() for PHP < 5.5.
public static getLastErrorMessage ( ) : string
return string The last JSON error message