lbell / php-console-log

Add console-log() functionality to PHP programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Console Log

Add console-log() functionality to PHP programs

Install:

require('console-log.php');`

Usage:

<?php console_log($var); ?>

(Note: I didn't come up with this, but I don't recall where it came from. Thanks to the original author.)

About

Add console-log() functionality to PHP programs


Languages

Language:PHP 100.0%