Download the PHP package zzengineer/eprint without Composer
On this page you can find all versions of the php package zzengineer/eprint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zzengineer/eprint
More information about zzengineer/eprint
Files in zzengineer/eprint
Download zzengineer/eprint
More information about zzengineer/eprint
Files in zzengineer/eprint
Vendor zzengineer
Package eprint
Short Description Kernighan style eprint utility functions for php
License MIT
Package eprint
Short Description Kernighan style eprint utility functions for php
License MIT
Please rate this library. Is it a good library?
Informations about the package eprint
eprint
Kernighan style eprint utility functions for php
NAME
eprint -- formatted stderr printing utility functions
SYNOPSIS
function eprint($msg)
function nprint($msg)
function wprint($msg)
DESCRIPTION
All functions will print a message to STDERR
prepended with date, filename, pid and the level depending on the function used. The eprint() function will additionaly halt the execution with exit(2)
. If $msg
is passed as a multiline string, it will be indented to emphasize it's multiline nature.
EXAMPLES
the following code
will output
All versions of eprint with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package zzengineer/eprint contains the following files
Loading the files please wait ....