php教程

SeasLog::getBufferEnabled

(PECL seaslog >=1.0.0)

SeasLog::getBufferEnabledDetermin if buffer enabled

说明

public static SeasLog::getBufferEnabled ( void ) : bool

Result join seaslog.use_buffer and seaslog.buffer_disabled_in_cli.

参数

此函数没有参数。

返回值

Return TRUE on seaslog.use_buffer is true. If switch seaslog.buffer_disabled_in_cli on, and running in cli, seaslog.use_buffer setting will be discarded, Seaslog write to the Data Store IMMEDIATELY.

范例

Example #1 SeasLog::getBufferEnabled() example

<?php

var_dump
(SeasLog::getBufferEnabled());

?>

以上例程的输出类似于:

bool(false)

参见

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788