PHP Classes

Top rated classes: Mac OS

Recommend this page to a friend!
  All class groups  >  Mac OS  >  Top rated classes (2)  

Top rated classes: Mac OS

Use of capabilities specific of Apple Mac operating systems.


  Files folder image 1. PHP Serial  
PHP Programming Innovation award nominee
February 2007
Number 2


Prize: One downloadable copy of Komodo Pro
Author: Rémy Sanchez <e-mail contact>
Communicate with a serial port
This class can be used to communicate with a serial port under Linux or Windows.

It takes the path (like "/dev/ttyS0" for linux or "COM1" for windows) of serial device and checks whether it is valid before opening a connection to it.

Once the connection is opened, it can send data to the serial port, and read answers (reading is only implemented for Linux).

The class may also change connection parameters for the given serial device.

The class is working with Linux for read and write operations, but under Windows it only works for write operations. Under Windiws try accessing the serial port through network with serproxy instead.

The class have been reported to work fine with Mac OS X, but it was not tested it.

  Files folder image 2. Apple iOS build  
PHP Programming Innovation award nominee
May 2017
Number 10
Author: Peter Kahl <e-mail contact>
Get the version of a iOS build and version codes
This class can get the version of a iOS build and version codes.

It can take the version code of a and determines the version of each known application that refers to given version code.

The class can also return the list of known iOs versoin builds.

Return to top of the groups' hierarchy.