update : 2015.11.03
php.shukuma.com검색:
|
XSLTProcessor::setProfiling(PHP >= 5.3.0) XSLTProcessor::setProfiling — Sets profiling output file 설명
bool XSLTProcessor::setProfiling
( string
$filename
)Sets the file to output profiling information when processing a stylesheet. 인수
반환값
성공 시 예제
Example #1 Example profiling output
<?php The above code will produce the following information in the profiling file: number match name mode Calls Tot 100us Avg 0 cd 2 3 1 1 collection 1 1 1 Total 3 4 |