|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1005353826 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
171005s2017 xxu ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d EBLCP
|d GW5XE
|d YDX
|d NJR
|d N$T
|d SXP
|d AZU
|d UPM
|d OCLCQ
|d MERER
|d OCLCF
|d OCLCO
|d IOG
|d COO
|d OCLCQ
|d IDB
|d MERUC
|d SNK
|d U3W
|d CAUOI
|d LIV
|d K6U
|d UAB
|d OCLCQ
|d KSU
|d EZ9
|d VT2
|d D6H
|d AU@
|d OCLCQ
|d ESU
|d WYU
|d OCLCQ
|d S9I
|d UMI
|d UKMGB
|d TOH
|d G3B
|d STF
|d UKAHL
|d OCLCQ
|d ERF
|d ADU
|d UHL
|d LEATE
|d OCLCQ
|d UK7LJ
|d OCLCQ
|d OCLCO
|d COM
|d OCLCQ
|
015 |
|
|
|a GBB8M4535
|2 bnb
|
016 |
7 |
|
|a 019140036
|2 Uk
|
019 |
|
|
|a 1005492372
|a 1008786673
|a 1008870587
|a 1012074290
|a 1048156054
|a 1058864446
|a 1066458143
|a 1066477516
|a 1076490624
|a 1082297421
|a 1086464562
|a 1112853061
|a 1113126873
|a 1122848857
|a 1125728176
|a 1129340222
|a 1136422134
|a 1153038099
|a 1155951194
|
020 |
|
|
|a 9781484229583
|q (electronic bk.)
|
020 |
|
|
|a 1484229584
|q (electronic bk.)
|
020 |
|
|
|a 1484229576
|
020 |
|
|
|a 9781484229576
|
020 |
|
|
|z 9781484229576
|q (print)
|
024 |
7 |
|
|a 10.1007/978-1-4842-2958-3
|2 doi
|
029 |
1 |
|
|a AU@
|b 000060950669
|
029 |
1 |
|
|a AU@
|b 000065066909
|
029 |
1 |
|
|a AU@
|b 000066233215
|
029 |
1 |
|
|a CHNEW
|b 000975040
|
029 |
1 |
|
|a CHVBK
|b 503266604
|
029 |
1 |
|
|a UKMGB
|b 019140036
|
035 |
|
|
|a (OCoLC)1005353826
|z (OCoLC)1005492372
|z (OCoLC)1008786673
|z (OCoLC)1008870587
|z (OCoLC)1012074290
|z (OCoLC)1048156054
|z (OCoLC)1058864446
|z (OCoLC)1066458143
|z (OCoLC)1066477516
|z (OCoLC)1076490624
|z (OCoLC)1082297421
|z (OCoLC)1086464562
|z (OCoLC)1112853061
|z (OCoLC)1113126873
|z (OCoLC)1122848857
|z (OCoLC)1125728176
|z (OCoLC)1129340222
|z (OCoLC)1136422134
|z (OCoLC)1153038099
|z (OCoLC)1155951194
|
037 |
|
|
|a CL0501000008
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P224
|
072 |
|
7 |
|a COM
|x 051400
|2 bisacsh
|
072 |
|
7 |
|a UM
|2 bicssc
|
082 |
0 |
4 |
|a 005.2/762
|2 23
|
082 |
0 |
4 |
|a 004
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Aley, Rob,
|e author.
|
245 |
1 |
0 |
|a Pro functional PHP programming :
|b application development strategies for performance optimization, concurrency, testability, and code brevity /
|c Rob Aley.
|
264 |
|
1 |
|a [United States] :
|b Apress,
|c 2017.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed October 17, 2017).
|
505 |
0 |
|
|a Part One : Function Programming in PHP 7 -- 1. Introduction -- 2. Functional Programming -- the basics -- 3. Basic Functional Programming -- 4. Working with Functions -- Part Two : Application Development Strategies -- 5. Strategies for High Performance Applications -- 6. Managing Business Logic with Functions -- 7. Using FP in Object-Oriented & Procedural Applications -- 8. Using Helper Libraries in Your Application -- 9. Processing "Big Data" with Functional PHP -- 10. Afterword: Where to now? -- Appendices -- A. Installing PHP and Libraries -- B. Command Line PHP -- C. Functional Programming Resources.
|
520 |
|
|
|a Bring the power of functional programming to your PHP applications. From performance optimizations to concurrency, improved testability to code brevity, functional programming has a host of benefits when compared to traditional imperative programming. Part one of Pro Functional PHP Programming takes you through the basics of functional programming, outlining the key concepts and how they translate into standard PHP functions and code. Part two takes this theory and shows you the strategies for implementing it to solve real problems in your new or existing PHP applications. Functional programming is popular in languages such as Lisp, Scheme and Clojure, but PHP also contains all you need to write functional code. This book will show you how to take advantage of functional programming in your own projects, utilizing the PHP programming language that you already know. You will: Discover functional programming in PHP Work with functional programming functions Design strategies for high-performance applications Manage business logic with functions Use functional programming in object-oriented and procedural applications Employ helper libraries in your application Process big data with functional PHP.
|
504 |
|
|
|a Includes bibliographical references and index.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Functional programming (Computer science)
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
6 |
|a Programmation fonctionnelle.
|
650 |
|
7 |
|a Programming & scripting languages: general.
|2 bicssc
|
650 |
|
7 |
|a Web programming.
|2 bicssc
|
650 |
|
7 |
|a Computer programming
|x software development.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x PHP.
|2 bisacsh
|
650 |
|
7 |
|a Functional programming (Computer science)
|2 fast
|0 (OCoLC)fst00936086
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|0 (OCoLC)fst01049847
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484229576
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484229583/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH33858630
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL5061453
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1609210
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14857526
|
994 |
|
|
|a 92
|b IZTAP
|