| { php } | |
| array_extract | |
| date | 2004 |
| update | 2004 |
| code |
<?php
|
| description | extract parts from an array recoursiveley by keys only to a certain dpth. only the keys given will remain. |
| syntax |
<?php
|
| explanation |
suppose you have the array:
<?php
and you were searchiong for every stuff of 'abc':
<?php
you would get:
<?php
|