php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "array values"

What are some common methods to replace values in an array with values from another array in PHP?

One common method to replace values in an array with values from another array in PHP is to use a loop to iterate through the array and replace the va...

What is the best way to link the values in the 'auswahl' array with the values in the 'preisneu' array in PHP?

To link the values in the 'auswahl' array with the values in the 'preisneu' array in PHP, you can use the array_combine() function. This function take...

How can you output array values in a form without displaying "Array"?

When trying to output array values in PHP without displaying "Array", you can use a loop to iterate through the array and concatenate the values into...

How can values in an array be replaced in PHP?

To replace values in an array in PHP, you can use the array_replace() function. This function takes multiple arrays as arguments and replaces the valu...

How can one efficiently remove duplicate values in a PHP array?

To efficiently remove duplicate values in a PHP array, you can use the array_unique() function. This function removes duplicate values from an array a...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.