検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 859 for not (0.081 sec.)
Trains on an entire dataset for a period of time 2899
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... ction. A value of zero means that user function is not called. desired_error The desired fann_get_MSE() o ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 2899
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... ction. A value of zero means that user function is not called. desired_error The desired fann_get_MSE() o ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
親ディレクトリに移動する 2899
« ftp_append ftp_chdir » PHP Manual FTP 関数 親ディレクトリに移動する ftp_cdup (PHP 4, PHP 5, PH ... ) { echo "cdup successful\n" ; } else { echo "cdup not successful\n" ; } echo ftp_pwd ( $ftp ); // / ftp_ ...
https://man.plustar.jp/php/function.ftp-cdup.html - [similar]
FTP 経由でファイルのパーミッションを設定する 2899
« ftp_chdir ftp_close » PHP Manual FTP 関数 FTP 経由でファイルのパーミッションを設定する ftp_chm ... oded successfully to 644\n" ; } else { echo "could not chmod $file \n" ; } // 接続を閉じる ftp_close ( $f ...
https://man.plustar.jp/php/function.ftp-chmod.html - [similar]
FTP サーバー上のファイルを削除する 2899
« ftp_connect ftp_exec » PHP Manual FTP 関数 FTP サーバー上のファイルを削除する ftp_delete (PHP ... $file deleted successful\n" ; } else { echo "could not delete $file \n" ; } // 接続を閉じる ftp_close ( $ ...
https://man.plustar.jp/php/function.ftp-delete.html - [similar]
Creates an initialization vector (IV) from a random source 2899
« Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from ... tive seed to the encryption routines. This IV does not need to be secret at all, though it can be desirab ... MCRYPT_RAND was the only one supported on Windows. Note that the default value of this parameter was MCRY ... PT_DEV_RANDOM prior to PHP 5.6.0. 注意 : Note that MCRYPT_DEV_RANDOM may block until more entro ... , create , 関数 , size , Creates , Mcrypt , read , Note ...
https://man.plustar.jp/php/function.mcrypt-create-iv.html - [similar]
PKCS7 ファイルを PEM証明書 の配列にエクスポートする 2899
« openssl_pkcs7_encrypt openssl_pkcs7_sign » PHP Manual OpenSSL 関数 PKCS7 ファイルを PEM証明書 ... p7 ); if ( $r === false ) { printf ( "ERROR: %s is not a proper p7b file" . PHP_EOL , $file ); for( $e = ...
https://man.plustar.jp/php/function.openssl-pkcs7-read.html - [similar]
接続をリセット(再接続)する 2899
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する ... = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); $dbconn2 = pg_connection_reset ( $dbco ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
読み込まれた php.ini ファイルのパスを取得する 2899
« memory_get_usage php_ini_scanned_files » PHP Manual PHP オプション/情報 関数 読み込まれた php. ... i: ' . $inipath ; } else { echo 'A php.ini file is not loaded' ; } ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.php-ini-loaded-file.html - [similar]
匿名の公開鍵暗号による復号 2899
« sodium_crypto_box_publickey sodium_crypto_box_seal » PHP Manual Sodium 関数 匿名の公開鍵暗号に ... crypto_box_seal_open() の例 <?php // Ciphertext is not sensitive; base64_decode is fine $sealed_b64 = "oR ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal-open.html - [similar]