[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-general
Subject:    RE: [PHP] Re: Search directory
From:       hadi <almarzuki2011 () hotmail ! com>
Date:       2014-06-23 18:04:25
Message-ID: DUB123-DS10D549ED440B8BEA1571A5B31F0 () phx ! gbl
[Download RAW message or body]


> Maybe you could explain what you want to do in english and leave the
coding
> to us.  What you are "saying" and what you are doing are not the same
thing.

What im trying to say here I would like to search a directory for a file
name.

> On 6/21/2014 6:19 PM, hadi wrote:
> > Hi,
> >
> > Can some body lookup and fix my code please.
> > What exactly I need is  "$ip" variable  should look into "$iplookup"
> > directory and locate its ip file.
> > "$ip" variable it pass to the funcation along with the "$username" as
> > you can see in my code.
> > But im not able to fix how "$ip" well search "$iplookup" directory.
> > And get the ip file match to it.
> >
> >
> >
> > <?php
> >
> >
> > function timeout($username, $ip)
> >
> > {
> >
> >
> > $iplookup = glob('/var/log/phplogs/iplogs/');
> >
> >
> > foreach(glob('/tmp/sess*') as $file) {
> >      if (time()- filemtime($ip) > 60)
> >
> > {
> >          $old = "$username";
> >          $content = file_get_contents($file);
> >          if(strpos($content, $old) !== false) {
> >              unlink($file);
> >          }
> >      }
> > }
> >
> > }
> > ?>
> >
> Maybe you could explain what you want to do in english and leave the
coding
> to us.  What you are "saying" and what you are doing are not the same
thing.
> 
> --
> PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
> http://www.php.net/unsub.php


["smime.p7s" (application/pkcs7-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic