search for: in_return

Displaying 1 result from an estimated 1 matches for "in_return".

2005 Apr 04
0
io timeout after 180 seconds
...tarted 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_pre) { ~ $in_message = "\n" . $in_...