ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF x x ?? C ?? C ?à " ?? ?? μ } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú?? ?? μ w !1AQ aq"2?B‘?±á #3Rebr?{
File "FileListInterface.php"
Full Path: /home/zcziejy/ryadselyen/src/fs/FileListInterface.php
File size: 267 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
interface Loco_fs_FileListInterface extends Countable, Iterator {
/**
* Add a file uniquely
* @param Loco_fs_File
* @return bool whether file was added (and didn't already exist)
*/
public function add( Loco_fs_File $file );
}