Cargando…

PHP 8 basics : for programming and web development /

Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union ty...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Engebreth, Gunnard (Autor), Sahu, Satej Kumar (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, 2023.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1356576084
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 221231s2023 nyua o 000 0 eng d
040 |a EBLCP  |b eng  |e rda  |c EBLCP  |d ORMDA  |d YDX  |d GW5XE  |d OCLCF  |d N$T 
019 |a 1356436620 
020 |a 9781484280829  |q (electronic bk.) 
020 |a 1484280822  |q (electronic bk.) 
020 |z 9781484280812 
020 |z 1484280814 
024 7 |a 10.1007/978-1-4842-8082-9  |2 doi 
029 1 |a AU@  |b 000073289755 
029 1 |a AU@  |b 000073290338 
035 |a (OCoLC)1356576084  |z (OCoLC)1356436620 
037 |a 9781484280829  |b O'Reilly Media 
050 4 |a QA76.73.P224 
072 7 |a UMX  |2 bicssc 
072 7 |a COM000000  |2 bisacsh 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.2/762  |2 23/eng/20230119 
049 |a UAMI 
100 1 |a Engebreth, Gunnard,  |e author. 
245 1 0 |a PHP 8 basics :  |b for programming and web development /  |c Gunnard Engebreth, Satej Kumar Sahu. 
246 3 |a Personal Home Page eight basics :  |b for programming and web development 
264 1 |a New York, NY :  |b Apress,  |c 2023. 
300 |a 1 online resource (335 p.) :  |b illustrations (black and white). 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Description based upon print version of record. 
505 0 |a Intro -- Table of Contents -- About the Authors -- About the Contributor -- Acknowledgments -- Introduction -- Chapter 1: Getting Started -- Why Use PHP? -- Using PHP -- Why PHP, Ngnix, and MySQL? -- Installing Docker -- Windows -- Mac OS -- Linux -- Installing Docker-Compose -- The Development Environment -- Summary -- Chapter 2: PHP Fundamentals -- Variables -- Using Errors As Tools -- Objects -- Verbs: GET and POST -- Summary -- Chapter 3: Functions, Classes, and Traits -- OOP -- Reviewing Class Definitions -- Class Visibility -- Public -- Protected -- Private 
505 8 |a A Closer Look at Class Inheritance -- Polymorphism and Abstract Classes -- Constants -- Constructs -- Traits -- Namespaces -- Summary -- Chapter 4: Data and Data Types -- PHP Data Types -- PHP Data Types: Scalar Types -- Boolean -- Integer -- Float -- String -- PHP String Functions -- substr() -- strlen() -- str_replace() -- trim() -- strpos() -- strtolower() -- strtoupper() -- is_string() -- strstr() -- PHP Data Types: Compound Types -- Array -- Object -- PHP Data Types: Special Types -- NULL -- resource -- Summary -- Chapter 5: Form Data -- PHP POST Form -- PHP GET Form -- Summary 
505 8 |a Chapter 6: Arrays -- PHP Indexed and Associative Arrays -- PHP Multidimensional Arrays -- PHP Array Functions -- array_change_key_case -- array_chunk -- array_column -- array_combine -- array_count_values -- array_diff_assoc -- array_diff_key -- array_diff_uassoc -- array_diff_ukey -- array_diff -- array_fill_keys -- array_fill -- array_filter -- array_flip -- array_intersect_assoc -- array_intersect_key -- array_intersect_uassoc -- array_intersect_ukey -- array_intersect -- array_is_list -- array_key_exists -- array_key_first -- array_key_last -- array_keys -- array_map -- array_merge_recursive 
505 8 |a Array_merge -- array_multisort -- array_pad -- array_pop -- array_product -- array_push -- array_rand -- array_reduce -- array_replace_recursive -- array_replace -- array_reverse -- array_search -- array_shift -- array_slice -- array_splice -- array_sum -- array_udiff_assoc -- array_udiff_uassoc -- array_udiff -- array_uintersect_assoc -- array_uintersect_uassoc -- array_uintersect -- array_unique -- array_unshift -- array_values -- array_walk_recursive -- array_walk -- array -- arsort -- assort -- compact -- count -- current -- each -- end -- extract -- in_array -- key_exists -- key -- krsort 
505 8 |a Ksort -- list -- natcasesort -- natsort -- next -- prev -- range -- reset -- rsort -- shuffle -- sizeof -- sort -- uasort -- uksort -- usort -- Summary -- Chapter 7: Sessions and Cookies -- PHP Sessions -- PHP Cookies -- Summary -- Chapter 8: Objects -- Output -- Summary -- Chapter 9: PHP Exceptions, Validation, and Regular Expressions -- PHP Exceptions -- PHP Form Validation -- PHP Regular Expressions -- Regular Expressions Modifiers -- Regular Expression Metacharacters -- Regular Expression Square Brackets -- Regular Expression Quantifiers -- Regular Expression Functions -- Summary -- Chapter 10: PHP and MySQL Working Together 
520 |a Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union types, as well as related frameworks such as Symfony. You will explore fundamental PHP concepts through both practical and hands-on examples. You'll not only gain a solid understanding of PHP fundamentals, but will also be prepared to handle new concepts and technologies as they emerge. After working through the book and its associated demo code, you will be able to build your first basic web application. What You Will Learn Develop web applications with PHP 8 Use Vagrant, Docker, JSON API and more Work with data, form data, arrays, objections, exceptions, regex, and more Utilize PHP frameworks like Laravel and Symfony Who This Book Is For Those new to PHP 8 or PHP in general. Some prior experience in web development and DB handling is recommended. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a PHP (Computer program language) 
650 0 |a Internet programming. 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a PHP (Computer program language)  |2 fast  |0 (OCoLC)fst01049847 
700 1 |a Sahu, Satej Kumar,  |e author. 
776 0 8 |i Print version:  |a Engebreth, Gunnard  |t PHP 8 Basics  |d Berkeley, CA : Apress L. P.,c2023  |z 9781484280812 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484280829/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL7164879 
938 |a YBP Library Services  |b YANK  |n 304050984 
938 |a EBSCOhost  |b EBSC  |n 3511891 
994 |a 92  |b IZTAP