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 CairoMatrix $matrix * @param float ..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoMatrix $matrix
 * @param float $tx
 * @param float $ty
 *
 * @return void What is returned on success and failure
 */
function cairo_matrix_translate($matrix, $tx, $ty)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param CairoMatrix $matrix
 * @param float $tx
 * @param float $ty
 *
 * @return void What is returned on success and failure
 */
function cairo_matrix_translate($matrix, $tx, $ty)
{
}

Function Calls

None

Variables

None

Stats

MD5 60571a758c1b75e8f30afda67858e51f
Eval Count 0
Decode Time 91 ms