<< < 271 272 273 274 275 276 277 278 279 280 281 > >>   ∑:7888

PHP Implementations of SOAP
This section describes the SOAP protocol and PHP implementations of SOAP. PEAR::Package::SOAP, NuSOAP, and php_soap.dll (from the PHP Group) seems to be 3 different SOAP implementations.
2022-10-01, 100🔥, 0💬

Turning on the Default SOAP Extension
This section provides a tutorial example on how to turn on the SOAP extension inluded in the default distribution package - extension=php_soap.dll in the php.ini file.
2022-10-01, 100🔥, 0💬

Hello_There.php - First Example of SOAP
This section provides a tutorial example on how to use the SOAP extension to call a Web service provided by herongyang.com to get a greeting message.
2022-10-01, 100🔥, 0💬

SoapClient - SOAP Client Class and Functions
This section describes the SoapClient class and functions provided in the SOAP extension library for writing SOAP client application. __soapCall() allows you to make a RPC function call on the target SOAP node.
2022-10-01, 100🔥, 0💬

Hello_There_Dump.php - Debugging SOAP Messages
This section provides a tutorial example on how to use SOAP client functions to make Web service call on the target SOAP node and print detailed debug information.
2022-10-01, 100🔥, 0💬

What Is WSDL
This section describes what is WSDL - an XML based standard designed to describes protocol bindings and message formats of Web services.
2022-10-01, 100🔥, 0💬

SOAP Server Functions and Examples
This chapter provides tutorial examples and notes about SOAP server functions and examples. Topics include introduction to SOAP server class and functions, SOAP server example - HelloServer.php, server examples with SOAP 1.1 and 1.2, server example in WSDL mode.
2022-10-01, 100🔥, 0💬

Image and Picture Processing
This chapter provides tutorial examples and notes on creating and processing images and managing image file formats. Topics include trying 'Imager' module for PNG images; drawing graphical elements, setting transparent background, and copying images with GD Library.
2022-10-01, 100🔥, 0💬

Managing ZIP Archive Files
This chapter provides tutorial examples and notes on managing ZIP archive files. Topics include introduction of ZipArchive class; creating new ZIP archive; extracting files from ZIP archive; creating directory structure inside ZIP archive; creating ZIP archive in a temporary file with dynamic data.
2022-10-01, 100🔥, 0💬

The ZipArchive Class
This section provides a quick introduction to the ZipArchive class, which provides you creating new ZIP archives, extracting files from existing ZIP archives, and other functionalities.
2022-10-01, 100🔥, 0💬

Create New ZIP Archive
This section provides a tutorial example on how to create a new ZIP archive and add files into the archive using the ZipArchive class.
2022-10-01, 100🔥, 0💬

Exact Files from ZIP Archive
This section provides a tutorial example on how to open an existing ZIP archive and extract files from the archive using the ZipArchive class.
2022-10-01, 100🔥, 0💬

Create ZIP Archive with Directory
This section provides a tutorial example on how to create a ZIP archive with a directory and adds files to that directory using the ZipArchive class.
2022-10-01, 100🔥, 0💬

Parsing and Managing HTML Documents
This chapter provides tutorial examples and notes on handling HTML documents. Topics include understanding DOM Extension; parsing HTML document string; building new HTML documents.
2022-10-01, 100🔥, 0💬

Running MySQL Database Server on Linux Systems
This chapter provides introductions and tutorial examples about MySQL database server on CentOS systems. Topics include installing MySQL 8.0 on CentOS 8; starting and stoping 'mysqld' as a system service; setting MySQL 'root' password; MySQL file and data locations; MySQL log files; backing up MySQL...
2022-10-01, 100🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, 100🔥, 0💬

Manage MySQL Server 'mysqld' on CentOS
This section provides a tutorial example on how to start and stop MySQL server program 'mysqld' as a system service on CentOS 8 systems using the 'systemctl' command.
2022-10-01, 100🔥, 0💬

Set MySQL Server "root" Password on CentOS
This section provides a tutorial example on how to set or reset 'root' password, in case it has no password or you can not remember the password, for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server File Locations on CentOS
This section provides a tutorial example on how to find and view MySQL Server file locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Data Backups on CentOS
This section provides a tutorial example on how to create backups of MySQL databases and load it back to another MySQL server for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Log Files on CentOS
This section provides a tutorial example on how to review log file settings and locations for MySQL 8.0 server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server Socket Connection on CentOS
This section provides a tutorial example on how to use the Socket Connection for client programs from the same host as the MySQL 8 Server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

MySQL Server TCP/IP Connection on CentOS
This section provides a tutorial example on how to use the TCP/IP Connection for client programs from any hosts to connect to the MySQL 8 Server on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

Open Firewall for MySQL Server on CentOS
This section provides a tutorial example on how to setup MySQL server and firewall to client computers to use TCP/IP connections on CentOS 8 systems.
2022-10-01, 100🔥, 0💬

<< < 271 272 273 274 275 276 277 278 279 280 281 > >>   ∑:7888