Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Since I also want my downvote today, I will try to answer to this question ;)</p> <p>I don't know if what you're asking is possible. But I'm sure of some other things :</p> <ol> <li>The result will be <strong>really complicated</strong>, <strong>slow</strong> and will lead to many <strong>problems with dependencies</strong> and portability.</li> <li>You will get much better answer if you try to explain <strong>why</strong> you're asking this and what are the <strong>goals</strong> you want to achieve</li> <li>The major part of PHP is implemented in C, so everything your doing in PHP can be done in C too. Concerning this, here's some reading about <a href="http://en.wikipedia.org/wiki/Turing_completeness" rel="nofollow noreferrer"><strong>Turing Completeness</strong></a>.</li> <li>Learning the C language instead of wanting to use some known PHP functions will open you <strong>new perspectives</strong> which will only <strong>improve your coding skills</strong>.</li> <li>You should ask you if you really want / have to use C, or if it's better to use some <strong>other higher level language</strong>.</li> <li>If you want to decode JSON messages in C, <a href="http://www.json.org/" rel="nofollow noreferrer">http://www.json.org/</a> lists plenty of <strong>C implementation</strong> of the standard you can use. For base64 decoding, see this <a href="https://stackoverflow.com/questions/342409/how-do-i-base64-encode-decode-in-c">How do I base64 encode (decode) in C?</a> for example.</li> </ol>
    singulars
    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.
    3. 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