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 /** * Send the YAML representation of a value to a file * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Send the YAML representation of a value to a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $data
 * @param int $encoding
 * @param int $linebreak
 * @param array $callbacks
 *
 * @return bool Returns true on success.
 */
function yaml_emit_file($filename, $data, $encoding = false, $linebreak = false, $callbacks = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Send the YAML representation of a value to a file
 *
 * @phpstub
 *
 * @param string $filename
 * @param mixed $data
 * @param int $encoding
 * @param int $linebreak
 * @param array $callbacks
 *
 * @return bool Returns true on success.
 */
function yaml_emit_file($filename, $data, $encoding = false, $linebreak = false, $callbacks = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 deb31a52e4aada29423998309bc142c9
Eval Count 0
Decode Time 86 ms