PHP Classes

File: docs/api/files/IMutexType.php.txt

Recommend this page to a friend!
  Classes of AlexanderC   Threadator   docs/api/files/IMutexType.php.txt   Download  
File: docs/api/files/IMutexType.php.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Threadator
Create threads and send messages between them
Author: By
Last change: Update of docs/api/files/IMutexType.php.txt
Date: 5 months ago
Size: 287 bytes
 

Contents

Class file image Download
<?php /** * @author AlexanderC <self@alexanderc.me> * @date 4/7/14 * @time 11:00 PM */ namespace Threadator; interface IMutexType { const T_FILE = 2; const T_IDX = 8; const T_METHOD = 16; const T_FUNCTION = 32; const T_OBJECT = 64; const T_CLASS = 128; }