検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 829 for [SIMILAR] 16 1024 4096 WITH 25762 イメ WITH 6413... (0.644 sec.)
表記法宣言ハンドラを設定する 0
« xml_set_external_entity_ref_handler xml_set_object » PHP Manual XML パーサ 関数 表記法宣言ハンドラを設定する xml_set_notation_decl_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_notation_decl_handler — 表記法宣言ハンドラを設定する 説明 xml_set_notation_decl_handler ( XMLParser $parser , ...
https://man.plustar.jp/php/function.xml-set-notation-decl-handler.html - [similar]
どの API を使うか 0
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの API を使うか PHP には、様々な MySQL へ接続する API があります。 以下に、mysqli と PDO が提供する API を示します。 それぞれのコードは、"example.com" 上で稼働する MySQL サーバーに ユーザー名 " ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
数値から、1バイトの文字列を生成する 0
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP 5, PHP 7, PHP 8) chr — 数値から、1バイトの文字列を生成する 説明 chr ( int $codepoint ): string codepoint を符号なし数値と解釈することによって指定された文字を含む、 1文字からなる文字列を返します ...
https://man.plustar.jp/php/function.chr.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 0
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連想配列で返す date_parse (PHP 5 >= 5.2.0, PHP 7, PHP 8) date_parse — 指定した日付/時刻の詳細な情報を連想配列で返す 説明 date_parse ( string $datetime ): array date_parse() は、 strtotime() や D ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 OPcache 設定オプション 名前 デフォルト 変更可能 変更履歴 opcache.enable "1" PHP_INI_ALL opcache.enable_cli "0" PHP_INI_SYSTEM PHP 7.1.2 と 7.1.6 の間では、デフォルトは ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
Setter 0
« Yac::set 音声フォーマットの操作 » PHP Manual Yac Setter Yac::__set (PECL yac >= 1.0.0) Yac::__set — Setter 説明 public Yac::__set ( string $keys , mixed $value ): mixed store a item into cache パラメータ keys string key value mixed value, All php value type could be stored except リソー ...
https://man.plustar.jp/php/yac.setter.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
テキスト型フィールドに挿入するために、リテラルをエスケープする 0
« pg_escape_identifier pg_escape_string » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入するために、リテラルをエスケープする pg_escape_literal (PHP 5 >= 5.4.4, PHP 7, PHP 8) pg_escape_literal — テキスト型フィールドに挿入するために、リテラルをエスケープする 説明 pg_escape_literal ( ...
https://man.plustar.jp/php/function.pg-escape-literal.html - [similar]
文字列の crc32 多項式計算を行う 0
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) crc32 — 文字列の crc32 多項式計算を行う 説明 crc32 ( string $string ): int string の 32 ビット長の CRC (cyclic redundancy checksum) チェックサムを生成します。 これは通 ...
https://man.plustar.jp/php/function.crc32.html - [similar]
はじめに 0
« intl インストール/設定 » PHP Manual intl はじめに はじめに 国際化用拡張モジュール (これ以降では Intl と略します) は » ICU ライブラリのラッパーです。 PHP プログラマが、ロケール関連のさまざまな操作を行えるようにします。 フォーマット、音訳、エンコード変換、カレンダーの処理、 » UCA 準拠の照 ...
https://man.plustar.jp/php/intro.intl.html - [similar]