検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 353 for else (0.119 sec.)
notification コンテキストパラメータ用のコールバック関数 3992
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... .. %2d kb done.." , $bytes_transferred / 1024 ); } else { $length = (int)(( $bytes_transferred / $filesize ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 3992
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strt ... false ) { echo "The string ( $str ) is bogus" ; } else { echo " $str == " . date ( 'l dS \o\f F Y h:i:s A ...
https://man.plustar.jp/php/function.strtotime.html - [similar]
配列構造体に XML データを処理する 3992
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... l ( array_slice ( $values , $offset , $len )); } } else { continue; } } return $tdb ; } function parseMol ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
Rar アーカイブをオープンする 3992
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン ... l )) return str_replace ( '_broken' , '' , $vol ); else return null ; } $rar_file1 = rar_open ( dirname ( ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
基本的な使用法 3992
« 例 セッションIDの受渡し » PHP Manual 例 基本的な使用法 基本的な使用法 セッションは、シンプルな ... SION [ 'count' ])) { $_SESSION [ 'count' ] = 0 ; } else { $_SESSION [ 'count' ]++; } ?> 例2 変数を $_SESSI ...
https://man.plustar.jp/php/session.examples.basic.html - [similar]
SessionHandler クラス 3912
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... ent :: read ( $id ); if (! $data ) { return "" ; } else { return decrypt ( $data , $this -> key ); } } pub ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
画像の大きさを取得する 3912
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... $size [ 'mime' ]} " ); fpassthru ( $fp ); exit; } else { // エラー } ?> channels は RGB 画像の場合に 3、C ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
一意な接続を使って Oracle サーバーへ接続する 3912
« oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接 ... , OCI_ASSOC ); if (! $row ) { echo "No rows\n" ; } else { do { foreach ( $row as $item ) echo $item . " " ...
https://man.plustar.jp/php/function.oci-new-connect.html - [similar]
与えられたソケットの配列に対し、指定した有効時間で select() システムコールを実行... 3912
« socket_recvmsg socket_send » PHP Manual ソケット 関数 与えられたソケットの配列に対し、指定した ... m_changed_sockets === false ) { /* エラー処理 */ } else if ( $num_changed_sockets > 0 ) { /* すくなくともひ ...
https://man.plustar.jp/php/function.socket-select.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 3912
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... $socket ) { echo " $errstr ( $errno )<br />\n" ; } else { while ( $conn = stream_socket_accept ( $socket ) ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]