Services_JSON::Services_JSON() – PHP4 constructor.

You appear to be a bot. Output may be restricted

Description

PHP4 constructor.

Usage

Services_JSON::Services_JSON( $use );

Parameters

$use
( mixed ) optional

Returns

void

Source

File name: wordpress/wp-includes/class-json.php
Lines:

1 to 4 of 4
    public function Services_JSON( $use = 0 ) {
        _deprecated_constructor( 'Services_JSON', '5.3.0', get_class( $this ) );
        self::__construct( $use );
    }
 

 View on GitHub View on Trac