Results of 1 - 10 of about 31 for Unable (0.021 sec.)
- 定義済み定数 16096
- « リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
int ) No error. FANN_E_CANT_OPEN_CONFIG_R ( int ) Unable to open configuration file for reading. FANN_E_CAN ...
T_OPEN_CONFIG_W ( int ) Unable to open configuration file for writing. FANN_E_WRO ...
the number expected. FANN_E_CANT_OPEN_TD_W ( int ) Unable to open train data file for writing. FANN_E_CANT_O ...
PEN_TD_R ( int ) Unable to open train data file for reading. FANN_E_CANT_R ...
-
https://man.plustar.jp/php/fann.constants.html
- [similar]
- PKCS#12 認証ストアをパースして配列形式にする 9674
- « openssl_pkcs12_export openssl_pkcs7_decrypt » PHP Manual OpenSSL 関数 PKCS#12 認証ストアをパー
...
get_contents ( "/certs/file.p12" )) { echo "Error: Unable to read the cert file\n" ; exit; } if ( openssl_pk ...
n" ; print_r ( $cert_info ); } else { echo "Error: Unable to read the cert store.\n" ; exit; } ?> 関連キーワ ...
-
https://man.plustar.jp/php/function.openssl-pkcs12-read.html
- [similar]
- 指定した DN のエントリで見付かった属性の値を比較する 8832
- « ldap_close ldap_connect » PHP Manual LDAP 関数 指定した DN のエントリで見付かった属性の値を比較
...
ong guess! Password incorrect." ; } } else { echo "Unable to bind to LDAP server." ; } ldap_close ( $ds ); } ...
else { echo "Unable to connect to LDAP server." ; } ?> 注意 警告 ldap_ ...
-
https://man.plustar.jp/php/function.ldap-compare.html
- [similar]
- リモートファイルの使用 8654
- « 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow
...
ww.example.com/" , "r" ); if (! $file ) { echo "<p>Unable to open remote file.\n" ; exit; } while (! feof ( ...
ming/outputfile" , "w" ); if (! $file ) { echo "<p>Unable to open remote file for writing.\n" ; exit; } /* デ ...
-
https://man.plustar.jp/php/features.remote-files.html
- [similar]
- PASSWD 拡張オペレーションのヘルパ 8654
- « ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex
...
Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bind to LDAP server" ; exit; } // use PASSWD EX ...
w , "secret" ); ldap_close ( $ds ); } else { echo "Unable to connect to LDAP server" ; } ?> 参考 ldap_exop() ...
-
https://man.plustar.jp/php/function.ldap-exop-passwd.html
- [similar]
- 拡張されたオペレーションを実行する 8493
- « ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda
...
Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bind to LDAP server" ; exit; } // Call WHOAMI E ...
( $retdata ); } ldap_close ( $ds ); } else { echo "Unable to connect to LDAP server" ; } ?> 参考 ldap_parse_ ...
-
https://man.plustar.jp/php/function.ldap-exop.html
- [similar]
- 連想配列として結果の行を取得する 8493
- « mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する m
...
_user" , "mysql_password" ); if (! $conn ) { echo "Unable to connect to DB: " . mysql_error (); exit; } if ( ...
! mysql_select_db ( "mydbname" )) { echo "Unable to select mydbname: " . mysql_error (); exit; } $s ...
-
https://man.plustar.jp/php/function.mysql-fetch-assoc.html
- [similar]
- Increases the count of the semaphore 8493
- « SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore
...
, 2 ); if (! $semaphore -> lock ( 3000 )) { echo "Unable to lock semaphore." ; exit(); } /* ... */ $semapho ...
-
https://man.plustar.jp/php/syncsemaphore.unlock.html
- [similar]
- Waits for an exclusive lock 8315
- « SyncMutex::__construct SyncMutex::unlock » PHP Manual SyncMutex Waits for an exclusive lock Sy
...
queName" ); if (! $mutex -> lock ( 3000 )) { echo "Unable to lock mutex." ; exit(); } /* ... */ $mutex -> un ...
-
https://man.plustar.jp/php/syncmutex.lock.html
- [similar]
- Decreases the count of the semaphore or waits 8315
- « SyncSemaphore::__construct SyncSemaphore::unlock » PHP Manual SyncSemaphore Decreases the coun
...
, 2 ); if (! $semaphore -> lock ( 3000 )) { echo "Unable to lock semaphore." ; exit(); } /* ... */ $semapho ...
-
https://man.plustar.jp/php/syncsemaphore.lock.html
- [similar]