PHP string crypt() Function The crypt() is predefined PHP string function. It is used to returns a hashed string by using DES,…
tutorial
-
-
PHP String strtr() function The strtr() is an in-built function of PHP, which is used to replace a substring inside the other…
-
PHP String substr() Function The substr() is a built-in function of PHP, which is used to extract a part of a string.…
-
AngularJS ng-bind-template Directive The AngularJS ng-bind-template directive specifies that the text content should be replaced with a template. It replaces the content…
-
PHP chunk_split() Function PHP chunk_split() function is used to splits a string into smaller parts or chunks. The function does not alter…
-
PHP string strcasecmp() function PHP string strcasecmp() is predefine function. It is used to compare two given string. It is binary safe…
-
AngularJS ng-class-odd Directive The AngularJS ng-class-odd directive works exactly same as ng-class, but it is used together with ng-repeat and take effect…
-
AngularJS ng-keypress Directive The AngularJS ng-keypress directive specifies the custom behavior of AngularJS when you press any on the keyboard for a…
-
AngularJS ng-click Directive The AngularJS ng-click directive facilitates you to specify custom behavior when an element is clicked. So, it is responsible…
-
AngularJS ng-keyup Directive The AngularJS ng-keyup directive specifies the custom behavior of AngularJS when you leave a key after pressing on the…