update : 2015.11.03
php.shukuma.com검색:
|
snmp_set_quick_print(PHP 4, PHP 5) snmp_set_quick_print — Set the value of 설명
bool snmp_set_quick_print
( bool
$quick_print
)
Sets the value of By default the UCD SNMP library returns verbose values, quick_print is used to return only the value. Currently strings are still returned with extra quotes, this will be corrected in a later release. 인수
반환값값을 반환하지 않습니다. 예제Setting quick_print is often used when using the information returned rather than displaying it.
Example #1 Using snmp_set_quick_print()
<?php 위 예제의 출력 예시: 'Timeticks: (0) 0:00:00.00' '0:00:00.00' |