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 /** * Get truncated string with specified width * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Get truncated string with specified width
 *
 * @phpstub
 *
 * @param string $str
 * @param int $start
 * @param int $width
 * @param string $trimmarker
 * @param string $encoding
 *
 * @return string The truncated ``string``. If  is set,
 *                is appended to the return value.
 */
function mb_strimwidth($str, $start, $width, $trimmarker = NULL, $encoding = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get truncated string with specified width
 *
 * @phpstub
 *
 * @param string $str
 * @param int $start
 * @param int $width
 * @param string $trimmarker
 * @param string $encoding
 *
 * @return string The truncated ``string``. If  is set,
 *                is appended to the return value.
 */
function mb_strimwidth($str, $start, $width, $trimmarker = NULL, $encoding = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 005e2fdd73df850e548f7a5ca34be0ab
Eval Count 0
Decode Time 92 ms