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

Function Calls

None

Variables

None

Stats

MD5 206195572b6a5e6529c5d1d804480844
Eval Count 0
Decode Time 110 ms