Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.225. Time::Local


Provides routines that take the time
and return the number of seconds elapsed between January 1, 1970 and
the specified time. The arguments are defined like the corresponding
arguments returned by Perl's
gmtime and localtime functions
and the results agree with the results of those functions. Exports
two functions; both return -1 if the integer limit
is hit. On most machines, this applies to dates after January 1,
2038.

timegm


$time = timegm(sec, min, hours, mday, mon, year)

Converts from Greenwich time.

timelocal


$time = timelocal(sec, min, hours, mday, mon, year)

Converts from local time.



8.224. Time::HiRes8.226. Time::localtime




Copyright © 2002 O'Reilly & Associates. All rights reserved.

/ 875