tasks/ext/jsmin/JsMin.php

Show: inherited
Table of Contents

jsmin.php - PHP implementation of Douglas Crockford's JSMin.

This is pretty much a direct port of jsmin.c to PHP with just a few PHP-specific performance tweaks. Also, whereas jsmin.c reads from stdin and outputs to stdout, this library accepts a string as input and returns another string as output.

PHP 5 or higher is required.

Permission is hereby granted to use this version of the library under the same terms as jsmin.c, which has the following license:

-- Copyright (c) 2002 Douglas Crockford (www.crockford.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

Author
Ryan Grove  
Copyright
2002 Douglas Crockford (jsmin.c)  
Copyright
2008 Ryan Grove (PHP port)  
License
MIT License  
Link
http://code.google.com/p/jsmin-php/  
Package
JSMin  
Version
1.1.1 (2008-03-02)  

\JSMin

Package: JSMin

jsmin.php - PHP implementation of Douglas Crockford's JSMin.

This is pretty much a direct port of jsmin.c to PHP with just a few PHP-specific performance tweaks. Also, whereas jsmin.c reads from stdin and outputs to stdout, this library accepts a string as input and returns another string as output.

PHP 5 or higher is required.

Permission is hereby granted to use this version of the library under the same terms as jsmin.c, which has the following license:

-- Copyright (c) 2002 Douglas Crockford (www.crockford.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

Author
Ryan Grove  
Copyright
2002 Douglas Crockford (jsmin.c)  
Copyright
2008 Ryan Grove (PHP port)  
License
MIT License  
Link
http://code.google.com/p/jsmin-php/  
Version
1.1.1 (2008-03-02)  

Constants

Constant  ORD_LF = 10
Constant  ORD_SPACE = 32

Properties

Propertyprotected  $a= ''''
Default value''Details
Type
n/a
Propertyprotected  $b= ''''
Default value''Details
Type
n/a
Propertyprotected  $input= ''''
Default value''Details
Type
n/a
Propertyprotected  $inputIndex= '0'
Default value0Details
Type
n/a
Propertyprotected  $inputLength= '0'
Default value0Details
Type
n/a
Propertyprotected  $lookAhead= 'null'
Default valuenullDetails
Type
n/a
Propertyprotected  $output= ''''
Default value''Details
Type
n/a

Methods

methodpublic__construct(  $input ) : void

Parameters
Name Type Description
$input
methodprotectedaction(  $d ) : void

Parameters
Name Type Description
$d
methodprotectedget( ) : void

methodprotectedisAlphaNum(  $c ) : void

Parameters
Name Type Description
$c
methodprotectedmin( ) : void

methodpublicminify(  $js ) : void
static

Parameters
Name Type Description
$js
methodprotectednext( ) : void

methodprotectedpeek( ) : void

\JSMinException

Package: JSMin

Parent(s)
\Exception

Methods

methodpublic__construct( ) : void

methodpublic__toString( ) : void

methodpublicgetCode( ) : void
final

methodpublicgetFile( ) : void
final

methodpublicgetLine( ) : void
final

methodpublicgetMessage( ) : void
final

methodpublicgetPrevious( ) : void
final

methodpublicgetTrace( ) : void
final

methodpublicgetTraceAsString( ) : void
final

Documentation was generated by DocBlox 0.18.1.