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_hint_style($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_hint_style($options)
{
}

Function Calls

None

Variables

None

Stats

MD5 aa1727a2cea57b698b444ccc45f98c8f
Eval Count 0
Decode Time 114 ms