|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-10 08:04 UTC] sniper@php.net
[2000-08-11 18:01 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 12 09:00:02 2026 UTC |
In this example, if $part is empty, the default: will be process, but if it have something in it, It dont do nothing, it skip the default: and continue switch ($part) { default: include ( "html/menu-main-html.inc" ); }