Skip to main content

Blog

What Is an Interface In PHP? Blog

What Is an Interface In PHP?

A PHP interface defines a contract which a class must fulfill. If a PHP class is a blueprint for objects, an interface is a blueprint for classes. Any class implementing a given interface can be expected to have the same behavior in terms of what can be called, how it can be called, and what will be returned.
PHP Development
What Is a PHP Class? Blog

What Is a PHP Class?

This blog is a guide to learn about a PHP class, properties, methods, inheritance, and constructors.
PHP Development
Why Development Teams Should Upgrade PHP 5.6 to 7 Blog

Why Development Teams Should Upgrade PHP 5.6 to 7

Drawing on a recent poll, this blog examines why PHP users have not upgraded from PHP 5.6 to PHP 7.x, and explains why they should.
PHP Development, Zend Server
IBM and Zend by Perforce Announcement for IBM i Users Blog

IBM and Zend by Perforce Announcement for IBM i Users

In this 2020 announcement, Zend discusses their ongoing coordination with IBM in support of the IBM i ecosystem.
IBM i
Protecting PII from Unauthorized Viewing with Data Masking Blog

Protecting PII from Unauthorized Viewing with Data Masking

What Is PII?
Security, PHP Development
How to Use PHP Extensions Blog

How to Use PHP Extensions

Get an overview of PHP extensions.
PHP Development, Modernization
What Is a Foreign Function Interface (FFI) in PHP? Blog

What Is a Foreign Function Interface (FFI) in PHP?

Get an overview of a foreign function interface in PHP.
PHP Development
PHP Encryption with Libsodium Blog

PHP Encryption with Libsodium

Libsodium is a modern cryptography library. Learn how you can use the Libsodium cryptography library for PHP encryption in this blog.
Security, PHP Development
Managing Security Risks in the PHP Engine & Web Applications Blog

Managing Security Risks in the PHP Engine & Web Applications

Get expert tips for managing security risks and PHP security issues — and learn about PHP engine security.
PHP Development, Security
Zend COVID-19 Update Blog

Zend COVID-19 Update

Productivity, Security
Why You Should Use Asynchronous PHP Blog

Why You Should Use Asynchronous PHP

Developers rely on asynchronous PHP calls to fulfill requests without bogging down the application. See how it works and compares to synchronous PHP here.
PHP Development
Unleash Your Db2 Databases with PHP Blog

Unleash Your Db2 Databases with PHP

Get an overview of how to unleash your Db2 databases with PHP
IBM i, PHP Development