framework/functioncompat.func.php

[WeEngine System] Copyright (c) 2014 WE7.CC WeEngine is NOT a free software, it under the license terms, visited http://www.we7.cc/ for more details.

Interfaces

SessionHandlerInterface

Constants

JSON_UNESCAPED_UNICODE

JSON_UNESCAPED_UNICODE = 256

Functions

json_encode()

json_encode(  $value) 

Parameters

$value

json_decode()

json_decode(  $jsonString) 

Parameters

$jsonString

http_build_query()

http_build_query(  $formdata,   $numeric_prefix = null,   $arg_separator = null) 

Parameters

$formdata
$numeric_prefix
$arg_separator

http_build_recursive()

http_build_recursive(  $formdata,   $separator,   $key = '',   $prefix = '') 

Parameters

$formdata
$separator
$key
$prefix

file_put_contents()

file_put_contents(  $file,   $string) 

Parameters

$file
$string

getimagesizefromstring()

getimagesizefromstring(  $string_data) 

Parameters

$string_data

hex2bin()

hex2bin(  $str) 

Parameters

$str

mb_strlen()

mb_strlen(  $string,   $charset = '') 

Parameters

$string
$charset

fastcgi_finish_request()

fastcgi_finish_request() 

openssl_decrypt()

openssl_decrypt(  $ciphertext_dec,   $method,   $key,   $options,   $iv) 

Parameters

$ciphertext_dec
$method
$key
$options
$iv

openssl_encrypt()

openssl_encrypt(  $text,   $method,   $key,   $options,   $iv) 

Parameters

$text
$method
$key
$options
$iv

array_column()

array_column(  $input,   $columnKey,   $indexKey = NULL) 

Parameters

$input
$columnKey
$indexKey

boolval()

boolval(  $val) 

Parameters

$val