예제 #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);
 }