Services_JSON_Error::__construct

Advertisement

Deprecated Deprecated

This method has been deprecated. Use the PHP native JSON extension instead.

Summery Summery

PHP5 constructor.

Syntax Syntax

Services_JSON_Error::__construct( $message = 'unknown error',  $code = null,  $mode = null,  $options = null,  $userinfo = null )

Source Source

File: wp-includes/class-json.php

        function __construct( $message = 'unknown error', $code = null,
                                     $mode = null, $options = null, $userinfo = null )
        {
            _deprecated_function( __METHOD__, '5.3.0', 'The PHP native JSON extension' );
        }

Advertisement

Changelog Changelog

Changelog
Version Description
5.3.0 Introduced.

Advertisement

Leave a Reply