php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "equivalent"

What is the equivalent function to file_put_contents in PHP 4?

In PHP 4, the equivalent function to file_put_contents is file_put_contents_compat. This function allows you to write data to a file in a similar way...

Is there a data type equivalent to byte in PHP?

In PHP, there isn't a data type equivalent to byte. However, you can use the `string` data type to store binary data or bytes. You can manipulate and...

Is each character in a query equivalent to one byte?

In PHP, characters in a query are not necessarily equivalent to one byte. The number of bytes used to represent a character can vary depending on the...

What is the equivalent function for mysql_num_rows in OCI (Oracle) when using PHP?

When using OCI (Oracle) with PHP, there is no direct equivalent function for mysql_num_rows. However, you can achieve the same functionality by fetchi...

What is the PHP equivalent of the MySQL CONV() function?

The PHP equivalent of the MySQL CONV() function is the base_convert() function. This function converts a number from one base to another. To use this...

Showing 1 to 5 of 140 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 27 28 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.