Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

How extract arrays from array depend on values

My array is
$arr = array(
    'global' => array(
        array('tabs', 'tabs', 'tabs', array(
            'Main' => 'main',
            'Gallery' => 'galleryID',
            'mera' => 'mera',
        )),

        array('main','div',  'div'),
        array('egice', 'Eice', 'text', '', ''),
        array('closeHere', 'closeHere', 'closeHere'),


        array('galleryID','div',  'div'),
        array('gallery', 'Gallery #1', 'image', '', ''),
        array('closeHere', 'closeHere',...
PHP:
How extract arrays from array depend on values

from PHP https://ift.tt/35VeNUc
via IFTTT

Post a Comment

0 Comments