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 /** * Hyphenates a word * * @phpstub * * @param resource $psdoc * @param stri..

Decoded Output download

<?php

/**
 * Hyphenates a word
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 *
 * @return array An array of integers indicating the position of possible breaks in
 *               the text .
 */
function ps_hyphenate($psdoc, $text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Hyphenates a word
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 *
 * @return array An array of integers indicating the position of possible breaks in
 *               the text .
 */
function ps_hyphenate($psdoc, $text)
{
}

Function Calls

None

Variables

None

Stats

MD5 5df808d3266663af523500219da707ab
Eval Count 0
Decode Time 83 ms