Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай PHP Essentials, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:13
    Introduction to DateTime
  • Урок 2. 00:08:29
    Formatting, setters and getters
  • Урок 3. 00:07:00
    Modifying
  • Урок 4. 00:04:49
    Differences
  • Урок 5. 00:03:48
    Comparisons
  • Урок 6. 00:05:40
    Timezones
  • Урок 7. 00:07:44
    DateTime periods
  • Урок 8. 00:05:10
    Useful functions
  • Урок 9. 00:10:25
    Project: Human difference calculator
  • Урок 10. 00:07:30
    Hashing problems
  • Урок 11. 00:07:32
    Generating and checking hashes
  • Урок 12. 00:03:39
    Rehashing
  • Урок 13. 00:03:21
    Don't use mail()
  • Урок 14. 00:06:54
    PHPMailer: Basics
  • Урок 15. 00:05:14
    PHPMailer: SMTP
  • Урок 16. 00:06:49
    SMTP as a service
  • Урок 17. 00:04:22
    Basic HTML templates
  • Урок 18. 00:01:32
    Attaching files
  • Урок 19. 00:08:14
    Using an service API
  • Урок 20. 00:04:53
    What is JSON?
  • Урок 21. 00:08:56
    Decoding JSON + Hacker News example
  • Урок 22. 00:08:27
    Encoding JSON
  • Урок 23. 00:06:30
    Introduction and file_get_contents
  • Урок 24. 00:12:15
    cURL basics
  • Урок 25. 00:10:39
    POSTing with cURL
  • Урок 26. 00:08:42
    Using Guzzle
  • Урок 27. 00:12:00
    Project: Currency conversion API