検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 39 for htmlspecialchars (0.003 sec.)
HTTP POST 変数 7361
« $_GET $_FILES » PHP Manual 定義済の変数 HTTP POST 変数 $_POST (PHP 4 >= 4.1.0, PHP 5, PHP 7, P ... 配列です。 例 例1 $_POST の例 <?php echo 'Hello ' . htmlspecialchars ( $_POST [ "name" ]) . '!' ; ?> ユーザーが name=Ha ...
https://man.plustar.jp/php/reserved.variables.post.html - [similar]
改行文字の前に HTML の改行タグを挿入する 7267
« nl_langinfo number_format » PHP Manual String 関数 改行文字の前に HTML の改行タグを挿入する nl ... ます。 This<br /> is<br /> a<br /> string<br /> 参考 htmlspecialchars() - 特殊文字を HTML エンティティに変換する htmlent ...
https://man.plustar.jp/php/function.nl2br.html - [similar]
メタ文字をクォートする 7267
« quoted_printable_encode rtrim » PHP Manual String 関数 メタ文字をクォートする quotemeta (PHP 4 ... - 適用可能な文字を全て HTML エンティティに変換する htmlspecialchars() - 特殊文字を HTML エンティティに変換する nl2br() ...
https://man.plustar.jp/php/function.quotemeta.html - [similar]
HTTP GET 変数 7267
« $_SERVER $_POST » PHP Manual 定義済の変数 HTTP GET 変数 $_GET (PHP 4 >= 4.1.0, PHP 5, PHP 7, P ... して下さい。 例 例1 $_GET の例 <?php echo 'Hello ' . htmlspecialchars ( $_GET [ "name" ]) . '!' ; ?> ユーザーが http://e ...
https://man.plustar.jp/php/reserved.variables.get.html - [similar]
文字列をスラッシュでクォートする 7173
« addcslashes bin2hex » PHP Manual String 関数 文字列をスラッシュでクォートする addslashes (PHP ... ) - C 言語と同様にスラッシュで文字列をクォートする htmlspecialchars() - 特殊文字を HTML エンティティに変換する quoteme ...
https://man.plustar.jp/php/function.addslashes.html - [similar]
配列要素を文字列により連結する 7173
« htmlspecialchars join » PHP Manual String 関数 配列要素を文字列により連結する implode (PHP 4, ...
https://man.plustar.jp/php/function.implode.html - [similar]
7173
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... /> </form> ' ; } else { echo 'You searched for ' . htmlspecialchars ( $query ) . '<br />' ; for ( $i = 0 ; $i < $num_h ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
クッキーを送信する 7079
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PH ... COOKIE [ 'cookie' ] as $name => $value ) { $name = htmlspecialchars ( $name ); $value = htmlspecialchars ( $value ); e ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
文字列を URL エンコードする 7079
« urldecode V8js » PHP Manual URL 関数 文字列を URL エンコードする urlencode (PHP 4, PHP 5, PHP ... セパレータを & のままにし、 htmlentities() あるいは htmlspecialchars() で URL をエンコードしてください。 参考 urldecode ...
https://man.plustar.jp/php/function.urlencode.html - [similar]
下位互換性のない変更点 7079
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x へ ... かれていない演算子の省略形を受け入れなくなりました。 htmlspecialchars() , htmlentities() , htmlspecialchars_decode() , h ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
PREV 1 2 3 4 NEXT