PHP cheatsheet

By
|
In PHP
|
On 20th June 2019
<?php // Exit the file, string inside get's echo'ed die("This file is not ment to be ran. ¯\_(ツ)_/¯"); exit("This file is not ment to be ran. ¯\_(ツ)_/¯"); /** * Printing */ echo ""; // Print a string or type that can be made into a string(I.E...

C cheatsheet

By
|
On 20th June 2019

main() Function * The main() function is the starting point of the program: int main (int argc, char *argv[]) * The return type of the main() function is an integer.

This div height required for the sticky sidebar