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 /** * Description * * @phpstub * * @param CairoFontOptions $options * * @ret..
Decoded Output download
<?php
/**
* Description
*
* @phpstub
*
* @param CairoFontOptions $options
*
* @return int What is returned on success and failure
*/
function cairo_font_options_get_subpixel_order($options)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Description
*
* @phpstub
*
* @param CairoFontOptions $options
*
* @return int What is returned on success and failure
*/
function cairo_font_options_get_subpixel_order($options)
{
}
Function Calls
None |
Stats
MD5 | 0b1f42a07c01f809eca858c7d287d234 |
Eval Count | 0 |
Decode Time | 174 ms |