Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * EGmap3 Yii extension * * Object oriented PHP interface to GMAP3 Javascript..
Decoded Output download
<?php
/**
* EGmap3 Yii extension
*
* Object oriented PHP interface to GMAP3 Javascript library for
* Google Maps.
*
* @copyright Digitick <www.digitick.net> 2011
* @license GNU Lesser General Public License v3.0
* @author Ianar Svi
*
*/
/**
* A rectangle overlay.
* @link http://code.google.com/intl/fr/apis/maps/documentation/javascript/reference.html#Rectangle
*/
class EGmap3Rectangle extends EGmap3OverlayBase
{
protected $action = 'addRectangle';
/**
* @var EGmap3RectangleOptions
*/
protected $options;
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* EGmap3 Yii extension
*
* Object oriented PHP interface to GMAP3 Javascript library for
* Google Maps.
*
* @copyright Digitick <www.digitick.net> 2011
* @license GNU Lesser General Public License v3.0
* @author Ianar Svi
*
*/
/**
* A rectangle overlay.
* @link http://code.google.com/intl/fr/apis/maps/documentation/javascript/reference.html#Rectangle
*/
class EGmap3Rectangle extends EGmap3OverlayBase
{
protected $action = 'addRectangle';
/**
* @var EGmap3RectangleOptions
*/
protected $options;
}
Function Calls
None |
Stats
MD5 | 0a161dc196b6f790ed804f4a63091ed2 |
Eval Count | 0 |
Decode Time | 88 ms |