| sam 的个人资料>>> 這也將會過去 <<<照片日志列表 | 帮助 |
|
6月18日 PHP Render Page<?php //{{{ function Render_Page function Render_Page ($s, $r=array()) //{{{ function Render_Page_String
HTTP_RAW_POST_DATA<?php /* ** ============================================================================= ** http://www.php.net/manual/en/reserved.variables.php#reserved.variables.httprawpostdata ** Raw POST data: $HTTP_RAW_POST_DATA ** $HTTP_RAW_POST_DATA contains the raw POST data. See always_populate_raw_post_data ** ============================================================================= ** http://www.php.net/manual/en/ini.core.php#ini.always-populate-raw-post-data ** always_populate_raw_post_data boolean ** ** Always populate the $HTTP_RAW_POST_DATA containing the raw POST data. ** Otherwise, the variable is populated only with unrecognized MIME type of the data. ** However, the preferred method for accessing the raw POST data is php://input. ** $HTTP_RAW_POST_DATA is not available with enctype="multipart/form-data". ** ============================================================================= ** http://www.php.net/manual/en/wrappers.php.php ** php://input allows you to read raw POST data. ** It is a less memory intensive alternative to $HTTP_RAW_POST_DATA and does not need any special php.ini directives. ** php://input is not available with enctype="multipart/form-data". ** ============================================================================= ** ** */ /** * get raw post data */ function getRawPostData($decode=false) { $rtn = file_get_contents('php://input'); if ($decode) { $rtn = urldecode($rtn); } return $rtn; } ?> To De or Not to De?To De or Not to De?
[.NET]
Reflector for .NET
http://www.aisto.com/roeder/dotnet/ Anakrino
http://www.saurik.com/net/exemplar/ RemoteSoft .NET Explorer
http://www.remotesoft.com/ |
|
|