
{"id":2117,"date":"2010-07-22T00:46:57","date_gmt":"2010-07-21T19:16:57","guid":{"rendered":"http:\/\/www.jeffrin.in\/?p=2117"},"modified":"2010-07-22T00:46:57","modified_gmt":"2010-07-21T19:16:57","slug":"adding-two-numbers-using-php","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/07\/22\/adding-two-numbers-using-php\/","title":{"rendered":"addition. using PHP"},"content":{"rendered":"<h4>  addition  <\/h4>\n<pre>\n#!\/usr\/bin\/php\n# Author : Jeffrin\n# jeffrin@rocketmail.com\n# License GNU GPL V3\n# usage : php addition.php\n&lt;?php\n$f='1';\n$s='1';\necho  $f + $s ;\necho \"\\n\";\n?&gt;\n<\/pre>\n<h4>  A Screenshot  <\/h4>\n<pre>\n$.\/addition.php\n# Author : Jeffrin\n# jeffrin@rocketmail.com\n# License GNU GPL V3\n# usage : php addition.php\n\n2\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>addition #!\/usr\/bin\/php # Author : Jeffrin # jeffrin@rocketmail.com # License GNU GPL V3 # usage : php addition.php &lt;?php $f=&#8217;1&#8242;; $s=&#8217;1&#8242;; echo $f + $s ; echo &#8220;\\n&#8221;; ?&gt; A Screenshot $.\/addition.php # Author : Jeffrin # jeffrin@rocketmail.com # License GNU GPL V3 # usage : php addition.php 2 $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[380,556,1030,1035,1257,1418,1514],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/2117"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=2117"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/2117\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=2117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=2117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=2117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}