You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/php
|
|
<?php
|
|
|
|
json_return();
|
|
// json_return(1);
|
|
// json_return(1, '登录成功');
|
|
// json_return(1, '登录成功', []);
|
|
// json_return(1, '登录成功', ["name" => "king", "age" => "18"]);
|
|
|
|
echo PHP_EOL;
|
|
echo 'zend_bailout test' . PHP_EOL;
|