https://github.com/oops-org-php/mod_rrd
https://github.com/oops-org-php/mod_rrd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oops-org-php/mod_rrd
- Owner: OOPS-ORG-PHP
- License: other
- Created: 2016-05-22T15:40:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T15:42:10.000Z (about 9 years ago)
- Last Synced: 2025-01-08T10:38:53.155Z (6 months ago)
- Language: C
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
$Id$
mod_rrd 는 Joe Miller, 에 의해 작성된 php4-rrdtool
에서 파생된 php extension 이다. 현재 mod_rrd 에는 php4-rrdtool 에 있
지 않은 rrd_dump 와 rrd_restore 함수를 제공하고 있으며, rrd_fetch 역
시 패치가 되어 있다.또한, php 4.3.x 와 php 5 를 지원한다.
이 모듈의 샘플들은 tests 디렉토리에 들어 있으며, 각 함수들은 성공시
에 0을 실패시에는 -1 을 반환한다.기본적으로는 rrdtool 의 API 사용법과 거의 동일하다.