دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 3rd ed.
نویسندگان: Mikael Olsson
سری:
ISBN (شابک) : 9781484266182, 9781484266199
ناشر: Apress
سال نشر: 2021
تعداد صفحات: 188
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 3 مگابایت
در صورت تبدیل فایل کتاب PHP 8 Quick Scripting Reference: A Pocket Guide to PHP Web Scripting به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب مرجع اسکریپت نویسی سریع PHP 8: راهنمای جیبی برای برنامه نویسی وب PHP نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این مرجع جیبی با نسخه جدید PHP 8 به روز شده است. این یک کتاب اسکریپت نویسی و نحوی فشرده و غنی از کد برای زبان برنامه نویسی PHP است. در این کتاب هیچ اصطلاح فنی، نمونههای متورم، درسهای طولانی تاریخ یا داستانهای شوخآمیز پیدا نمیکنید. چیزی که خواهید یافت یک مرجع زبان برنامه نویسی وب است که مختصر، دقیق و بسیار در دسترس است. این کتاب مملو از اطلاعات مفید است و برای هر برنامه نویس PHP یا توسعه دهنده وب ضروری است. در آن، شما یک مرجع مختصر به نحو زبان برنامه نویسی PHP 8 خواهید یافت. این شامل نمونههای کد کوتاه، ساده و متمرکز است. فهرست مطالب به خوبی چیده شده؛ و یک فهرست جامع که امکان بازبینی آسان را فراهم می کند.
مرجع اسکریپت نویسی سریع PHP 8 ملزومات PHP را در قالبی به خوبی سازماندهی شده ارائه می دهد، از جمله ویژگی های جدید در PHP 8 مانند just in کامپایلر زمان (JIT)، انواع اتحادیه، عملگر nullsafe، عملگر تخصیص ادغام تهی، عبارات تطبیق، آرگومانهای نامگذاری شده، عبارات پرتاب، نوع بازگشت ایستا، موارد غیرقابل ضبط، هشدارهای موتور طبقهبندی مجدد و ارتقای ویژگی سازنده.
آنچه یاد خواهید گرفت
این کتاب برای چه کسی است
برنامه نویسان و توسعه دهندگان وب با تجربه PHP که ممکن است در PHP تازه کار باشند.
This pocket reference has been updated with the new PHP 8 release. It is a condensed, code-rich scripting and syntax handbook for the PHP scripting language. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a web scripting language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or web developer. In it, you will find a concise reference to the PHP 8 scripting language syntax. It includes short, simple, and focused code examples; a well-laid-out table of contents; and a comprehensive index allowing easy review.
PHP 8 Quick Scripting Reference presents the essentials of PHP in a well-organized format, including new features in PHP 8 such as the just in time (JIT) compiler, union types, nullsafe operator, null coalescing assignment operator, match expressions, named arguments, throw expressions, static return type, non-capturing catches, reclassified engine warnings and constructor property promotion.
What You Will Learn
Who This Book Is For
Experienced PHP programmers and web developers who may be new to PHP.
Contents Intro Using PHP Embedding PHP Outputting Text Installing Web Server Hello World Compile & Parse Comments Variables Defining Variables Data Types Integer Type Floating-Point Type Bool Type Null Type Default Values Operators Arithmetic Operators Assignment Operators Combined Assignment Operators Increment & Decrement Operators Comparison Operators Logical Operators Bitwise Operators Operator Precedence Additional Logical Operators String String Concatenation Delimiting Strings Heredoc Strings Nowdoc Strings Escape Characters Character Reference String Compare String Functions Arrays Numeric Arrays Associative Arrays Mixed Arrays Multi-dimensional Arrays Conditionals if switch Alternative Syntax Mixed Modes Ternary Operator Match Expression Loops while do-while for foreach Alternative Syntax break continue goto Functions Defining Functions Calling Functions Function Parameters Optional Parameters Named Arguments Variable Parameter Lists Return Statement Scope & Lifetime Anonymous Functions Closures Arrow Functions Generators Built-in Functions Class Instantiating Object Accessing Object Members Initial Property Values Constructor Destructor Case Sensitivity Object Comparison Anonymous Classes Closure Object Inheritance Overriding Members final Keyword instanceof Operator Access Levels Private Access Protected Access Public Access var Keyword Object Access Access Level Guideline Accessors Static Referencing Static Members Static Variables Late Static Bindings Constants const define const & define Constant Guideline Magic Constants Interface Interface Signatures Interface Example Interface Usages Interface Guideline Abstract Abstract Methods Abstract Example Abstract Classes & Interfaces Abstract Guideline Traits Inheritance & Traits Trait Guidelines Importing Files Include Path require include_once require_once return _autoload Type Declarations Argument Type Declarations Return Type Declarations Strict Typing Nullable Types Union Types Property Type Declarations Type Conversions Explicit Casts settype gettype Variable Testing isset Empty is_null unset Null Coalescing Operator Nullsafe Operator Determining Types Variable Information Overloading Property Overloading Method Overloading isset & unset Overloading Magic Methods _toString _invoke Object Serialization _sleep _wakeup Set State Object Cloning User Input HTML Form Sending with POST Sending with GET Request Array Security Concerns Submitting Arrays File Uploading Superglobals Cookies Creating Cookies Cookie Array Deleting Cookies Sessions Starting Session Session Array Deleting Session Sessions & Cookies Namespaces Creating Namespaces Nested Namespaces Alternative Syntax Referencing Namespaces Namespace Aliases Namespace Keyword Namespace Guideline References Assign by Reference Pass by Reference Return by Reference Advanced Variables Curly Syntax Variable Variable Names Variable Function Names Variable Class Names Error Handling Correcting Errors Error Levels Error-handling Environment Custom Error Handlers Raising Errors Exception Handling Try-Catch Throwing Exceptions Catch Block Finally Block Rethrowing Exceptions Uncaught Exception Handler Errors & Exceptions Assertions Index