Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>CodeIgniter <code>$this-&gt;input</code> which is equivalent to <code>file_get_contents('php://input')</code> contains all the Body request (if any) an output from foo <code>var_dump($this-&gt;input)</code> would look like:</p> <pre><code>object(CI_Input)[9] public 'ip_address' =&gt; boolean false public 'user_agent' =&gt; boolean false public '_allow_get_array' =&gt; boolean true public '_standardize_newlines' =&gt; boolean true public '_enable_xss' =&gt; boolean false public '_enable_csrf' =&gt; boolean false protected 'headers' =&gt; array (size=0) empty public 'security' =&gt; &amp; object(CI_Security)[8] protected '_xss_hash' =&gt; string '' (length=0) protected '_csrf_hash' =&gt; string '' (length=0) protected '_csrf_expire' =&gt; int 7200 protected '_csrf_token_name' =&gt; string 'ci_csrf_token' (length=13) protected '_csrf_cookie_name' =&gt; string 'ci_csrf_token' (length=13) protected '_never_allowed_str' =&gt; array (size=10) 'document.cookie' =&gt; string '[removed]' (length=9) 'document.write' =&gt; string '[removed]' (length=9) '.parentNode' =&gt; string '[removed]' (length=9) '.innerHTML' =&gt; string '[removed]' (length=9) 'window.location' =&gt; string '[removed]' (length=9) '-moz-bindin.......//and many other data. </code></pre> <p>and for the headers laso you have the new command in PHP 5.4 which is <code>headers_list()</code>. and also, many other data can be contained in the <strong>CI seesion</strong> like: <code>ip_address, user_agent ,last_activity</code></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload