検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 1938 for IF (0.087 sec.)
Sets a callback for specified URI 2495
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... ack for specified URI EventHttp::setCallback (PECL event >= 1.4.0 ... ) EventHttp::setCallback — Sets a callback for specified URI 説明 public EventHttp::setCallback ( string ... , string $arg = ? ): void Sets a callback for specified URI. パラメータ path The path for which to invo ... { static $counter = 0 ; static $max_requests = 2 ; if (++ $counter >= $max_requests ) { echo "Counter re ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
Creates EvTimer stopped watcher object 2495
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... s the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatically be stop ... ped once the timeout is reached. If it is positive, then the timer will automatically ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
リモートファイルの使用 2495
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... $file = fopen ( "http://www.example.com/" , "r" ); if (! $file ) { echo "<p>Unable to open remote file.\ ... タイトルとタグが同じ行にある場合のみ動作します。 */ if ( preg_match ( "@\<title\>(.*)\</title\>@i" , $lin ... tp://ftp.example.com/incoming/outputfile" , "w" ); if (! $file ) { echo "<p>Unable to open remote file f ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
Creates a C data structure 2495
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P ... eates a native data structure of the given C type. If this method is called statically, it must only use ... predefined C type names (e.g. int , char , etc.); if the method is called as instance method, any type ...
https://man.plustar.jp/php/ffi.new.html - [similar]
データの比較にコールバック関数を用い、配列の差を計算する 2495
« array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数 ... を用い、配列の差を計算する array_udiff (PHP 5, PHP 7, PHP 8) array_udiff — データの比較に ... ルバック関数を用い、配列の差を計算する 説明 array_udiff ( array $array , array ...$arrays , callable $val ... 関数を用い、配列の差を計算します。 この関数は array_diff() と異なり、 データの比較に内部関数を利用します。 ... の値の全てを有する配列を返します。 例 例1 array_udiff() で stdClass オブジェクトを使う例 <?php // 比較す ...
https://man.plustar.jp/php/function.array-udiff.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected ... 2495
« fann_create_shortcut fann_create_sparse » PHP Manual Fann 関数 Creates a standard backpropagat ... how many connections there will be in the network. If the connection rate is set to 1, the network will ... be fully connected, but if it is set to 0.5 only half of the connections will ...
https://man.plustar.jp/php/function.fann-create-sparse-array.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected 2495
« fann_create_sparse_array fann_create_standard_array » PHP Manual Fann 関数 Creates a standard ... how many connections there will be in the network. If the connection rate is set to 1, the network will ... be fully connected, but if it is set to 0.5 only half of the connections will ...
https://man.plustar.jp/php/function.fann-create-sparse.html - [similar]
Sets the callback function for use during training 2495
« fann_set_bit_fail_limit fann_set_cascade_activation_functions » PHP Manual Fann 関数 Sets the ... k resource train - The train data resource or null if called from fann_train_on_file() max_epochs - The ... he current epoch The callback should return true . If it returns false , the training will terminate. 戻 ...
https://man.plustar.jp/php/function.fann-set-callback.html - [similar]
PASSWD 拡張オペレーションのヘルパ 2495
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... st" ); // assuming the LDAP server is on this host if ( $ds ) { // bind with appropriate dn to give upda ... $ds , "cn=root, o=My Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bind to LDAP server" ... $ds , "cn=root, o=My Company, c=US" , "secret" ); if ( $genpw ) { // use the generated password to bind ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 2495
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ... oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $e = oci_error (); trigger_error ( ht ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]