Hello! We have 0 resources for you...
A collection of Svelte UI Libraries for UX designers and developers
A collection of Svelte UI Libraries for UX designers and developers. The list is updated regularly. Email over…
Generate a Fibonacci sequence using the PHP method
Generates an array, containing the Fibonacci sequence, up until the nth term. Create an empty array, initializing…
Check if a string starts with a given substring – PHP Function
Check if a string starts with a given substring. startsWith string,beginner Use strpos() to find the position of $needle in $haystack. function…
Compare two strings and checks if both strings are anagram PHP Method
Compare two strings and returns true if both strings are anagram, false otherwise. title tags isAnagram string,beginner Use count_chars() to compare $string1 and $string2….
PHP Awesome Snippets plugin for Visual Studio Code (VScode)
This VScode extension provide a fullset of snippets for PHP devs. It’s pretty simple ! You can use it…
A collection of the best UI Graphic Components in PSD, Sketch and Figma
A collection of the best UI Graphic Components in PSD, Sketch and Figma. The list is updated…
A categorised collection of Autodesk Maya Plugins
Here is a list of Maya plugins categorized by their functionality. The list is updated regularly. Email over…
Really useful Date & Time PHP Code Snippets
A Selection of really useful Date & Time PHP Snippets. Which are available to use under the…
A PHP code snippet to handle forcing, resuming & rate limiting of file downloads
An MIT licensed code snippet which, allows you to force a download of a file, Give that…
A PHP code function to get geoIP information from a users IP address
A PHP code method used to get geo information from a selected IP using the freegeoip.net service,…
Functions to Handle PHP Session Inactivity and Session Timeouts in PHP
Below are two MIT Licensed functions to Handle PHP Session Inactivity and Session Timeouts in PHP. Destroys…