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 /** * Gets geometry of a string * * @phpstub * * @param resource $psdoc * @pa..

Decoded Output download

<?php

/**
 * Gets geometry of a string
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $fontid
 * @param float $size
 *
 * @return array An array of the dimensions of a string. The element 'width' contains the
 *               width of the string as returned by . The
 *               element 'descender' contains the maximum descender and 'ascender' the
 *               maximum ascender of the string.
 */
function ps_string_geometry($psdoc, $text, $fontid = false, $size = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets geometry of a string
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $fontid
 * @param float $size
 *
 * @return array An array of the dimensions of a string. The element 'width' contains the
 *               width of the string as returned by . The
 *               element 'descender' contains the maximum descender and 'ascender' the
 *               maximum ascender of the string.
 */
function ps_string_geometry($psdoc, $text, $fontid = false, $size = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 f80c11533bf981e89979ac8441d304ee
Eval Count 0
Decode Time 99 ms