検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 430 for 表示 (0.045 sec.)
要件 4668
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 必須ではありません ... これを使うと、プロファイル結果のデータを保存したり表示したり便利に使えます。 閲覧にはウェブブラウザーを使い ... ンストール , xhprof , 設定 , 手順 , データ , 保存 , 表示 , 閲覧 , 用意 ...
https://man.plustar.jp/php/xhprof.requirements.html - [similar]
実行時設定 4617
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 合でも、PHPの起動シーケンスにおいて発 生したエラーは表示されません。デバッグ時を除き、 display_startup_error ... サーバーに依存します。 注意 : 実用Webサイトではエラー表示を行う代わりにエラーを記録することを 強く推奨します。 ... くなります。 この長さはエラーログへの記録や エラーの表示、そして $php_errormsg に適用されます。 しかし、明示 ... d メモリマネージャーが検出した メモリリークの報告を表示します。この報告は、Posix プラットフォームでは標準エ ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
次のファイルに移動する 4617
« FilesystemIterator::key FilesystemIterator::rewind » PHP Manual FilesystemIterator 次のファイル ... next() の例 ディレクトリの中身を while ループで一覧表示します。 <?php $iterator = new FilesystemIterator ( ... ファイル , next , DirectoryIterator , パラメータ , 表示 , 参考 , example ...
https://man.plustar.jp/php/filesystemiterator.next.html - [similar]
副文字列の出現回数を数える 4617
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... 2 // 文字列は 's is a test' になっているので, 1 が表示される echo substr_count ( $text , 'is' , 3 ); // テ ... キストは 's i' になっているので, 0 が表示される echo substr_count ( $text , 'is' , 3 , 3 ); / ... // 重なっている副文字列はカウントされないので、1 が表示される $text2 = 'gcdgcdgcd' ; echo substr_count ( $t ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
ReflectionMethod を作成する 4617
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... onMethod ( 'Counter' , 'increment' ); // 基本情報を表示します printf ( "===> The %s%s%s%s%s%s%s method '%s' ... d -> getModifiers ())) ); // ドキュメントコメントを表示します printf ( "---> Documentation:\n %s\n" , var_e ... > getDocComment (), true )); // static 変数があれば表示します if ( $statics = $method -> getStaticVariables ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
新しい DatePeriod オブジェクトを作成する 4567
« DatePeriod DatePeriod::getDateInterval » PHP Manual DatePeriod 新しい DatePeriod オブジェクトを ... od の反復処理をすると、 // 期間内のすべての発生日が表示されます。 foreach ( $period as $date ) { echo $date ... od の反復処理をすると、 // 期間内のすべての発生日が表示されます。 // ただし、今回の場合は 2012-07-01 が表示 ...
https://man.plustar.jp/php/dateperiod.construct.html - [similar]
4517
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... ィリティ関数を定義します。これらは主に変数 を格好良く表示するためのものです。 例2 test_script.php <?php // ク ... s ( $leafy ) . "\n" ; // 変数 veggie のプロパティを表示 echo "\nveggie: Properties\n" ; printProperties ( ... $veggie ); // 変数 leafy のメソッドも表示 echo "\nleafy: Methods\n" ; printMethods ( $leafy ...
https://man.plustar.jp/php/classobj.examples.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 4517
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... { echo "Location id $locid is $city <br>\n" ; } // 表示: // Location id 1000 is Roma // Location id 1100 i ... $stid )) { echo "id $id is $mydesc <br>\n" ; } // 表示: // id 1 is Iced Coffee oci_free_statement ( $stid ... " is " . $fruit -> load ( 100 ) . "<br>\n" ; } // 表示: // 1 is apple // 2 is orange $fruit -> free (); o ... " is " . $fruit -> load ( 100 ) . "<br>\n" ; } // 表示: // 1 is apple // 2 is orange $fruit -> free (); o ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
現在のファイル 4475
« FilesystemIterator::__construct FilesystemIterator::getFlags » PHP Manual FilesystemIterator 現 ... この例は、スクリプトを含むディレクトリの中身を一覧表示します。 <?php $iterator = new FilesystemIterator ( ... ples , www , パラメータ , アイテム , 定数 , 情報 , 表示 ...
https://man.plustar.jp/php/filesystemiterator.current.html - [similar]
現在の PHP バージョンを取得する 4475
« phpinfo putenv » PHP Manual PHP オプション/情報 関数 現在の PHP バージョンを取得する phpversio ... php // たとえば 'Current PHP version: 4.1.1' などと表示します echo 'Current PHP version: ' . phpversion (); ... // たとえば '2.0' などと表示します。拡張モジュールが有効でない場合は何も表示しま ...
https://man.plustar.jp/php/function.phpversion.html - [similar]