Skip to content

orlandophp/Utility_Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Loose Functions are the Smallest Framework

I run into these enough that I wanted to put them somewhere safe:

  • render() uses the simplest method possible to render a PHP template with an isolated scope.
  • lock() acquires an exclusive lock on a file or raises a LockError exception if it can't.
  • unlock() releases the lock on the file. These are useful for crons and daemons.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages