検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 2650 for 上の (0.102 sec.)
文字列を文字列により分割する 2196
« echo fprintf » PHP Manual String 関数 文字列を文字列により分割する explode (PHP 4, PHP 5, PHP ... t2 ) ); var_dump ( explode ( ',' , $input3 ) ); ?> 上の例の出力は以下となります。 array(1) ( [0] => string( ... limit print_r ( explode ( '|' , $str , - 1 )); ?> 上の例の出力は以下となります。 Array ( [0] => one [1] => ...
https://man.plustar.jp/php/function.explode.html - [similar]
ファイルのパーミッションを取得する 2196
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... f ( '%o' , fileperms ( '/etc/passwd' )), - 4 ); ?> 上の例の出力は以下となります。 1777 0644 例2 完全なパーミ ... $perms & 0x0200 ) ? 'T' : '-' )); echo $info ; ?> 上の例の出力は以下となります。 -rw-r--r-- 注意 注意 : こ ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 2196
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... ドを継続する… $ret = ftp_nb_continue ( $ftp ); } ?> 上の例では、 newfile のサイズは FTP サーバー上の README ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
絶対値 2196
« GMP 関数 gmp_add » PHP Manual GMP 関数 絶対値 gmp_abs (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gm ... 1 ) . "\n" ; echo gmp_strval ( $abs2 ) . "\n" ; ?> 上の例の出力は以下となります。 274982683358 274982683358 ...
https://man.plustar.jp/php/function.gmp-abs.html - [similar]
1 の補数を計算する 2196
« gmp_cmp gmp_div_q » PHP Manual GMP 関数 1 の補数を計算する gmp_com (PHP 4 >= 4.0.4, PHP 5, PHP ... m ( "1234" ); echo gmp_strval ( $com ) . "\n" ; ?> 上の例の出力は以下となります。 -1235 関連キーワード: 補数 ...
https://man.plustar.jp/php/function.gmp-com.html - [similar]
符号を反転する 2196
« gmp_mul gmp_nextprime » PHP Manual GMP 関数 符号を反転する gmp_neg (PHP 4 >= 4.0.4, PHP 5, PHP ... eg ( "-1" ); echo gmp_strval ( $neg2 ) . "\n" ; ?> 上の例の出力は以下となります。 -1 1 関連キーワード: 符号 ...
https://man.plustar.jp/php/function.gmp-neg.html - [similar]
画像の一部をコピーしサイズを変更する 2196
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... idth , $height ); // 出力 imagejpeg ( $thumb ); ?> 上の例の出力は、 たとえば以下のようになります。 イメージ ... ーの再サンプリングやフィルタリングには通常は 255 色以上の色が 必要となります。再サンプルするピクセルとその色を ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 2196
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... Child is not a subclass of WidgetFactory\n" ; } ?> 上の例の出力は以下となります。 yes, $WFC is a subclass o ... MyClass is not a subclass of MyInterface\n" ; } ?> 上の例の出力は以下となります。 Yes, $my_object is a subc ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
一番最近の操作で変更された行の数を得る 2196
« MySQL 関数 mysql_client_encoding » PHP Manual MySQL 関数 一番最近の操作で変更された行の数を得る ... cords deleted: %d\n" , mysql_affected_rows ()); ?> 上の例の出力は、 たとえば以下のようになります。 Records ... ql_affected_rows ()); mysql_query ( "COMMIT" ); ?> 上の例の出力は、 たとえば以下のようになります。 Updated ...
https://man.plustar.jp/php/function.mysql-affected-rows.html - [similar]
未解決のトランザクションをコミットする 2196
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... resource $connection ): bool Oracle接続 connection 上の未解決なトランザクションをコミットします。 コミットす ... ックされるまでは一時的なものとなります。 データベース上の他のユーザーは、 トランザクションがコミットされるまで ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]