Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

PHP CLI, Aley Robert


Варианты приобретения
Цена: 2794.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Aley Robert
Название:  PHP CLI
ISBN: 9781484222379
Издательство: Springer
Классификация:

ISBN-10: 1484222377
Обложка/Формат: Paperback
Страницы: 65
Вес: 0.14 кг.
Дата издания: 05.09.2016
Язык: English
Издание: 1st ed.
Иллюстрации: 1 illustrations, color; xiii, 62 p. 1 illus. in color.
Размер: 236 x 160 x 5
Читательская аудитория: Professional & vocational
Подзаголовок: Create command line interface scripts with php
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: This concise book shows you how to create PHP command line interface (CLI) scripts, including user interaction and scripts to automate and assist your workflow.


C++/CLI Primer

Автор: Ragunathan
Название: C++/CLI Primer
ISBN: 1484223667 ISBN-13(EAN): 9781484223666
Издательство: Springer
Рейтинг:
Цена: 2794.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Enter a world of hardcore back-end, server-side enterprise programming on the .NET platform. This book presents some of the important aspects of the C++/CLI language that often become a barrier preventing programmers from exploring further. The C++/CLI Primer is a powerful but compact book that will guide you through that barrier. Many of today's complex transactions and enterprise applications count on C++/CLI. Visual Studio 2015 and earlier versions support C++/CLI if you program using an IDE. C++/CLI is unattractive, clumsy, and hard when compared to other modern languages that run on the .NET platform. That's because it is powerful. Like light that can be viewed as a wave or particle, C++/CLI can be exercised as an unmanaged or managed or actually as the sandwich language to do mixed mode programming, which is its real power. That's also why it is unique.
What You'll Learn
Discover C++/CLI and why is it used in .NET programmingWork with types, primitive types, object creation, and managed and abstract classesUse abstract classes in C++/CLIHarness the power of nullptreImplement code that uses boxing/unboxingUse equality/identity, properties, enums, strings, arrays, and more
Who This Book Is For
Experienced Microsoft .NET application developers, familiar with .NET framework and C++.
PHP Arrays

Автор: Prettyman
Название: PHP Arrays
ISBN: 1484225554 ISBN-13(EAN): 9781484225554
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Gain an in-depth understanding of PHP 7 arrays. After a quick overview of PHP 7, each chapter concentrates on single, multi-dimensional, associative, and object arrays. PHP Arrays is a first of its kind book using PHP 7 that demonstrates inserting, appending, updating, and deleting array data. This book also covers validation methods to insure that the data provided by a user is good before the data is entered into an array. You’ll see how PHP 7 try/catch modules are used to capture exceptions and errors that may be caused by invalid data.The code examples demonstrate common real-world scenarios. Moreover, examples of every PHP 7 array function (over 75) are demonstrated. The appendix provides a two-dimensional array case study on the logical design of a checkers game. PHP Arrays answers the following questions:Why do we need arrays? When do we need to use arrays? Are arrays efficient? Can arrays reduce coding time? When do you use multi-dimensional and associative arrays? What is an object array?

What You'll Learn
Handle array data from an HTML form Manage array data from a text file Deal with array data from a MySQL database
Who This Book Is For
Experienced PHP programmers or web developers using PHP.
Design Patterns in PHP and Laravel

Автор: Dockins
Название: Design Patterns in PHP and Laravel
ISBN: 1484224507 ISBN-13(EAN): 9781484224502
Издательство: Springer
Рейтинг:
Цена: 5170.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book teaches you design patterns in PHP and Laravel using real-world examples and plenty of humor. Too often design patterns are explained using tricky concepts, when in fact they are easy to use and can enrich your everyday development. Design Patterns in PHP and Laravel aims to break down tricky concepts into humorous and easy-to-recall details, so that you can begin using design patterns easily in your everyday work with PHP and Laravel.

You will learn each of the original gang of four design patterns, and how they are relevant to modern PHP and Laravel development. Each pattern is covered with full examples of how it can be used. Written by a working developer who uses these patterns every day, you will easily be able to implement each pattern into your workflow and improve your development.
What You Will Learn
How to use the original gang of four design patterns in your PHP and Laravel development How each pattern should be used How to solve problems when using the patternsHow to remember each pattern using mnemonics
Who This Book Is For
The person who will buy this book is likely using Laravel and PHP to do their job. They want to improve their understanding of design patterns.
PHP Beyond the Web

Автор: Aley
Название: PHP Beyond the Web
ISBN: 1484224809 ISBN-13(EAN): 9781484224809
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Use your existing web-based PHP skills to write all types of software: CLI scripts, desktop software, network servers, and more. This book gives you the tools, techniques, and background necessary to write just about any type of software you can think of, using the PHP you know.PHP Beyond the Web shows you how to take your knowledge of PHP development for the web and utilise it with a much wider range of software systems. Enjoy the benefits of PHP after reading this book: save money by redeploying existing skills, not learning new ones; save time and increase productivity by using a high-level language; and make money by providing your clients a full-stack service (not just websites).PHP is no longer just a great scripting language for websites, it's now a powerful general-purpose programming language. Expand your use of PHP into your back-end systems, server software, data processing services, desktop interfaces, and more.
What You'll Learn
Write interactive shell scriptsWork with system daemonsWrite desktop softwareBuild network serversInterface with electronics using PHP and the Raspberry PiManage performance, deployment, licensing, and system interactionDiscover the software tools for development and get other great sources of technical information and help
Who This Book Is For
Experienced PHP programmers or experienced programmers interested in leveraging PHP outside the web development context.
PHP: 20 Lessons to Successful Web Development

Автор: Nixon Robin
Название: PHP: 20 Lessons to Successful Web Development
ISBN: 0071849874 ISBN-13(EAN): 9780071849876
Издательство: McGraw-Hill
Рейтинг:
Цена: 5489.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This year`s session was marked by substantial steps forward to support the reform process launched in 2009 with the aim to modernise the institutional framework and ensure a more efficient functioning of the commission. In addition the session adopted guidelines on precautionary conservation measures aimed at minimizing undesirable effects on stocks and improving fisheries economic profitability.

PHP and MySQL Web Development: A Beginner`s Guide

Автор: Matthews Marty
Название: PHP and MySQL Web Development: A Beginner`s Guide
ISBN: 0071837302 ISBN-13(EAN): 9780071837309
Издательство: McGraw-Hill
Рейтинг:
Цена: 8235.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Filled with hands-on projects, this step-by-step tutorial shows how to use PHP and MySQL to power websites with dynamic content.

Methods, Models and Tools for Fault Tolerance

Автор: Michael Butler; Cliff Jones; Alexander Romanovsky;
Название: Methods, Models and Tools for Fault Tolerance
ISBN: 3642008666 ISBN-13(EAN): 9783642008665
Издательство: Springer
Рейтинг:
Цена: 9781.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The complexity of modern software systems makes it difficult to ensure the dependability of software-intensive systems. This book is based on the workshop on Methods, Models and Tools for Fault Tolerance, MeMoT 2007, held in conjunction with the 6th international conference on Integrated Formal Methods, iFM 2007, in Oxford, UK, in July 2007.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия