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 string length in grapheme units * * @phpstub * * @param string $inpu..

Decoded Output download

<?php

/**
 * Get string length in grapheme units
 *
 * @phpstub
 *
 * @param string $input
 *
 * @return int The length of the string on success, and 0 if the string is empty.
 */
function grapheme_strlen($input)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get string length in grapheme units
 *
 * @phpstub
 *
 * @param string $input
 *
 * @return int The length of the string on success, and 0 if the string is empty.
 */
function grapheme_strlen($input)
{
}

Function Calls

None

Variables

None

Stats

MD5 113b564957908b48097be5c5cb9242b5
Eval Count 0
Decode Time 93 ms