Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 9, 2017 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buiquangduc/7a8cf0befc38785e6f24c256a1e5e2cd to your computer and use it in GitHub Desktop.
Save buiquangduc/7a8cf0befc38785e6f24c256a1e5e2cd to your computer and use it in GitHub Desktop.
Routine with temporal cohesion
<?php
//Example if routines with temporal cohesion
function Initialize() {
// All actions when intialize come here
}
function Shutdown() {
// All actions when shut down come here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment