Results 1 to 5 of 5

Thread: Added scandir / fopen / fread / fwrite / fclose

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    Won't create a whole new thread for this - is there a function to get the OS time? I was thinking about creating a hud elem with a clock.

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by guiismiti View Post
    is there a function to get the OS time? I was thinking about creating a hud elem with a clock.
    You can use MySQL for this.

    PHP Code:
    SELECT NOW() 
    http://dev.mysql.com/doc/refman/5.5/...functions.html
    Last edited by Mitch; 17th September 2014 at 09:12.

  3. The Following User Says Thank You to Mitch For This Useful Post:

    guiismiti (17th September 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •