php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "custom hash function"

Can a custom function be created to achieve the exclusion of certain values from the min() function in PHP?

To achieve the exclusion of certain values from the min() function in PHP, you can create a custom function that filters out the values you want to ex...

What are common parser errors when trying to output a hash with echo in PHP?

Common parser errors when trying to output a hash with echo in PHP occur when the hash is not properly formatted for output or when trying to directly...

Welche potenziellen Sicherheitsrisiken können bei der Verwendung von md5() und sha1() als Hash-Funktionen auftreten?

Die Hash-Funktionen md5() und sha1() gelten als unsicher, da sie anfällig für Kollisionen sind, was bedeutet, dass zwei unterschiedliche Eingaben den...

How can a custom sorting function be implemented in PHP to sort arrays based on specific keys?

To implement a custom sorting function in PHP to sort arrays based on specific keys, you can use the `usort()` function along with a custom comparison...

How can PHP beginners effectively learn to implement hash-code encryption for user passwords in forum applications?

To implement hash-code encryption for user passwords in forum applications, PHP beginners can use the password_hash() function to securely hash passwo...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.