Php - Array Dizide Arama Yapmak

    Php - Array Dizide Arama Yapmak

    Php Array Dizide Arama Yapmak<?php
    $items = array("php", "asp", "javascript");

    if (in_array("php", $items))
    {
    echo "found php in the array";
    }
    else
    {
    echo "cannot find the search term";
    }
    ?>

[ Geri ] - [ Ana Sayfa ] - Bookmark and Share


travesti