検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 353 for else (0.026 sec.)
プロトコル名のプロトコル番号を得る 4521
« getmxrr getprotobynumber » PHP Manual ネットワーク 関数 プロトコル名のプロトコル番号を得る get ... get_prot === FALSE ) { echo '無効なプロトコル' ; } else { echo 'プロトコル番号: ' . $get_prot ; } ?> 参考 ...
https://man.plustar.jp/php/function.getprotobyname.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 4521
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... nput type="reset" value="Reset" /> </form> <?php } else { // $lob_upload には、アップロードされたファイルの ... n ); echo "Blob のアップロードは成功しました\n" ; }else{ echo "Blob をアップロードできませんでした\n" ; } ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
Search RPM packages 4521
« rpmdbinfo rpminfo » PHP Manual RpmInfo 関数 Search RPM packages rpmdbsearch (PECL rpminfo >= 0 ... ll information headers for the file are retrieved, else only a minimal set. 戻り値 An array of array of in ...
https://man.plustar.jp/php/function.rpmdbsearch.html - [similar]
Get information from a RPM file 4521
« rpmdbsearch rpmvercmp » PHP Manual RpmInfo 関数 Get information from a RPM file rpminfo (PECL ... ll information headers for the file are retrieved, else only a minimal set. error If provided, will receiv ...
https://man.plustar.jp/php/function.rpminfo.html - [similar]
SNMP の値が返される方法を返す 4521
« snmp_get_quick_print snmp_read_mib » PHP Manual SNMP 関数 SNMP の値が返される方法を返す snmp_g ... () & SNMP_VALUE_OBJECT ) { echo $ret -> value ; } else { echo $ret ; } ?> 参考 snmp_set_valueretrieval() ...
https://man.plustar.jp/php/function.snmp-get-valueretrieval.html - [similar]
Indicates whether the specified statement has rows 4521
« sqlsrv_get_field sqlsrv_next_result » PHP Manual SQLSRV 関数 Indicates whether the specified s ... ( $rows === true ) echo "There are rows. <br />" ; else echo "There are no rows. <br />" ; } ?> 参考 sqlsr ...
https://man.plustar.jp/php/function.sqlsrv-has-rows.html - [similar]
Returns information about the server 4521
« sqlsrv_send_stream_data 日付および時刻関連 » PHP Manual SQLSRV 関数 Returns information about ... lue ) { echo $key . ": " . $value . "<br />" ; } } else { die( print_r ( sqlsrv_errors (), true )); } ?> 参 ...
https://man.plustar.jp/php/function.sqlsrv-server-info.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 4521
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strp ... 文字列 ' $mystring ' の中で見つかりませんでした" ; } else { echo "文字列 ' $findme ' が文字列 ' $mystring ' ... かりました" ; echo " 見つかった位置は $pos です" ; } else { echo "文字列 ' $findme ' は、文字列 ' $mystring ...
https://man.plustar.jp/php/function.strpos.html - [similar]
4521
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプ ... en )) { // 簡単な1文字毎のトークン echo $token ; } else { // トークン配列 list( $id , $text ) = $token ; s ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
実用的な例 4521
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... 行されます。 そうでない場合は、実行されません。 if , else と strtoupper() や strlen() のような他の関数で、似 ... rnet Explorerを使用しています</b></center> <?php } else { ?> <h3>strposがfalseを返しました</h3> <center><b ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]