In driver-based packages you should check if the driver exists before loading it. A simple file_exists() does not work since it does not check the include path. fopen()'s third parameter does that, so we use it.
| Zurück | Zum Anfang | Weiter |
| Color Representation inside PEAR Packages | Nach oben | Writing informative release notes |