mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update common.php
This commit is contained in:
parent
96dd50330b
commit
505296a751
@ -29,7 +29,7 @@ use Wechat\Loader;
|
|||||||
function p($data, $replace = false, $pathname = null)
|
function p($data, $replace = false, $pathname = null)
|
||||||
{
|
{
|
||||||
is_null($pathname) && $pathname = RUNTIME_PATH . date('Ymd') . '.txt';
|
is_null($pathname) && $pathname = RUNTIME_PATH . date('Ymd') . '.txt';
|
||||||
$str = (is_string($data) ? $data : (is_array($data) || is_object($data)) ? print_r($data, true) : var_export($data, true)) . "\n";
|
$str = (is_string($data) ? $data : ((is_array($data) || is_object($data)) ? print_r($data, true) : var_export($data, true))) . "\n";
|
||||||
$replace ? file_put_contents($pathname, $str) : file_put_contents($pathname, $str, FILE_APPEND);
|
$replace ? file_put_contents($pathname, $str) : file_put_contents($pathname, $str, FILE_APPEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user