If Else If Php Code Reflect

[Solved] If Else If Php Code Reflect | Php - Code Explorer | yomemimo.com
Question : if else if php code reflect

Answered by : jaskaran-singh

<?php
$a = [
'Canceled' => 1,
'Traded / Filled'=> 2,
'(Not used currently)'=> 3,
'Transit'=> 4,
'Rejected'=> 5,
'Pending'=> 6,
];
echo array_search("5",$a);
?>

Source : | Last Update : Fri, 18 Sep 20

Answers related to if else if php code reflect

Code Explorer Popular Question For Php