芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Iter/apply.php
$iterable Iterable to apply on * @param (Closure(T): void) $function Apply function */ function apply(iterable $iterable, Closure $function): void { foreach ($iterable as $value) { $function($value); } }