Displaying 1 result from an estimated 1 matches for "in_message".
Did you mean:
dm_message
2005 Apr 04
0
io timeout after 180 seconds
...AME so that the
~ backups are started from scratch. WARNING: Any
~ existing data will be erased.
Report any bugs to: jrust@rustyparts.com';
~ writeln($s_usage);
}
// }}}
// {{{ writeln()
/**
~ * Writes a line to standard output
~ *
~ * @param string $in_message The message to write.
~ * @param bool $in_return (optional) Return the message instead of
echoing it?
~ * @param bool $in_pre (optional) Prepend a newline to the string?
~ *
~ * @access public
~ * @return void
~ */
function writeln($in_message, $in_return = false, $in_pre = false)
{
~ if ($in_pr...