PHP 8.2.30
Preview: generate.sh Size: 365 B
//opt/cloudlinux/alt-php53/root/usr/share/doc/pear/Structures_Graph/docs/generate.sh

#!/bin/sh
(cd ..; tar czf docs/arch.tgz "{arch}")
rm -Rf "../{arch}"
rm -Rf ./html
mkdir -p ./html
phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear 
(cd ..; tar --absolute-names -xzf docs/arch.tgz)
#rm arch.tgz

Directory Contents

Dirs: 2 × Files: 1

Name Size Perms Modified Actions
html DIR
- drwxr-xr-x 2024-03-03 22:39:29
Edit Download
tutorials DIR
- drwxr-xr-x 2024-03-03 22:39:29
Edit Download
365 B lrw-r--r-- 2019-12-12 15:06:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).