検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 472 for [SIMILAR] 16 1024 4096 WITH 6538 報告 WITH 4119 ... (0.817 sec.)
基本的な使い方 3956
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガシーなMySQL関数に似た、ユーザー定義関数が含まれています。 例1 PostgreSQL のユーザー定義関数の例 <?php // この関数は、PostgreSQL 接続がデータベースにバインドしているので必要 // This function s ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
基本的な使用法 3956
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェクト指向型の二種類の API が存在します。 それぞれの API について、対応するドキュメントで説明します。 注意 : 入力文字列は、すべて UTF-8 でエンコードされていなければなりません。 出力文字列も、す ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]
Tidy の例 3956
« 例 tidy » PHP Manual 例 Tidy の例 Tidy の例 このシンプルな例は、Tidy の基本的な使い方を示しています。 例1 Tidy の基本的な使用法 <?php ob_start (); ?> <html>a html document</html> <?php $html = ob_get_clean (); // 設定 $config = array( 'indent' => true , 'output-xhtml' => true , 'wrap' ...
https://man.plustar.jp/php/tidy.examples.basic.html - [similar]
3956
« リソース型 V8Js » PHP Manual V8js 例 例 基本的な使用例 例1 基本的な Javascript の実行 <?php $v8 = new V8Js (); /* basic.js */ $JS = <<< EOT len = print('Hello' + ' ' + 'World!' + "\\n"); len; EOT; try { var_dump ( $v8 -> executeString ( $JS , 'basic.js' )); } catch ( V8JsException $e ) ...
https://man.plustar.jp/php/v8js.examples.html - [similar]
基本 0
« エラー PHP 7 でのエラー » PHP Manual エラー 基本 基本 PHP は、各種のエラー条件に対応したさまざまなエラーを報告します。 これらを使えばさまざまな状況を伝えられるでしょうし、 必要に応じて画面に表示したりログに記録したりすることもできます。 PHP が発するあらゆるエラーには、型情報が含まれます ...
https://man.plustar.jp/php/language.errors.basics.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
一般的な情報 0
« FAQ メーリングリスト » PHP Manual FAQ 一般的な情報 一般的な情報 このセクションでは PHP に関するもっとも基本的な情報 (PHP とは何か? PHP は何をするものか? 等)を扱います。 PHPとは? PHP とは何の略ですか? 各バージョン間の関係は? 異なるバージョンの PHP を同時に実行することができますか? バグを ...
https://man.plustar.jp/php/faq.general.html - [similar]
PHP 7 でのエラー 0
« 基本 例外(exceptions) » PHP Manual エラー PHP 7 でのエラー PHP 7 でのエラー PHP 7 は大半のエラーがどのようにPHPから報告されるかを変更しています。 PHP 5 で使われていたこれまでのエラー報告メカニズムを使うかわりに、 大半のエラーを Error 例外としてスローするようになったのです。 通常の例外と ...
https://man.plustar.jp/php/language.errors.php7.html - [similar]
oauth リクエストをチェックする 0
« OAuthProvider::calltokenHandler OAuthProvider::__construct » PHP Manual OAuthProvider oauth リクエストをチェックする OAuthProvider::checkOAuthRequest (PECL OAuth >= 1.0.0) OAuthProvider::checkOAuthRequest — oauth リクエストをチェックする 説明 public OAuthProvider::checkOAuthRequest ( s ...
https://man.plustar.jp/php/oauthprovider.checkoauthrequest.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 エラーおよびロギング設定オプション 名前 デフォルト 変更可能 変更履歴 error_reporting NULL PHP_INI_ALL display_errors "1" PHP_INI_ALL display_startup_errors "1" PHP_IN ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT