File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
reference/xhprof/functions Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 991e1abe02858003596f9ee586c2bd1edf58457c Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: a9220267e7952130526b4f678324e7f2004b6a1d Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" function.xhprof-disable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
1111 <refsect1 role =" description" >
1212 &reftitle.description;
1313 <methodsynopsis >
14- <type > array</type ><methodname >xhprof_disable</methodname >
14+ <type class = " union " >< type > array</ type >< type >null</ type > </type ><methodname >xhprof_disable</methodname >
1515 <void />
1616 </methodsynopsis >
1717 <para >
2828 &reftitle.returnvalues;
2929 <para >
3030 実行結果の xhprof データを配列で返します。
31+ プロファイリングが有効でない場合、&null; を返します。
3132 </para >
3233 </refsect1 >
3334
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 3f0325b86e2383d968bf6b6772cf61b718748b4d Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: a9220267e7952130526b4f678324e7f2004b6a1d Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" function.xhprof-sample-disable" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
1111 <refsect1 role =" description" >
1212 &reftitle.description;
1313 <methodsynopsis >
14- <type > array</type ><methodname >xhprof_sample_disable</methodname >
14+ <type class = " union " >< type > array</ type >< type >null</ type > </type ><methodname >xhprof_sample_disable</methodname >
1515 <void />
1616 </methodsynopsis >
1717 <para >
18- サンプルモードの xhprof プロファイラを終了します 。
18+ サンプルモードの xhprof プロファイラを終了し、プロファイルの情報を返します 。
1919 </para >
2020
2121 </refsect1 >
2929 &reftitle.returnvalues;
3030 <para >
3131 xhprof のサンプルデータの配列を返します。
32+ プロファイリングが有効でない場合、&null; を返します。
3233 </para >
3334 </refsect1 >
3435
You can’t perform that action at this time.
0 commit comments