Core
if
Reference for PHP if
Definition
if in PHP.
Syntax
<?php
// syntax for if
Example
<?php
echo "Using if";
Try It Yourself
Test it out in the Playground.
Reference for PHP if
if in PHP.
<?php
// syntax for if
<?php
echo "Using if";
Test it out in the Playground.