Create Command Line Interface Scripts with PHP — Rob Aley PHP CLI

Create Command Line Interface Scripts with PHP — Rob Aley PHP CLI

PHP CLI Create Command Line Interface Scripts with PHP — Rob Aley PHP CLI Create Command Line Interface Scripts with PHP Rob Aley [email protected] PHP CLI: Create Command Line Interface Scripts with PHP Rob Aley Oxford, United Kingdom ISBN-13 (pbk): 978-1-4842-2237-9 ISBN-13 (electronic): 978-1-4842-2238-6 DOI 10.1007/978-1-4842-2238-6 Library of Congress Control Number: 2016951308 Copyright © 2016 by Rob Aley This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director: Welmoed Spahr Lead Editor: Steve Anglin Technical Reviewer: Tri Phan Editorial Board: Steve Anglin, Pramila Balan, Laura Berendson, Aaron Black, Louise Corrigan, Jonathan Gennick, Robert Hutchinson, Celestin Suresh John, Nikhil Karkal, James Markham, Susan McDermott, Matthew Moodie, Natalie Pao, Gwenan Spearing Coordinating Editor: Mark Powers Copy Editor: Kim Wimpsett Compositor: SPi Global Indexer: SPi Global Artist: SPi Global Cover image designed by Freepik Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected] , or visit www.springeronline.com . Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected] , or visit www.apress.com . Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Special Bulk Sales–eBook Licensing web page at www.apress.com/bulk-sales . Any source code or other supplementary materials referenced by the author in this text are available to readers at www.apress.com/9781484222379 . For detailed information about how to locate your book’s source code, go to www.apress.com/source-code/ . Readers can also access source code at SpringerLink in the Supplementary Material section for each chapter. Printed on acid-free paper [email protected] Contents at a Glance About the Author .............................................................................. ix About the Technical Reviewer .......................................................... xi Acknowledgments .......................................................................... xiii ■ Chapter 1: Introduction .................................................................. 1 ■ Chapter 2: An Overview of CLI Programming in PHP ......................7 ■ Chapter 3: Understanding and Using the CLI SAPI ....................... 13 ■ Chapter 4: User-Facing Software ..................................................31 ■ Chapter 5: PHP CLI Scripts and Your System ............................... 41 ■ Chapter 6: Where to Now? (Or, Thanks and Feedback) ................ 45 ■ Appendix A: Compiling and Installing PHP, Extensions, and Libs .......47 ■ Appendix B: Sources of Help ........................................................ 57 Index ................................................................................................ 61 iii [email protected] [email protected] Contents About the Author .............................................................................. ix About the Technical Reviewer .......................................................... xi Acknowledgments .......................................................................... xiii ■ Chapter 1: Introduction .................................................................. 1 “Use PHP? We’re Not Building a Website, You Know!” ............................ 1 Are You New to PHP? ...............................................................................2 Reader Prerequisites ...............................................................................3 An Important Note About Operating Systems ..........................................3 About the Sample Code ...........................................................................4 External Resources ................................................................................. 4 PHP 7 .......................................................................................................5 ■ Chapter 2: An Overview of CLI Programming in PHP ......................7 Getting Away from the Web .....................................................................7 PHP Without a Web Server ...................................................................... 7 PHP Versions: What’s Yours? ................................................................... 8 A Few Good Reasons Not to Do It in PHP ................................................ 9 High-Performance Requirements .............................................................................9 Don’t (Necessarily) Re-invent the Wheel ..................................................................9 Keeping the Source Closed .......................................................................................9 Thinking About Security ........................................................................ 10 CLI-Specifi c Code Frameworks ............................................................. 12 v [email protected] ■ CONTENTS ■ Chapter 3: Understanding and Using the CLI SAPI ....................... 13 What’s Different About the CLI SAPI? .................................................... 13 CLI SAPI Installation .............................................................................. 14 PHP Command-Line Options ................................................................. 15 Command-Line Arguments for Your Script ............................................ 20 The Many Ways to Call PHP Scripts .......................................................21 From a File ..............................................................................................................21 From a String ..........................................................................................................22 From STDIN .............................................................................................................22 As a Self-executing Script: Unix/Linux ...................................................................23 As a Self-executing Script: Windows ......................................................................25 Windows php-win.exe ............................................................................................25 Quitting Your Script ............................................................................... 26 PHP REPLs .............................................................................................27 ■ Chapter 4: User-Facing Software ..................................................31 Command-Line Interface Basics ........................................................... 31 Advanced Command-Line Input ............................................................ 35 Using STDIN, STOUT, and STDERR ......................................................... 38 CLI Helper Libraries ...............................................................................40 ■ Chapter 5: PHP CLI Scripts and Your System ............................... 41 Starting External Processes from PHP, or “Shelling Out” ...................... 41 File Status and Realpath Caches ...........................................................42 APC and Other Code Caches.................................................................. 44 ■ Chapter 6: Where to Now? (Or, Thanks and Feedback) ................ 45 Giving Feedback and Getting Help and Support ....................................45 vi [email protected] ■ CONTENTS ■ Appendix A: Compiling and Installing PHP, Extensions, and Libs ......47 Compiling and Installing PHP ................................................................ 48 Windows .................................................................................................................48 OS X ........................................................................................................................48 Linux/Unix ...............................................................................................................49

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    72 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us