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 int $format * @param int $width * ..

Decoded Output download

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param int $format
 * @param int $width
 *
 * @return int What is returned on success and failure
 */
function cairo_format_stride_for_width($format, $width)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Description
 *
 * @phpstub
 *
 * @param int $format
 * @param int $width
 *
 * @return int What is returned on success and failure
 */
function cairo_format_stride_for_width($format, $width)
{
}

Function Calls

None

Variables

None

Stats

MD5 0e7f93229935d3d4475fdc41f86e7aa6
Eval Count 0
Decode Time 100 ms