php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "net function"

What are the potential pitfalls when trying to use .Net assemblies in PHP?

Potential pitfalls when trying to use .Net assemblies in PHP include compatibility issues between the two technologies, lack of direct support for .Ne...

What is the formula to calculate the gross price (brutto) from the net price (netto) with a 20% tax rate in PHP?

To calculate the gross price from the net price with a 20% tax rate in PHP, you can use the formula: Gross Price = Net Price + (Net Price * Tax Rate)...

What is the correct formula to calculate net prices from an array of gross prices in PHP?

When calculating net prices from an array of gross prices in PHP, you need to subtract the tax amount from each gross price to get the net price. To d...

What are some best practices for using the PHP net function and understanding its description?

When using the PHP `net` function, it is important to understand its description and use it correctly to ensure proper network communication. Some bes...

How can PHP code be ported to .NET, and what potential issues or changes may arise during the process?

Porting PHP code to .NET can be done by rewriting the PHP code in C# or VB.NET. This process involves understanding the logic and functionality of the...

Showing 6 to 10 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.