Most Referenced Functions
  » google_pagerank()
  » preg_replace()
  » site_pageranks()
  » imagecreatefrompng()
  » htmlentities()
  » imagepng()
  » imagestring()
  » imagedestroy()
  » preg_match()
  » imagecolorallocate()
  » header()
  » fopen()
  » getimagesize()
  » session_start()
  » strstr()
  » preg_match_all()
  » strpos()
  » ob_start()
  » ob_flush()
  » flush()
  » str_replace()
  » array2vars()
  » nl2br()
  » htmlspecialchars()
  » setcookie()
  » urlencode()
  » preg_split()
  » ereg()
  » ereg_replace()
  » var_dump()

Our Sponsors
 » Powerpointing
 » Rock Music Community - meet fans
 » Business Strategy

Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m.

Local search Connecticut furniture stores can be found at FurnitureCatch: Furniture Stores Norwalk, Furniture Stores Stamford, Furniture Stores Greenwich, Furniture Stores New Canaan, Furniture Stores Darien
PHP Functions

Function: read_exif_data

(PHP 4 >= 4.0.1, PHP 5)

read_exif_data -- Alias of exif_read_data()

Description

This function is an alias of: exif_read_data() .

XXXIV. File Alteration Monitor Functions

Introduction

FAM monitors files and directories, notifying interested applications of changes. More information about FAM is available at http://oss.sgi.com/projects/fam/ .

A PHP script may specify a list of files for FAM to monitor using the functions provided by this extension.

The FAM process is started when the first connection from any application to it is opened. It exits after all connections to it have been closed.

Note: This extension has been moved to the PECL repository and is no longer bundled with PHP as of PHP 5.1.0.

Note: This extension is not available on Windows platforms.

Requirements

This extension uses the functions of the FAM library, developed by SGI. Therefore you have to download and install the FAM library.

Installation

To use PHP's FAM support you must compile PHP --with-fam[=DIR] where DIR is the location of the directory containing the lib and include directories.

Runtime Configuration

This extension has no configuration directives defined in php.ini .

Resource Types

FAM resource

Predefined Constants

The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.

Table 1. FAM event constants

Constant Description FAMChanged ( integer ) Some value which can be obtained with fstat(1) changed for a file or directory. FAMDeleted ( integer ) A file or directory was deleted or renamed. FAMStartExecuting ( integer ) An executable file started executing. FAMStopExecuting ( integer ) An executable file that was running finished. FAMCreated ( integer ) A file was created in a directory. FAMMoved ( integer ) This event never occurs. FAMAcknowledge ( integer ) An event in response to fam_cancel_monitor() . FAMExists ( integer ) An event upon request to monitor a file or directory. When a directory is monitored, an event for that directory and every file contained in that directory is issued. FAMEndExist ( integer ) Event after the last FAMEExists event. Table of Contents fam_cancel_monitor  -- Terminate monitoring fam_close  -- Close FAM connection fam_monitor_collection  -- Monitor a collection of files in a directory for changes fam_monitor_directory  -- Monitor a directory for changes fam_monitor_file  -- Monitor a regular file for changes fam_next_event  -- Get next pending FAM event fam_open  -- Open connection to FAM daemon fam_pending  -- Check for pending FAM events fam_resume_monitor  -- Resume suspended monitoring fam_suspend_monitor  -- Temporarily suspend monitoring

Related Function(s)

  • exif_read_data()
  • fam_cancel_monitor()
  • fam_close()
  • fam_monitor_collection()
  • fam_monitor_directory()
  • fam_monitor_file()
  • fam_next_event()
  • fam_open()
  • fam_pending()
  • fam_resume_monitor()
  • fam_suspend_monitor()
  • Icemelon -- PHP, CSS, Javascript Tutorials, & More!
      © 2005-2010 Icemelon.com   Email: dave[AT]icemelon[D0T]c0m