file() time limit

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phillip Parr

    file() time limit

    Is there any way I can impose a time limit on the file() function, say if a
    file doesn't open within a second I can skip opening it?

    Thanks...


  • Boyd

    #2
    Re: file() time limit

    In article <hYcZb.2863$YY6 .735@news-binary.blueyond er.co.uk>,
    nomail@here.com says...[color=blue]
    > Is there any way I can impose a time limit on the file() function, say if a
    > file doesn't open within a second I can skip opening it?
    >[/color]
    set_time_limit( )

    --
    *************** *************** ********
    The Eldritch Dark:
    Dedicated to Clark Ashton Smith

    Comment

    Working...