検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for Unable (0.003 sec.)
Constructs a new SyncMutex object 8153
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... queName" ); if (! $mutex -> lock ( 3000 )) { echo "Unable to lock mutex." ; exit(); } /* ... */ $mutex -> un ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Constructs a new SyncSemaphore object 7975
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... , 2 ); if (! $semaphore -> lock ( 3000 )) { echo "Unable to lock semaphore." ; exit(); } /* ... */ $semapho ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
クラスが定義済みかどうかを確認する 7813
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する ... lass_name , false )) { throw new LogicException ( "Unable to load class: $class_name " ); } }); if ( class_e ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
プロセスのタイトルを設定する 7813
« cli_get_process_title dl » PHP Manual PHP オプション/情報 関数 プロセスのタイトルを設定する cl ... ます if (! cli_set_process_title ( $title )) { echo "Unable to set process title for PID $pid ...\n" ; exit( 1 ...
https://man.plustar.jp/php/function.cli-set-process-title.html - [similar]
乱数シードを設定する 7813
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, ... 19617" string(3) "683" Warning: gmp_random_seed(): Unable to convert variable to GMP - string is not an inte ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]
ソケットのエラー 7813
« 例 ソケット 関数 » PHP Manual ソケット ソケットのエラー ソケットのエラー ソケット拡張モジュール ... _MESSAGES ) に依存します。 Warning - socket_bind() unable to bind address [98]: Die Adresse wird bereits ver ...
https://man.plustar.jp/php/sockets.errors.html - [similar]
Receives a message 7813
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... 、 たとえば以下のようになります。 Sending message - Unable to execute operation, retrying (4) Got response: T ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
PHP と COM 7651
« PHP と HTML その他の質問 » PHP Manual FAQ PHP と COM PHP と COM PHP は Win32 プラットフォーム上 ... 成することはできますか? Perl では できるのですが。 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx- ... 、残念ながら PHP にはそのようなツールはありません。 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx- ...
https://man.plustar.jp/php/faq.com.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 7651
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... to/image.jpg' , 'rb' ); if (! $fp ) { echo 'Error: Unable to open image for reading' ; exit; } // Attempt to ... read_data ( $fp ); if (! $headers ) { echo 'Error: Unable to read exif headers' ; exit; } // Print the 'COMP ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
SITEコマンドをサーバーに送信する 7651
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... _connect ( 'ftp.example.com' ); if (! $ftp ) die( 'Unable to connect to ftp.example.com' ); // "user" として ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
PREV 1 2 3 4 NEXT