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 /** * Binary safe case-insensitive string comparison of the first n characters * ..

Decoded Output download

<?php

/**
 * Binary safe case-insensitive string comparison of the first n characters
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 * @param int $len
 *
 * @return int Returns lt 0 if  is less than
 *             ; gt 0 if  is
 *             greater than , and 0 if they are equal.
 */
function strncasecmp($str1, $str2, $len)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Binary safe case-insensitive string comparison of the first n characters
 *
 * @phpstub
 *
 * @param string $str1
 * @param string $str2
 * @param int $len
 *
 * @return int Returns lt 0 if  is less than
 *             ; gt 0 if  is
 *             greater than , and 0 if they are equal.
 */
function strncasecmp($str1, $str2, $len)
{
}

Function Calls

None

Variables

None

Stats

MD5 6eb68888b14451f5d47ac41917689efb
Eval Count 0
Decode Time 82 ms