検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 777 for e (0.203 sec.)
ファイルをリネームする 3090
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5 ... , PHP 7, PHP 8) rename — ファイルをリネームする 説明 rename ( string ... $from , string $to , ? resource $context = null ): bool from を to にリネーム ... 可能でなければなりません。 書き込み可能でない場合、 rename() は失敗し、 E_WARNING が発生します。 context ... リームコンテキスト リソース 戻り値 成功した場合に true を、失敗した場合に false を返します。 例 例1 renam ...
https://man.plustar.jp/php/function.rename.html - [similar]
文字列のコードページを別のものに変換する 3090
« php_strip_whitespace sapi_windows_cp_get » PHP Manual その他の関数 文字列のコードページを別のも ... する 説明 sapi_windows_cp_conv ( int | string $in_codepage , int | string $out_codepage , string $subject ... ードページを別のものに変換します。 パラメータ in_codepage subject 文字列のコードページ。 コードページの名 ... 前、または識別子を指定します。 out_codepage subject を文字列が変換されるコードページ。 コー ... ドページの名前、または識別子を指定します。 subject 変換する文字列。 戻り値 out_codepage に変換された ...
https://man.plustar.jp/php/function.sapi-windows-cp-conv.html - [similar]
共有メモリの変数を挿入または更新する 3090
« shm_has_var shm_remove_var » PHP Manual セマフォ関数 共有メモリの変数を挿入または更新する shm_ ... 変数を挿入または更新する 説明 shm_put_var ( SysvSharedMemory $shm , int $key , mixed $value ): bool shm_ ... put_var() は、 指定した key を有する 変数 value の挿入または更新を行います。 ... 処理するために充分な共有メモリが残っていない場合は ( E_WARNING レベルの) 警告を発生させます。 パラメータ ... shm shm_attach() が返す共有メモリセグメント。 key 変数のキー。 value 変数。 serialize() がサポートす ...
https://man.plustar.jp/php/function.shm-put-var.html - [similar]
実行を遅延させる 3090
« show_source sys_getloadavg » PHP Manual その他の関数 実行を遅延させる sleep (PHP 4, PHP 5, PHP ... 7, PHP 8) sleep — 実行を遅延させる 説明 sleep ( int $seconds ): ... int seconds で与えられた秒数分プログラムの実行を遅延させま ... す。 パラメータ seconds 秒単位の停止時間。 戻り値 成功した場合にゼロ、 ... エラーが発生した場合に false を返します。 シグナルで中断した場合、 sleep() はゼ ...
https://man.plustar.jp/php/function.sleep.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 3090
« snmp2_get snmp2_real_walk » PHP Manual SNMP 関数 指定したオブジェクト ID に続く SNMP オブジェク ... トを取得する snmp2_getnext (PHP >= 5.2.0, PHP 7, PHP 8) snmp2_getnext — ... ID に続く SNMP オブジェクトを取得する 説明 snmp2_getnext ( string $hostname , string $community , arra ... y | string $object_id , int $timeout = -1 , int $retries = -1 ): mi ... xed snmp2_get_next() 関数は、 object_id で指定したオブ ...
https://man.plustar.jp/php/function.snmp2-getnext.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 3090
« snmpget snmprealwalk » PHP Manual SNMP 関数 指定したオブジェクト ID に続く SNMP オブジェクトを ... 取得する snmpgetnext (PHP 5, PHP 7, PHP 8) snmpgetnext — 指定したオ ... クト ID に続く SNMP オブジェクトを取得する 説明 snmpgetnext ( string $hostname , string $community , arra ... y | string $object_id , int $timeout = -1 , int $retries = -1 ): mi ... xed snmpgetnext() 関数は、 object_id で指定したオブジ ...
https://man.plustar.jp/php/function.snmpgetnext.html - [similar]
指定した時刻まで実行を遅延する 3090
« time_nanosleep uniqid » PHP Manual その他の関数 指定した時刻まで実行を遅延する time_sleep_unti ... l (PHP 5 >= 5.1.0, PHP 7, PHP 8) time_sleep_until — 指定した時刻まで実行を遅延する 説明 ... time_sleep_until ( float $timestamp ): bool 指定した ti ... mestamp までスクリプトの実行を遅延させます。 パラメー ... タ timestamp スクリプトが再開する時刻。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.time-sleep-until.html - [similar]
ファイルを削除する 3090
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP ... link — ファイルを削除する 説明 unlink ( string $filename , ? resource $context = null ): bool filename ... 語の関数 unlink() と動作は同じです。 失敗した場合は E_WARNING レベルのエラーが発生します。 パラメータ fi ... lename ファイルへのパス。 ファイルがシンボリックリンク ... クを削除するには rmdir() を使う必要があります。 context ストリームコンテキスト リソース 戻り値 成功した場 ...
https://man.plustar.jp/php/function.unlink.html - [similar]
Send a custom control to the service 3090
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a c ... ustom control to the service win32_send_custom_control (PECL win32servi ... ce >=0.4.0) win32_send_custom_control — Send a custom ... control to the service 説明 win32_send_custom_control ( string $s ... ervicename , int $control , string $machine = ? ): void S ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
Define or return the exit code for the current running service 3090
« win32_send_custom_control win32_set_service_exit_mode » PHP Manual win32service 関数 Define or ... return the exit code for the current running service ... win32_set_service_exit_code (PECL win32service >=0.4.0) win ... 32_set_service_exit_code — Define or return the exit cod ... e for the current running service 説明 win32_set_service_exi ...
https://man.plustar.jp/php/function.win32-set-service-exit-code.html - [similar]