by H.Thirukkumaran | Aug 8, 2017 | tip of the day
whatis command will provide a short description about a command. Eg: whatis ls will give a brief one line description about ls command.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
whereis command will show the location of the command in the disk. Eg: whereis man will show you where the man command is stored on the disk.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
use clone keyword to implement copy constructor for classes in PHP.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Make a class as final class or methods as final methods to prevent the child class from overriding it or inheriting the class.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use trait feature when you want to share code across multiple classes.
Recent Comments