PHP Function List
endwhile doesn't exist. Closest matches:
- readfile
- eio_sendfile
- readgzfile
- getendline
- die
- http_send_file
- end
- opendir
- recode_file
- hw_children
- gzencode
- mb_send_mail
- swf_endshape
- pdf_end_item
- ps_open_file
- md5_file
- swf_openfile
- file
- ceil
- ob_end_clean
Site Search Results
-
Alternative syntax for control structures - ManualIn each case, the basic form of the alternate syntax is to change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or ...
-
$finished = true; // ...we are finished endif; endwhile; // (if not finished, re-start WHILE loop)
-
break (PHP 4, PHP 5) break ends execution of the current for, foreach, while, do-while or switch structure. break accepts an optional numeric argument which tells it how many ...
-
endwhile: extends: final (as of PHP 5) for: foreach: function: global: goto (as of PHP 5.3) if: implements (as of PHP 5) interface (as of PHP 5)
-
endwhile; $backup .= "\n-- -----\n\n"; endwhile; echo $backup; this displayes your data the same way as phpmyadmin does.
-
Trying to understand how 'end foreach' and 'endwhile' differ, I've encountered a problem I can't solve by myself. The following is a fairly easy stock portfolio script.
-
List of Parser Tokens - ManualT_ENDWHILE: endwhile: while, alternative syntax: T_END_HEREDOC : heredoc syntax: T_EVAL: eval() eval() T_EXIT: exit or die: exit(), die() T_EXTENDS: extends: extends, classes and objects
-
else: @ mkdir ($root . $hedef . 'x/'. $zip_dosya); endif; endwhile; } ezip ('files.zip', 'unzip_files/');?>
-
endwhile; fclose ($fp);?> Notes: Avoid the php extension on a data file - it will cause PHP to parse the file, but there is no PHP in it. The "2048" value on line 2 of the loop is set ...
-
PHP/FI Version 2.0 DocumentationYou can loop within a PHP script by using the while(); endwhile; construct. <? $a=0; while($a<100) { $a++; echo $list[$a]; } >

Other forms of search
To search the string "endwhile" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
