検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 176 for res (0.004 sec.)
サポートする日付と時刻の書式 5884
« timezone_version_get 時刻の書式 » PHP Manual Date/Time サポートする日付と時刻の書式 サポートす ... かどうかについて、追加のチェックが行われます: <?php $res = date_parse ( "2015-09-31" ); var_dump ( $res [ " ... 正しいフォーマットを指定する必要があります。 <?php $res = DateImmutable :: createFromFormat ( "Y-m-d" , "2 ... 015-09-34" ); var_dump ( $res ); 上の例の出力は以下となります。 class DateTime#1 ...
https://man.plustar.jp/php/datetime.formats.html - [similar]
指定したファイルのサイズを返す 5884
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, ... ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user ... _pass ); // $file のサイズを取得する $res = ftp_size ( $ftp , $file ); if ( $res != - 1 ) { ... echo "size of $file is $res bytes" ; } else { echo "couldn't get the size" ; } ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
内部での libeio との通信に使う変数を表すストリームを取得する 5761
« eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス ... ) { eio_poll (); } /* .. and here */ } function my_res_cb ( $d , $r ) { var_dump ( $r ); var_dump ( $d ); ... var_dump ( $fd ); eio_nop ( EIO_PRI_DEFAULT , "my_res_cb" , "nop data" ); eio_mkdir ( "/tmp/abc-eio-temp ... " , 0750 , EIO_PRI_DEFAULT , "my_res_cb" , "mkdir data" ); /* some other eio_* calls he ...
https://man.plustar.jp/php/function.eio-get-event-stream.html - [similar]
暗号化のためのキーを追加する 5706
« gnupg_adddecryptkey gnupg_addsignkey » PHP Manual GnuPG 関数 暗号化のためのキーを追加する gnup ... 化のためのキーを追加する 説明 gnupg_addencryptkey ( resource $identifier , string $fingerprint ): bool パラ ... 例 例1 手続き型の gnupg_addencryptkey() の例 <?php $res = gnupg_init (); gnupg_addencryptkey ( $res , "866 ... fingerprint , adddecryptkey , addsignkey , 関数 , resource , string ...
https://man.plustar.jp/php/function.gnupg-addencryptkey.html - [similar]
キーを削除する 5706
« gnupg_decryptverify gnupg_encrypt » PHP Manual GnuPG 関数 キーを削除する gnupg_deletekey (PECL ... _deletekey — キーを削除する 説明 gnupg_deletekey ( resource $identifier , string $key , bool $allow_secre ... す。 例 例1 手続き型の gnupg_deletekey() の例 <?php $res = gnupg_init (); gnupg_deletekey ( $res , "8660281 ... , deletekey , identifier , secret , allow , key , resource , string , 関数 ...
https://man.plustar.jp/php/function.gnupg-deletekey.html - [similar]
関数が失敗した場合にエラー文字列を返す 5706
« gnupg_getengineinfo gnupg_geterrorinfo » PHP Manual GnuPG 関数 関数が失敗した場合にエラー文字列 ... 敗した場合にエラー文字列を返す 説明 gnupg_geterror ( resource $identifier ): string パラメータ identifier g ... す。 例 例1 手続き型の gnupg_geterror() の例 <?php $res = gnupg_init (); echo gnupg_geterror ( $res ); ?> ... rror , identifier , getengineinfo , geterrorinfo , resource , string , パラメータ ...
https://man.plustar.jp/php/function.gnupg-geterror.html - [similar]
直近の LDAP コマンドの LDAP エラー番号を返す 5706
« ldap_err2str ldap_error » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラー番号を返す ld ... させるには、"objectclass=*" とする必要があります。 $res = @ ldap_search ( $ld , "o=Myorg, c=DE" , "objectc ... lass" ); if (! $res ) { echo "LDAP-Errno: " . ldap_errno ( $ld ) . "<b ... h!<br />\n" ); } $info = ldap_get_entries ( $ld , $res ); echo $info [ "count" ] . " matching entries.<br ...
https://man.plustar.jp/php/function.ldap-errno.html - [similar]
クエリ結果のメモリを開放する 5706
« pg_flush pg_get_notify » PHP Manual PostgreSQL 関数 クエリ結果のメモリを開放する pg_free_resul ... t (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_free_result — クエリ結果のメモリを開放する 説明 pg_free_res ... ult ( PgSql\Result $result ): bool pg_free_result() は、指定された ... クエリ結果 PgSql\Result インスタンスに関するメモリとデータを開放します。 ... 的に開放されます。 注意 : この関数は、以前は pg_freeresult() と呼ばれていました。 パラメータ result pg_que ...
https://man.plustar.jp/php/function.pg-free-result.html - [similar]
復号のためのキーを追加する 5650
« GnuPG 関数 gnupg_addencryptkey » PHP Manual GnuPG 関数 復号のためのキーを追加する gnupg_adddec ... 号のためのキーを追加する 説明 gnupg_adddecryptkey ( resource $identifier , string $fingerprint , string $p ... 例 例1 手続き型の gnupg_adddecryptkey() の例 <?php $res = gnupg_init (); gnupg_adddecryptkey ( $res , "866 ... hrase , fingerprint , string , identifier , 関数 , resource ...
https://man.plustar.jp/php/function.gnupg-adddecryptkey.html - [similar]
署名のためのキーを追加する 5650
« gnupg_addencryptkey gnupg_cleardecryptkeys » PHP Manual GnuPG 関数 署名のためのキーを追加する ... 署名のためのキーを追加する 説明 gnupg_addsignkey ( resource $identifier , string $fingerprint , string $p ... 。 例 例1 手続き型の gnupg_addsignkey() の例 <?php $res = gnupg_init (); gnupg_addsignkey ( $res , "866028 ... , identifier , passphrase , fingerprint , string , resource , 関数 ...
https://man.plustar.jp/php/function.gnupg-addsignkey.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT