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 /** @phpstub */ class CairoScaledFont { /** * The __construct purpose ..
Decoded Output download
<?php
/** @phpstub */
class CairoScaledFont
{
/**
* The __construct purpose
*
* @param CairoFontFace $font_face
* @param CairoMatrix $matrix
* @param CairoMatrix $ctm
* @param CairoFontOptions $options
*/
public function __construct($font_face, $matrix, $ctm, $options)
{
}
/**
* The extents purpose
*
* @return array Description...
*/
public function extents()
{
}
/**
* The getCtm purpose
*
* @return CairoMatrix Description...
*/
public function getCtm()
{
}
/**
* The getFontFace purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontFace($context)
{
}
/**
* The getFontMatrix purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontMatrix($context)
{
}
/**
* The getFontOptions purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontOptions($context)
{
}
/**
* The getScaleMatrix purpose
*
* @return void Description...
*/
public function getScaleMatrix()
{
}
/**
* The getType purpose
*
* @return int Description...
*/
public function getType()
{
}
/**
* The glyphExtents purpose
*
* @param string $glyphs
*
* @return array Description...
*/
public function glyphExtents($glyphs)
{
}
/**
* The status purpose
*
* @param CairoContext $context
*
* @return int Description...
*/
public function status($context)
{
}
/**
* The textExtents purpose
*
* @param string $text
* @param CairoContext $context
*
* @return array Description...
*/
public function textExtents($text, $context)
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class CairoScaledFont
{
/**
* The __construct purpose
*
* @param CairoFontFace $font_face
* @param CairoMatrix $matrix
* @param CairoMatrix $ctm
* @param CairoFontOptions $options
*/
public function __construct($font_face, $matrix, $ctm, $options)
{
}
/**
* The extents purpose
*
* @return array Description...
*/
public function extents()
{
}
/**
* The getCtm purpose
*
* @return CairoMatrix Description...
*/
public function getCtm()
{
}
/**
* The getFontFace purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontFace($context)
{
}
/**
* The getFontMatrix purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontMatrix($context)
{
}
/**
* The getFontOptions purpose
*
* @param CairoContext $context
*
* @return void Description...
*/
public function getFontOptions($context)
{
}
/**
* The getScaleMatrix purpose
*
* @return void Description...
*/
public function getScaleMatrix()
{
}
/**
* The getType purpose
*
* @return int Description...
*/
public function getType()
{
}
/**
* The glyphExtents purpose
*
* @param string $glyphs
*
* @return array Description...
*/
public function glyphExtents($glyphs)
{
}
/**
* The status purpose
*
* @param CairoContext $context
*
* @return int Description...
*/
public function status($context)
{
}
/**
* The textExtents purpose
*
* @param string $text
* @param CairoContext $context
*
* @return array Description...
*/
public function textExtents($text, $context)
{
}
}
Function Calls
None |
Stats
MD5 | 84f69d6dd1ecee9287568018e411a6a1 |
Eval Count | 0 |
Decode Time | 114 ms |