検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 281 for T (0.024 sec.)
はじめに 4906
« dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC ... 以降 PHP にバンドルされなくなっています。 PHP 5.3.0. These functions allow you to access records stored i ... n dBase-format (dbf) databases. 警告 We recommend against using d ... Base files as your production database. Use » SQLite or choose any real SQL s ... erver instead; » MySQL or » Postgres are common choices with ...
https://man.plustar.jp/php/intro.dbase.html - [similar]
Pause the CPU usage timer 4906
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... timer LuaSandbox::pauseUsageTimer (PECL luasandbox > ... = 1.4.0) LuaSandbox::pauseUsageTimer — Pause the CPU usage timer 説明 public LuaSan ... dbox::pauseUsageTimer (): bool Pauses the CPU usage timer. This only ... has effect when called from within a callback from Lua. When ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
スレッド化したメッセージのツリーを返す 4857
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap ... _thread (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imap_th ... — スレッド化したメッセージのツリーを返す 説明 imap_thread ( IMAP\Connection $imap , int $flags = SE_FRE ... ジのツリーを取得します。 パラメータ imap IMAP\Connection クラスのインスタンス。 flags 戻り値 imap_thread ... ージが、結果の配列の 3 つの エントリで表されます。 $thread["XX.num"] - 現在のメッセージ番号。 $thread["X ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
配列からテーブルに挿入する 4857
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PH ... らテーブルに挿入する 説明 pg_copy_from ( PgSql\Connection $connection , string $table_name , array $rows ... , string $separator = "\t" , string $null_as = "\\\\N" ... Y FROM SQL コマンドを発行します。 パラメータ connection PgSql\Connection クラスのインスタンス。 table_n ... ame rows をコピーするテーブルの名前。 rows table_name にコピーするデータの配列。 rows の個々の値 ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
Script Injection Attacks 4857
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... Injection Attacks If you are using JavaScript, make sure ... that any variables that cross the PHP- to-JavaScript bo ... undry are passed in the scope field of MongoDB\BSON\Javascript , not int ... erpolated into the JavaScript string. This can come up whe ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
発行コールバック 4857
« パースコールバック Yaml 関数 » PHP Manual コールバック 発行コールバック 発行コールバック 発行コ ... 動するのは、登録済みのクラスのインスタンスが yaml_emit() や yaml_emit_file() から呼び出されたときです。 コ ... オブジェクトです。 このコールバックは、二つの要素 " tag " および " data " を持つ配列を返す必要があります ... 。 " tag " の値は文字列で、出力時の YAML タグとして用いら ... れます。 " data " の値は YAML 形式にエンコードされ、 解析対象のオ ...
https://man.plustar.jp/php/yaml.callbacks.emit.html - [similar]
Constructs an EvTimer watcher object 4809
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... t EvTimer::__construct (PECL ev >= 0.2.0) EvTimer::__con ... struct — Constructs an EvTimer watcher object 説明 pu ... blic EvTimer::__construct ( float $after , float $repeat , ... callable $callback , mixed $data = null , int $priority = 0 ) Constructs an EvTime ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
空白文字かどうか調べる 4809
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... .0.4, PHP 5, PHP 7, PHP 8) ctype_space — 空白文字かどうか調べる 説明 ctype_space ... ( mixed $text ): bool 与えられた文字列 text のすべての文字が ... 空白文字であるかどうかを調べます。 パラメータ text 調べる文字列。 注意 : -128 から 255 までの int ... 数を含む文字列とみなします。 警告 PHP 8.1.0 以降は、ctype関数 に文字列でない引数を渡すことは、推奨されなく ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
文字列の各単語の最初の文字を大文字にする 4809
« ucfirst utf8_decode » PHP Manual String 関数 文字列の各単語の最初の文字を大文字にする ucwords ... 列の各単語の最初の文字を大文字にする 説明 ucwords ( string $string , string $separators = " \t\r\n\f\v" ) ... : string 文字がアルファベットの場合、 string の各単語の ... のを返します。 この関数における "単語" とは、 separators に含まれていない文字からなる文字列です。 separa ... ッジリターン、 水平タブ、垂直タブ です。 パラメータ string 入力文字列。 separators オプションの separator ...
https://man.plustar.jp/php/function.ucwords.html - [similar]
下位互換性のない変更点 4809
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... をします。 注意すべきなのは、これによって、 0 == "not-a-number" が false と見なされるようになったことです ... 。 比較 変更前 変更後 0 == "0" true true 0 == "0.0" true true 0 == "foo" true false ... 0 == "" true false 42 == " 42" true true 42 == "42foo" true ... false その他の下位互換性のない変更 match が予約語になりました。 mixed が予約語になりました ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]