آموزش قابلیت های اساسی PHP Library / Lynda Up and Running with the Standard PHP Library

Lynda Up and Running with the Standard PHP Library
آموزش قابلیت های اساسی PHP Library

  • کاربرد : آموزش قابلیت های اساسی PHP Library
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Lynda
  • سال تولید : 2014

توضیحات

کتابخانه استاندارد پی‌اچ‌پی (SPL: Standard PHP Library) مجموعه ای از کلاس های پرکاربرد و مفید برای تراورس (traversing)، فیلتر کردن و مرتب سازی داده ها و اشیاء است. یکی از ویژگی های اصلی آن با نام iterator شناخته می شود که دسترسی آسان به آرایه ها، درختان و فهرست دایرکتوری را فراهم می کند. به طور کلی SPL در تلاش است تا بتواند انواع داده‌های استاندارد را به بهترین نحو توسط کلاس و اینترفیس پیاده‌سازی کند. این داده‌ها شامل لیست پیوندی، پشته، صف و ... می‌باشد.



زبان PHP علاوه بر طراحی وب به عنوان یک زبان برنامه نویسی عمومی نیز مورد استفاده قرار می گیرد، می‌توان آن را بر روی اکثر سرورهای وب نصب کرد و همچنین قابلیت نصب آن به صورت یک شل جداگانه بر روی تقریباً تمامی سیستم‌های عامل و پلت‌فرم‌ها (یا سکوها) وجود دارد و به طور کلی ویژگی ها و قابلیت های گسترده این زبان باعث شده است تا روز به روز برنامه نویسان بیشتری را به سمت خود جذب کند.



در دوره آموزشی Up and Running with the Standard PHP Library شما با قابلیت های اساسی و کلیدی این کتابخانه قدرتمند آشنا می شوید.



این مجموعه آموزش ویدیویی به همراه فایلهای تمرینی و به مدت زمان 3 ساعت و 24 دقیقه در اختیار علاقه مندان قرار می گیرد.

Description

The Standard PHP Library (SPL) is a collection of useful classes for traversing, filtering, and sorting data and objects. One of its main features is the iterator, which provide easy access to arrays, trees, and directory listings. In this course, David Powers reviews using these iterators to explore the file system, and combining iterators in order to edit and manage specific types of files. He'll show how to load XML and JSON data, convert arrays into nested lists, and work with data structures such as doubly linked lists, queues, and heaps. Start learning how to put SPL into practice, and extend the power of your PHP applications.
Topics include:
Using SPL iterators
Inspecting directories
Working with text files
Exporting and extracting data
Filtering data
Converting between arrays and iterators
Combining and merging iterators
Creating a repeat sequence with InfiniteIterator
Working with data structures

بخش های فایل

این فایل شامل 45 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
0. Introduction
1 175038_00_01_WX30_welcome 5.91 MB DOWNLOAD
2 175038_00_02_XR15_requirements 2.07 MB DOWNLOAD
3 175038_00_03_XR15_exercise_files 4.69 MB DOWNLOAD
1. Introducing the Standard PHP Library (SPL)
4 175038_01_01_XR15_whatisSPL 3.64 MB DOWNLOAD
5 175038_01_02_XR15_iterators 2.67 MB DOWNLOAD
6 175038_01_03_XR15_using_iterators 2.73 MB DOWNLOAD
2. Exploring Files and Directories
7 175038_02_01_XR15_directory 11.83 MB DOWNLOAD
8 175038_02_02_XR15_filesystem 9.89 MB DOWNLOAD
9 175038_02_03_XR15_recursive 13.45 MB DOWNLOAD
10 175038_02_04_XR15_splfileinfo 8.62 MB DOWNLOAD
11 175038_02_05_XR15_splfileobject 16.52 MB DOWNLOAD
12 175038_02_06_XR15_splfileobject_csv 8.26 MB DOWNLOAD
13 175038_02_07_XR15_tempfile 13.27 MB DOWNLOAD
3. Filtering Values
14 175038_03_01_XR15_glob 7.79 MB DOWNLOAD
15 175038_03_02_XR15_regex 6.09 MB DOWNLOAD
16 175038_03_03_XR15_simplexml 12.33 MB DOWNLOAD
17 175038_03_04_XR15_limit 10.47 MB DOWNLOAD
18 175038_03_05_XR15_callback 9.23 MB DOWNLOAD
19 175038_03_06_XR15_recursive_callback 10.03 MB DOWNLOAD
20 175038_03_07_XR15_filter 10.48 MB DOWNLOAD
21 175038_03_08_XR15_recursive_filter 10.08 MB DOWNLOAD
22 175038_03_09_XR15_rec_filter_override 12.79 MB DOWNLOAD
23 175038_03_10_XR15_parent 7.36 MB DOWNLOAD
4. Array Iterators
24 175038_04_01_XR15_array 11.30 MB DOWNLOAD
25 175038_04_02_XR15_filter_json 10.73 MB DOWNLOAD
26 175038_04_03_XR15_recursive_array 9.19 MB DOWNLOAD
27 175038_04_04_XR15_recursive_extend 12.25 MB DOWNLOAD
5. Combining and Merging Iterators
28 175038_05_01_XR15_append 11.76 MB DOWNLOAD
29 175038_05_02_XR15_multiple 11.72 MB DOWNLOAD
6. Other Iterators
30 175038_06_01_XR15_infinite 8.10 MB DOWNLOAD
31 175038_06_02_XR15_caching 9.59 MB DOWNLOAD
32 175038_06_03_XR15_recursive_caching 6.24 MB DOWNLOAD
33 175038_06_04_XR15_recursivetree 8.51 MB DOWNLOAD
34 175038_06_05_XR15_norewind 4.02 MB DOWNLOAD
7. SPL Data Structures
35 175038_07_01_XR15_linked_lists 4.05 MB DOWNLOAD
36 175038_07_02_XR15_doublylinked 19.35 MB DOWNLOAD
37 175038_07_03_XR15_stack 12.80 MB DOWNLOAD
38 175038_07_04_XR15_heaps 4.01 MB DOWNLOAD
39 175038_07_05_XR15_min_max 9.50 MB DOWNLOAD
40 175038_07_06_XR15_splheap 17.97 MB DOWNLOAD
41 175038_07_07_XR15_priority 15.91 MB DOWNLOAD
42 175038_07_08_XR15_priority_order 12.56 MB DOWNLOAD
43 175038_07_09_XR15_fixed_array 12.87 MB DOWNLOAD
8. Conclusion
44 175038_08_01_XR15_goodbye 3.76 MB DOWNLOAD
9. فایل های تمرینی
45 Exercise Files 109.10 KB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


لطفا در این قسمت فقط نظر شخصی در مورد این عنوان را وارد نمایید و در صورتیکه مشکلی با دانلود یا استفاده از این فایل دارید در صفحه کاربری تیکت ثبت کنید.

بارگزاری