मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

Explain the Function of Conditional Statements in PHP. - Computer Applications

Advertisements
Advertisements

प्रश्न

Explain the Function of Conditional Statements in PHP.

दीर्घउत्तर

उत्तर

  1. Function conditional statement is the function specified inside the conditional statements.
  2. We can’t call a conditional function before its definition.

Syntax:

if(expression)
{
function function_name( )
{
block of statements;
}
}
function_name( ); // calling function.
Eg:
<? php
display( );
if(TRUE)
{
function display( )
{
echo “condition and function”;
}
}

Output: condition and function

shaalaa.com
Php Conditional Statements
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 6: PHP Conditional Statements - Evaluation - PART – IV [पृष्ठ १११]

APPEARS IN

सामाचीर कलवी Computer Applications [English] Class 12 TN Board
पाठ 6 PHP Conditional Statements
Evaluation - PART – IV | Q 1. | पृष्ठ १११
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×