mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
12 lines
255 B
PHP
Executable File
12 lines
255 B
PHP
Executable File
<?require "header.inc";?>
|
|
<h1>Returning values from functions</h1>
|
|
<ul>
|
|
<li>RETURN_FALSE
|
|
<li>RETURN_TRUE
|
|
<li>RETURN_LONG(number)
|
|
<li>RETURN_STRING(string,dup)
|
|
<li>RETURN_STRINGL(string,length,dup)
|
|
<li>RETURN_DOUBLE(number)
|
|
</ul>
|
|
<?require "footer.inc";?>
|