دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: نویسندگان: Derick Rethans سری: ISBN (شابک) : 0981034500, 9780981034508 ناشر: Marco Tabini & Associates, Inc. سال نشر: 2009 تعداد صفحات: 150 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 3 مگابایت
در صورت تبدیل فایل کتاب php|architect's Guide to Date and Time Programming به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب php | راهنمای معمار برنامه نویسی تاریخ و زمان نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
اگر توسعه شما شامل کار با تاریخ و زمان است، پس این کتاب ضروری است. در این کتاب، Derick Rethans (مشارکت کننده در گسترش تاریخ اصلی PHP و متخصص مشهور PHP) جزئیات ظریف کار با تاریخ و زمان را با جزئیات بررسی می کند. اغلب توسعهدهندگان PHP با نتایج غیرمنتظرهای مواجه میشوند که بر نرمافزار و برنامههای وب آنها تأثیر منفی میگذارد. این کتاب بدون شک به آنها کمک می کند تا با این مسائل مقابله کنند. این کتاب حوزه های مختلفی از جمله: * تاریخچه تقویم ها و استانداردهای زمانی، که به خواننده درک بهتری از چگونگی تبدیل مفاهیم تاریخ/زمان به شکل امروزی می دهد. * تجزیه رشته های تاریخ/زمان و مشکلات احتمالی که یک توسعه دهنده می تواند با آن مواجه شود * مناطق زمانی، خصلتهای ذاتی در آنها، و اینکه برنامه شما چگونه میتواند این ویژگیها را مدیریت کند * قالب بندی و نمایش زمان و تاریخ به درستی و برخورد با شیء DateTime * دستکاری و کار با تاریخ های گذشته، آینده و تکراری * به دست آوردن تاریخ هایی که مُهرهای زمانی در دسترس نیستند * مشخص کننده های قالب * ارتقا پایگاه داده منطقه زمانی اصلی
If your development involves working with dates and times, then this book is a must-have. In this book, Derick Rethans (contributor to PHP’s core date extension and well-known PHP expert) explores in great detail the subtle nuances of working with dates and times. Frequently PHP developers encounter unexpected results that adversely affect their software and web applications. This book will undoubtedly help them tackle those issues. This book covers a variety of areas including: * history of calendars and time standards, giving the reader a better understanding of how date/time concepts evolved into the way they are today * parsing date/time strings and the potential pitfalls a developer can encounter * timezones, the quirks inherent in them, and how your application can handle these quirks * formatting and representing times and dates correctly and dealing with the DateTime Object * manipulating and working with past, future and recurring dates * obtaining dates when timestamps aren’t available * format specifiers * upgrading the master timezone database
Acknowledgments......Page 12
A Little History......Page 14
Calendars......Page 18
Time Standards......Page 19
Time Stamp Range......Page 20
Timezones......Page 21
Configuring PHP\'s Timezone......Page 23
Timezone Database......Page 24
Parsing Strings Containing Time Information......Page 26
Other Ways of Creating a Timestamp......Page 31
Using mktime() for UTC Times......Page 34
Creating a DateTime Object......Page 35
Obtaining a Detailed Parser Result......Page 39
User Specific Formats......Page 42
Obtaining a Detailed Parser Result from a User Specified Format......Page 45
Time Stamps Have Implicit Timezone......Page 46
Parsing Times That Do Not Exist......Page 47
Different Types of Timezones......Page 50
Default Timezone......Page 52
DateTimeZone......Page 54
Getting The Offset Belonging to a Timezone......Page 55
Transition Rules in Timezones......Page 56
Location Information in Timezones......Page 58
Associating with DateTime objects......Page 59
Querying the Timezone Database......Page 61
Restricting Timezone Listings by Continent......Page 62
Aggregating Timezone Listings......Page 63
Listing Timezone Identifiers By Country......Page 67
Formatting Time Stamps......Page 70
ISO Week Dates......Page 72
Compound Formats......Page 73
Local Time vs. UTC Time......Page 75
Formatting Local Time Stamps......Page 77
Retrieving Specific Date/Time Elements......Page 80
DateTime Object Formatting......Page 81
Manipulation While Parsing......Page 86
Setter Methods......Page 88
Relative Strings......Page 91
Intervals......Page 92
Periods and Iterators......Page 97
Finding the Next DST Transition......Page 102
Guessing from the Browser......Page 103
Storing Date/Time Information in a Database......Page 105
Previous Week Information......Page 112
Next Month and Last Month......Page 114
Obtaining Every 3rd Tuesday in each Month......Page 115
Unix......Page 120
Day......Page 124
Month......Page 125
Time......Page 126
Timezone......Page 127
Compound......Page 128
DateTime::createFromFormat(), date_create_from_format() and date_parse_from_format() format specifiers......Page 129
DateInterval->format() format specifiers......Page 130
Used Symbols......Page 134
12 Hour Notation......Page 135
24 Hour Notation......Page 136
Localized Notations......Page 137
ISO8601 Notations......Page 140
Used Symbols......Page 141
Localized Notations......Page 142
Day-based Notations......Page 143