Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coldacid/ob-php


https://github.com/coldacid/ob-php

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

Installation
============

I put it in Org-mode contrib/ now.

Usage
=====

You don't need to include ` ... ?>` in src block now. Like this:

```org
#+BEGIN_SRC php
echo "Hello, World!\n";
#+END_SRC

#+RESULTS:
: Hello, World!

```