Control Structures in PHP: अभी तक हमने जितने भी Examples देखे हैं, उन सभी में जिस क्रम में विभिन्न Statements लिखे गए होते हैं, उसी क्रम में Program का Execution होता है। लेकिन कई बार किसी Program में ऐसी स्थितियां पैदा हो जाती है, कि Program के विभिन्न Statements एक निश्चित क्रम में Execute होकर हमारे Required काम को पूरा नहीं कर पाते हैं। उस स्थिति में Program के Control को अपना Normal Flow छोड कर किसी अन्य स्थान से Statements का Execution … [Read more...]
Control Structures in PHP
Filed Under: Core PHP in Hindi Tagged With: break Statement, case statement php, conditional statement in php, Control Statement, control structure, control structure in c, control structures, control structures in c, control structures in c language, for statement php, manual control, php case statement, php control structures, php for statement, php or statement, php statement, php structure, php switch statement, structure manual, switch Statement, switch statement example, switch statement in php, switch statement php, switch structure, types of control structures, what is a control structure, what is control structure