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