| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
parse_str(PHP 4, PHP 5, PHP 7) parse_str — 文字列を処理し、変数に代入する 説明
void parse_str
( string
$encoded_string
[, array &$result
] )
URL 経由で渡されるクエリ文字列と同様に パラメータ
返り値値を返しません。 変更履歴
例
例1 parse_str() の使用法
<?php
Because variables in PHP can't have dots and spaces in their names,
those are converted to underscores. Same applies to naming of
respective key names in case of using this function with
例2 parse_str() name mangling
<?php 注意
参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「parse_str - 文字列を処理し、変数に代入する」をGoogle検索
|