Procedural File: downloadfolder.inc.php
Source Location: /main/document/downloadfolder.inc.php
Page Details:
Functions and main code for the download folder feature
Includes:
include(api_get_path(LIBRARY_PATH).'pclzip/pclzip.lib.php') [line 25]
Functions and main code for the download folder feature
diff [line 178]
difference diff(
array $arr1, array $arr2)
|
|
Return the difference between two arrays, as an array of those key/values Use this as array_diff doesn't give the
Tags:
Parameters
| array |
$arr1 |
first array |
| array |
$arr2 |
second array |
|