検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 353 for else (0.029 sec.)
PHP による HTTP 認証 4252
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... ルボタンを押した時に送信されるテキスト\n" ; exit; } else { echo "<p>こんにちは、 { $_SERVER [ 'PHP_AUTH_USE ... _SERVER [ 'PHP_AUTH_USER' ])) { authenticate (); } else { echo "<p>Welcome: " . htmlspecialchars ( $_SERVE ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
英数字かどうかを調べる 4252
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4. ... testcase consists of all letters or digits.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 4252
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= ... $name ' consists of all control characters.\n" ; } else { echo "The string ' $name ' does not consist of a ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
小文字かどうかを調べる 4252
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4 ... testcase consists of all lowercase letters.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 4252
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4. ... testcase consists of all uppercase letters.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
16 進数を表す文字かどうかを調べる 4252
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... estcase consists of all hexadecimal digits.\n" ; } else { echo "The string $testcase does not consist of a ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する 4252
« date_default_timezone_get date_diff » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関数で ... cript timezone differs from ini-set timezone.' ; } else { echo 'Script timezone and ini-set timezone match ...
https://man.plustar.jp/php/function.date-default-timezone-set.html - [similar]
ディレクトリを削除する 4252
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... ! file_exists ( $data )) { echo "eio_rmdir_ok" ; } else if ( file_exists ( $data )) { rmdir ( $data ); } } ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
FTP サーバー上でディレクトリを移動する 4252
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... directory is now: " . ftp_pwd ( $ftp ) . "\n" ; } else { echo "Couldn't change directory\n" ; } // 接続を ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 4252
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... )) { echo " $command executed successfully\n" ; } else { echo "could not execute $command \n" ; } // 接続 ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]