Вход Регистрация
Файл: adultscript-2.0.3-pro/files/libraries/framework/compat/functions/json.php
Строк: 23
<?php
defined
('_VALID') or die('Restricted Access!');
if (!
function_exists('json_encode')) {
    function 
json_encode($object)
    {
        
VF::load('fast_json.FastJSON');
        return 
FastJSON::encode($object);
    }
}

if (!
function_exists('json_decode')) {
    function 
json_decode($string)
    {
        
VF::load('fast_json.FastJSON');
        return 
FastJSON::decode($string);
    }
}
?>
Онлайн: 1
Реклама