���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/ClientLogHandler.php
���ѧ٧ѧ�
<?php namespace Shellbox; use Monolog\Handler\AbstractHandler; class ClientLogHandler extends AbstractHandler { /** @var array */ private $records = []; public function handle( array $record ): bool { $this->records[] = [ 'level' => $record['level'], 'message' => $record['message'], 'context' => $record['context'] ]; return false; } /** * Remove and return the accumulated log entries * * @return array */ public function flush() { $records = $this->records; $this->records = []; return $records; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�