コード例 #1
0
ファイル: Std.php プロジェクト: sellerlabs/nucleus
 /**
  * Placeholder.
  *
  * @param mixed $value
  * @param int $options
  * @param int $depth
  *
  * @deprecated See Json::encode
  * @return string
  */
 public static function jsonEncode($value, $options = 0, $depth = 512)
 {
     return Json::encode($value, $options, $depth);
 }