検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 734 for s (0.062 sec.)
Commit a transaction 2914
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... PECL CUBRID >= 8.3.0) cubrid_commit — Commit a transaction 説明 cubrid_commit ( resource $conn_identifi ... er ): bool The cubrid_commit() function is used to execute commit on the transaction pointed ... by conn_identifier , currently in progress. Connection to the server is closed after the cub ... rid_commit() function is called; However, the connection handle is still va ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Roll back a transaction 2914
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... CUBRID >= 8.3.0) cubrid_rollback — Roll back a transaction 説明 cubrid_rollback ( resource $conn_identi ... fier ): bool The cubrid_rollback() function executes rollback on the transaction pointed by conn_identi ... fier , currently in progress. Connection to server is closed after calling cub ... rid_rollback() . Connection handle, however, is still valid. パラメータ conn_identifier Connection ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
単語のスペルが正しいかどうかを調べ、修正候補を提供する 2914
« enchant_dict_is_in_session enchant_dict_store_replacement » PHP Manual Enchant 関数 単語のスペ ... dict_quick_check ( EnchantDictionary $dictionary , string $word , array &$suggestions = null ): bool 単 ... 語のスペルが正しい場合は true 、そうでない場合は false を返します。変数 suggestions を指定している場合は ... されます。 パラメータ dictionary enchant_broker_request_dict() または enchant_broker_request_pwl_dict() に ... よって返される Enchant 辞書。 word 調べる単語。 suggestions 単語のスペルが間違っている場合に、 この変 ...
https://man.plustar.jp/php/function.enchant-dict-quick-check.html - [similar]
ファイルの最終アクセス時刻を取得する 2914
« file filectime » PHP Manual ファイルシステム 関数 ファイルの最終アクセス時刻を取得する fileati ... ァイルの最終アクセス時刻を取得する 説明 fileatime ( string $filename ): int | false 指定したファイルの最 ... ファイルの最終アクセス時刻を返し、失敗した場合に false を返します。 時間は Unix タイムスタンプとして返さ ... 発生します。 例 例1 fileatime() の例 <?php // 出力例 somefile.txt was last accessed: December 29 2002 22: ... 16:23. $filename = 'somefile.txt' ; if ( file_exists ( $filename )) { ec ...
https://man.plustar.jp/php/function.fileatime.html - [similar]
ファイルの inode 変更時刻を取得する 2914
« fileatime filegroup » PHP Manual ファイルシステム 関数 ファイルの inode 変更時刻を取得する fil ... ファイルの inode 変更時刻を取得する 説明 filectime ( string $filename ): int | false ファイルの inode 変更 ... り値 ファイルの最終更新時刻を返し、失敗した場合に false を返します。 時間は Unix タイムスタンプとして返さ ... 発生します。 例 例1 filectime() の例 <?php // 出力例 somefile.txt was last changed: December 29 2002 22:1 ... 6:23. $filename = 'somefile.txt' ; if ( file_exists ( $filename )) { ec ...
https://man.plustar.jp/php/function.filectime.html - [similar]
MQSeries MQPUT 2914
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseri ... es >= 0.10.0) mqseries_put — MQSeries MQPUT 説明 mqse ... ries_put ( resource $hConn , resource $hObj , array &$m ... d , array &$pmo , string $message , resource &$compCode , resource &$r ... eason ): void The mqseries_put() (MQPUT) は、メッセージ ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]
二つの文字列の間の類似性を計算する 2914
« sha1 soundex » PHP Manual String 関数 二つの文字列の間の類似性を計算する similar_text (PHP 4, ... PHP 5, PHP 7, PHP 8) similar_text — 二つの文字列の間の類似性を計算する 説 ...similar_text ( string $string1 , string $string2 , f ... &$percent = null ): int この関数は、Programming Classics: Implementing the World's Best Algorithms by O ... liver (ISBN 0-131-00413-1) に記述されたように二つの文字列の間 ...
https://man.plustar.jp/php/function.similar-text.html - [similar]
システムログのメッセージを生成する 2914
« socket_set_timeout RRD » PHP Manual ネットワーク 関数 システムログのメッセージを生成する syslo ... g (PHP 4, PHP 5, PHP 7, PHP 8) syslog — システムログのメッセージを生成する 説明 sys ... log ( int $priority , string $message ): bool syslog() はシステムログが出力 ... ドラの設定に関する情報については、Unix マニュアルの syslog.conf (5) を参照ください。 syslog の facility ... と option に関するより詳細な情報は、 Unix マシンの syslog (3) にあります。 パラメータ priority priority ...
https://man.plustar.jp/php/function.syslog.html - [similar]
2 つの文字列の unified diff を作成する 2914
« xdiff_string_diff_binary xdiff_string_merge3 » PHP Manual xdiff 関数 2 つの文字列の unified di ... ff を作成する xdiff_string_diff (PECL xdiff >= 0.2.0) xdiff_string_diff ... 2 つの文字列の unified diff を作成する 説明 xdiff_string_diff ( string $old_data , string $new_data , ... int $context = 3 , bool $minimal = false ): string old_data 文字列と new_data 文字列の差分 ... 場合はその結果の diff、内部エラーが発生した場合に false を返します。 例 例1 xdiff_string_diff() の例 以下 ...
https://man.plustar.jp/php/function.xdiff-string-diff.html - [similar]
コードポイントの "鏡文字" を取得する 2914
« IntlChar::charFromName IntlChar::charName » PHP Manual IntlChar コードポイントの "鏡文字" を取 ... — コードポイントの "鏡文字" を取得する 説明 public static IntlChar::charMirror ( int | string $codepoin ... t ): int | string | null 指定された文字を、鏡文字 にマップします ... ode文字 (コードポイント) への "安っぽい" (poor man's) マッピング が必要になることがあります。 これは、特 ... epoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す 0x2603 )、あるいは UTF-8 文字列として ...
https://man.plustar.jp/php/intlchar.charmirror.html - [similar]