検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1014 for [SIMILAR] 16 1024 4096 WITH 37387 イバ WITH 2247... (0.607 sec.)
中心となる configure オプションのリスト 0
« Configure オプション php.ini ディレクティブ » PHP Manual Configure オプション 中心となる configure オプションのリスト 中心となる configure オプションのリスト 以下のリストは、Unix 系の環境で PHP をコンパイルする際に用いられる configure スクリプトのオプションの一部です。 ほとんどのオプシ ...
https://man.plustar.jp/php/configure.about.html - [similar]
シグナルイベントを Ev に送る 0
« Ev::embeddableBackends Ev::feedSignalEvent » PHP Manual Ev シグナルイベントを Ev に送る Ev::feedSignal (PECL ev >= 0.2.0) Ev::feedSignal — シグナルイベントを Ev に送る 説明 final public static Ev::feedSignal ( int $signum ): void シグナルの受信をシミュレートします。 この関数は、いつでも ...
https://man.plustar.jp/php/ev.feedsignal.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
はじめに 0
« XML パーサ インストール/設定 » PHP Manual XML パーサ はじめに はじめに XML (eXtensible Markup Language) は、Web における構造化された ドキュメント交換用のデータフォーマットです。XML は、World Wide Web consortium (W3C) で規定された規格です。XML に関する情報およ び関連する技術は、 » http: ...
https://man.plustar.jp/php/intro.xml.html - [similar]
iconv 関数 0
« 定義済み定数 iconv_get_encoding » PHP Manual iconv iconv 関数 iconv 関数 参考 GNU Recode 関数 も参照してください。 目次 iconv_get_encoding — iconv 拡張モジュールの内部設定変数を取得する iconv_mime_decode_headers — 複数の MIME ヘッダフィールドを一度にデコードする iconv_mime_decode — MIM ...
https://man.plustar.jp/php/ref.iconv.html - [similar]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
テーブルの主キーを取得する 0
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_primarykeys (PHP 4, PHP 5, PHP 7, PHP 8) odbc_primarykeys — テーブルの主キーを取得する 説明 odbc_primarykeys ( resource $odbc , ? string $catalog , string $schema , string $table ): resource | fal ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
特殊カラムを取得する 0
« odbc_setoption odbc_statistics » PHP Manual ODBC 関数 特殊カラムを取得する odbc_specialcolumns (PHP 4, PHP 5, PHP 7, PHP 8) odbc_specialcolumns — 特殊カラムを取得する 説明 odbc_specialcolumns ( resource $odbc , int $type , ? string $catalog , string $schema , string $table , int $scope ...
https://man.plustar.jp/php/function.odbc-specialcolumns.html - [similar]
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
基本的な使用法 0
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 この例では、オブジェクトをキャッシュに保存した後に、改めて取得しなおします。 オブジェクトやその他の非スカラー型のデータは、保存される前に シリアライズされます。そのため (接続 ID などの) リソース ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]