---
title: "How do you define a constant?"  
description: "How do you define a constant?"  
author: "Anonymous User"  
published: 2012-05-04  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1433/how-do-you-define-a-constant  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# How do you define a constant?

Via define() directive, like define ("MYCONSTANT", 100);

## Answers

### Answer by Anonymous User

Via define() directive, like define ("MYCONSTANT", 100);


---

Original Source: https://www.mindstick.com/interview/1433/how-do-you-define-a-constant

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
